Vasja
Forum Replies Created
-
Nice to hear you are on to it! I can send you my debug.log if you are interested.
Forum: Plugins
In reply to: [WooCommerce] Cumulative Layout Shift (CLS) issue on Product PagesVishal that is absolute gold!
Thank you!
Thank you for the very quick reply. I am not using any 3rd party plugins for that.
I tried your suggestion to name the zone the same as the country selected in the plugin (Australia). That did not work. However, if I also select the region to “Australia” the shipping information gets through to the xml file. You pointed me in the right direction.
However, I have a question in regards to that. Shipping on this website is free worldwide. Is there a way to set this up without having to specify each region?
Thank you in advance!
HI @nmedia, I just wanted to ask if you saw my previous message? is there a different hook that I can use?
CheersHi,
Thank you for the quick answer. Unfortunately, that does not remove the section either. I have tried that before actually, and what happens is by using add_action that you recommended (ppom_woocommerce_inputs_template_base) it duplicates all the fields below the search button. Mind that I am putting the PPOM section under the add to cart button therefore I am using woocommerce_after_add_to_cart_button instead of woocommerce_before_add_to_cart_button.
That is how it looks like: https://1drv.ms/u/s!ArALXfKUms0wgogkypPRLaFrdQeTtg?e=HoVKbe
Where is if I use the ppom_woocommerce_show_fields hook it seems to add the fields under the add to cart button correctly. Here is the screenshot https://1drv.ms/u/s!ArALXfKUms0wgoglYbECGduiNw2lAA?e=VMLtvPAlso, neither of those two hooks adds the table with the prices. But that’s probably another problem.
What I want to resolve first is to make remove_action work to remove everything that is PPOM related from above the add to cart button. The fact that the two hooks that we are talking about don’t add the table with the prices makes me think that there is a different hook that needs to be used here?
Or maybe the PPOM plugin executes its add hooks after the child theme functions.php kicks in?
Let me know what do you think and what can I do to move foreward.
Thanks.Thanks,
It works with the beta version.That is great news! Thank you very much.
Hi, I have resent the email with the login information. Let me know if you need something else.
Hi, I just wanted to ask if you managed to log in and if there is any progress on this issue?
Hi guys, I am following this thread last few days since I have the same problem. Did you figure out which plugin is the one causing the problem is it the currency switcher or Product Addons plugin?
CheersThank you very much guys! It works now.
I am not sure. Probably if you delete from WordPress it will delete whatever sits in the database from this plugin. If you go via FTP and remove files of the new version and replace them with the old version I guess it will be OK.
However for the sake of simplicity I’d advise you to use WP Rollback plugin or something similar.
CheersYou can download previous version from the repository and manually install it. It is at the bottom of this page: https://ww.wp.xz.cn/plugins/woocommerce-product-addon/advanced/
If you cant be bothered doing this manually, you can install a plugin called WP Rollback. This thingy makes it possible to roll back every plugin that has previous versions available in the repository.
I just restored from backup. I always make a backup before upgrading any plugins.