Main product price is displaying Special Pricing first category

  • ZipChef
    Asked on August 9, 2020 at 12:32 PM

    Hello, 

    Overnight, all my prducts started displaying a price on the main jotform screen although the settings are set up for special pricing. How do I go about correcting this? 

    See pictures attached.Main product price is displaying Special Pricing first category Image 10Main product price is displaying Special Pricing first category Image 21Main product price is displaying Special Pricing first category Image 32Main product price is displaying Special Pricing first category Image 43

  • Patrick_R
    Replied on August 9, 2020 at 2:54 PM

    Hello! Please allow me some time to look into this. I'll get back to you shortly with an update.

    Thank you!

  • Patrick_R
    Replied on August 9, 2020 at 3:03 PM

    Hello! You can remove this pricing by inserting the following CSS code into your form:

    span.form-product-details{
    display: none !important;
    }

    Please use this guide for instructions to insert CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    This is how your form should look like after implementing this code: https://form.jotform.com/202216056933955

    If you have any questions, feel free to write back to us.

    Thank you!

  • ZipChef
    Replied on August 9, 2020 at 3:05 PM

    Perfect!! thank you!!