• Resolved gbcrp11002

    (@gbcrp11002)


    How do I remove “From: $0.00”. As soon as I hit the custom price checkbox, that “From: $0.00 appears. How do I remove it alltogether. Could you let me know some code or where do I go in my cpanel files?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support rzepsen

    (@rzepsen)

    Hi gbcrp11002

    Could you send me a screen display’s issue you described in this threat?

    Thanks

    Thread Starter gbcrp11002

    (@gbcrp11002)

    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.

    Thread Starter gbcrp11002

    (@gbcrp11002)

    I modified a woocommerce file in my child theme and it’s resolved

    Plugin Support rzepsen

    (@rzepsen)

    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;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.