x

How do i hide price on a product page?

i have set up individual products pages but do not want to sell all my products online...i want to hide the price and replace the "add to cart" button with a "request price" button. how can i do that?

7,630 Views
Message 1 of 14
Report
13 REPLIES 13

That would be something you'd need to take care of via custom code at the moment, as we don't have an option for it by default. Sorry for the trouble!

7,619 Views
Message 2 of 14
Report

Can weebly desing or upgrade the setting, that allow us to add item without showing any selling price.

2,614 Views
Message 4 of 14
Report

Same issue. I found a way to delete the prices from the product pages showing up on the category pages:

Theme> HTML/CSS> Category> Product.tpl
 
deleted:
 
 

33 {{{price_html}}}

 
 
 
38 {{{sale_price_html}}}
 
====================
 
God knows what this will do later, but  I don't want the weebly store, I'm just forced to use it because it's the only way I can keep the images sized correctly for mobile (as far as I know? never heard back from weebly on that question).
 
Hope it helps.
T
7,597 Views
Message 4 of 14
Report

1) Goto editior page (https://www.weebly.com/editor/main.php)

2) Select "Theme" on the top bar menu

3) Select Edit HTML/CSS on the left pane

4) Select Partials -> ecommerce -> partials -> main.tpl on the left pane

5) Replace the line:

{{> commerce/product/price}}

with this line (just commenting out, so that you can restore the code later if needed):

<!-- Hiding the price
{{> commerce/product/price}}
-->

6) Click the Save (top-right corner) button

Now, the price is gone from the product page.

5,806 Views
Message 5 of 14
Report

Hello rowaboat! Can you tell the Community here a bit about why you prefer this method?

5,799 Views
Message 6 of 14
Report

Hello..

thank you for your infi, i already can do it

and i want to ask more

if before thats will hide the price in the product description and now how to hide the price from product list?

thank you

5,698 Views
Message 7 of 14
Report

Hi - many thanks for the information "how to hide price".

But I still have a CHF 0.00 on the showed products in the "storefront".

How can I hide this price as well?

Many thanks Daniel

5,658 Views
Message 8 of 14
Report

thak you, it was very helpful to hide the price on the product page

i still have a problem: the price is still viewable on the product thumbnail, how can i hide it?

bye 

5,533 Views
Message 10 of 14
Report

Does this allow for hiding price on individual products or disctinct categories? I am trying to show prices on some items in category and hide others. 

Thanks for any suggestions and help. 

4,758 Views
Message 13 of 14
Report

Same here

3,180 Views
Message 13 of 14
Report

I am trying to figure out the same.  Have you found a solution?

1,559 Views
Message 13 of 14
Report

Thank you! This worked for me.

1,799 Views
Message 14 of 14
Report

awesome thank you so much!

1,669 Views
Message 15 of 14
Report