“Hide to” does not work after latest woocommerce update
-
Hello, after the latest woocommerce update, the “hide to” option for variable products does not work correctly. I’m sure if I give you access you may fix this, but I’m running a lot of client online stores and giving you access to all of them is not an option. Can you guys work on some patch to fix this, I’m using woodmart on a lot of websites and I’m pretty pleased with your support. Keep up the good work!
Hello,
You can fix it by applying patch # 674237
. To do this, go to Dashboard -> WoodMart -> Patcher, find the corresponding patch and click on the “Apply” button. Let us know if it works for you.
Kind Regards
Hello, thanks for the quick patch. I have another specific problem now, by law from August we are obliged to show all product prices simultaneously in 2 currencies (BGN and EURO). We’ve created a plugin which does that but when I use the “hide to” option it hides the main currency price (as it should) but the max price from our plugin still shows. Can you guys give me a code snipet or sth, how you are hiding your price so we can do the same with our plugin. Your help will be highly appretiated! I’ve attachead and image so you can see what I am talking about.
Attachments:
You must be
logged in to view attached files.
Try to enable this option now and add the following code snippetto the Custom CSS section in Theme Settings
.hide-larger-price .price:has(.amount ~ .amount) .amount-new-currency ~ .amount-new-currency {
display:none;
}