Purchase Order: How to disable product prices and total price

  • Clearly_Canadian
    Asked on October 22, 2021 at 12:03 PM

    I want to remove "Free" from all of my products

    I want to remove "Total $0.00" from the bottom of my form

  • Anthony_Evans
    Replied on October 22, 2021 at 1:01 PM

    Howdy Clearly_Canadian,

    You can disable the Total Price at the bottom of the form in the Payment Settings. Click on the Gear Icon at the top right, then expand the Additional Settings and disable "Show Total Price on the Form". Ensure that you're clicking on the green Continue button to save the settings.

    1634921855 6172ed7fb4566  Screenshot 10

    To remove the "Free" wording from each product, please inject this CSS:

    .freeCurr + span {
      display: none;
    }


    Thank you for your patience!