Removing Price from Category Page

Hello there.  I learned how to remove pricing from individual Product pages but can anyone advise on how to remove the $ amount on Category pages?  Any advice would be greatly appreciated!

4,714 Views
Message 1 of 25
Report
24 REPLIES 24

Hey there bmin! Just to clarify a bit, are you looking for a CSS change in particular? 

4,382 Views
Message 2 of 25
Report

Thanks for the reply.  Yes, if possible.  

4,349 Views
Message 3 of 25
Report
Square

What's the address of your site, @bmin? That'll help our Community members figure out what to change for you.

4,343 Views
Message 4 of 25
Report

Sorry guys, kind of new to this.

ottimoceramics.weebly.com

We are using Products and Categories because of the ease of use for product organization but since we are a wholesale company we don't want to show any pricing.  Thanks to this forum I was able to figure out how to remove that information from each individual product page but I'm still stuck figuring out how to remove the $0.00 from each category page.

4,340 Views
Message 5 of 25
Report

Try adding this to Settings > SEO > Header Code:

<style>
.wsite-com-product-price .wsite-com-price {
     display:none !important;
}
</style>
4,330 Views
Message 6 of 25
Report

That didn't work for me, are there any other options?
3,861 Views
Message 7 of 25
Report
Square

Can you provide a link to one of your product pages, @KE? That would probably help everyone figure out what you'd need to add.

3,859 Views
Message 8 of 25
Report

<style>
.wsite-com-product-price .wsite-com-price {
     display:none !important;
}
</style>

This worked for me. If you go to Theme - Edit html/CSS - Header type

Enter the code at the bottom of the code for both header.html and no-header.html

3,841 Views
Message 9 of 25
Report
Square

You can also add that to Settings > SEO > Header Code if you don't want to customize your theme.

3,840 Views
Message 10 of 25
Report

Thank you @VOS I couldn't insert the code in Settings > SEO > Header Code because it created problems, but your way worked. Thanks again!
3,494 Views
Message 11 of 25
Report

Hi I want to remove the button of the price of purchacing as you did in your page,  please could you tell how did you did it?

3,329 Views
Message 14 of 25
Report
Square

Hi @gabrielaorozlem

Looks like a solution was found on this thread:

https://community.weebly.com/t5/eCommerce/Hide-the-Purchase-Button-on-an-Individual-Product-Page/td-...

Hope this works out for you! Smiley Happy

3,328 Views
Message 14 of 25
Report

How did you remove the Pricing from individual Product Pages??
3,528 Views
Message 14 of 25
Report

How did you remove pricing from individual Product pages?? 

3,533 Views
Message 15 of 25
Report

Found this on another post and can confirm this works to remove price from ALL individual products in one go.

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.

3,508 Views
Message 16 of 25
Report

Thank you for your help. I really needed it.
3,494 Views
Message 17 of 25
Report

Thanks forthis info! I followed the insructions and gotthe same results. However, now the title is touching the images on the product page. Is there a way to put a padding in between the title and the images on the page so they aren't touching rach other ?  any help is appreciated! 

3,471 Views
Message 18 of 25
Report

do you know how to remove the product price from the search bar results?  I have a search bar and when search for a product, the results show the price.  I managed to eliminate the price from all other places except for the search bar results.

Thanks!

Big Green Head

3,444 Views
Message 19 of 25
Report
Square

If you post a link to your site that would probably help, @BigGreenHead. I'm sure it's possible to hide it on a search results page, too.

3,442 Views
Message 20 of 25
Report

Hi Adam -

Here is the link.  I have a search bar on the home page and I linked you to the result page - http://bggcopy.weebly.com/apps/search?q=natural+awakenings 

2,943 Views
Message 21 of 25
Report