How can I enable subtotals for quantity without enabling special pricing overall?

  • annafenton
    Asked on January 29, 2016 at 11:17 AM

    For example in my form, I have enabled subtotals, but it requires Enabling special pricing.

    Is it possible to update the subtotal at the bottom based on quantity but NOT update the top value??

    Thanks! I can use code a bit, so if you give me the code on how to do this I'll be able to figure it out.

    Thanks again.

  • Elton Support Team Lead
    Replied on January 29, 2016 at 1:14 PM

    Just to clarify, you want to freeze (make it static) the top price and let the subtotal calculate the actual price?

    Example:

    How can I enable subtotals for quantity without enabling special pricing overall? Image 1 Screenshot 30

    If yes, then I suggest to hide the top price by injecting the custom CSS codes below in your form and then redefine the top price on each of the product label.

    Example:

    How can I enable subtotals for quantity without enabling special pricing overall? Image 2 Screenshot 41

    span.form-product-details {

        display: none;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes