Hi gbcrp11002
Could you send me a screen display’s issue you described in this threat?
Thanks
Attached screenshot – https://snipboard.io/4nP7bL.jpg
I’ve done some huge custom work on the site and that $422 you’re seeing is not the actual _regular_price field, it’s some other field. I just checked the custom price option but I want to get rid of that From $0.00.
I modified a woocommerce file in my child theme and it’s resolved
Hi gbcrp11002
Thanks for update. I suspect that there was some conflict in your store. Our plugin does not offer, it does not generate the message you indicated. In the PRO version, you can specify a minimum and maximum price, but you can also hide them, and this can be set directly in the plug-in settings.
If you have any further questions, let me know.
Best regards,
Old question, but I’m adding my answer in case someone searches for it. In the free version of the plugin, try adding this to your CSS to remove “From: $0” in your product lists:
li.cpw-product .price {
visibility: hidden;
}