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,720 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,387 Views
Message 2 of 25
Report

Thanks for the reply.  Yes, if possible.  

4,354 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,348 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,345 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,335 Views
Message 6 of 25
Report

That didn't work for me, are there any other options?
3,866 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,864 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,846 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,845 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,499 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,334 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,333 Views
Message 14 of 25
Report

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

How did you remove pricing from individual Product pages?? 

3,538 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,513 Views
Message 16 of 25
Report

Thank you for your help. I really needed it.
3,499 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,476 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,449 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,447 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,948 Views
Message 21 of 25
Report