Overview:
We have found that some of our customers prefer to hide the price of the products on the Quick Quote's Request a Quote page. You may need to do so if the price is to be modified from the admin and re-sent out to the customer for review. Whatever your need may be, you can follow the tutorial below to hide the price within the Request a Quote page.
Step 1: Locate your Stylesheet
We will have to place a small snippet of CSS into your stylesheet in order to hide the price. If you are not sure how to find your stylesheet, please refer to the brief tutorial below.
https://w3trends.zendesk.com/hc/en-us/articles/115003516432-How-do-I-find-my-Stylesheet-
Step 2: Paste the CSS
Scroll to the very bottom of your stylesheet, and paste the following CSS underneath the last item:
/*---W3Trends Quick Quote Hide Price---*/
#quick-quote-wrapper th.price, #quick-quote-wrapper td.price{
display:none !important;
}
Step 3: Save!
Dont forget to save once you have pasted the CSS into your stylesheet!
After these 3 easy steps have been completed, the price column within the Quick Quote table will now be hidden to the customer!
If you have any questions what-so-ever, please do not hesitate to reach out to us at support@w3trends.com.