Product Order Form with no prices

  • penforhiregraphics
    Asked on February 6, 2017 at 2:16 PM

    I have a Purchase Order field in my product order form, but now my client wants no prices to be shown.  They just want to get a form that shows what knife they are ordering, how many and what handle material they want.  The Purchase Order field works great, but if I set the price to 0 is shows "Free" in the form.

    How can have it show everything I have but not show the price?  Or is there another field I can use that will accomplish what I want.

     

    This is what it looks like now:

    Product Order Form with no prices Image 1 Screenshot 20

    Thank you!

  • Jan
    Replied on February 6, 2017 at 3:33 PM

    You can use the CSS code below to hide the prices in the payment field on your order form.

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

    Here's a guide on How-to-Inject-Custom-CSS-Codes.

    Product Order Form with no prices Image 1 Screenshot 20

    Hope that helps. Thank you.

  • penforhiregraphics
    Replied on February 6, 2017 at 3:43 PM

    PERFECT!  I knew there had to be an easy solution.

    THANK YOU!

  • Jan
    Replied on February 6, 2017 at 4:48 PM

    Glad I can help. You are welcome. Let us know if you need further assistance. Thank you.