x

Created a Business Directory using Store - need help removing some prices

Hello,

I know Weebly does not have the capability (yet) to create a business directory but I went ahead and created one using the store option. I was able to remove pricing from categories and products (found how in weebly community). The only place left to remove price is on the search results page.

I have a search bar on my home page but the results show the price under the product (or in my case "business"). Can you help me remove it? I would also like to remove the "price" and "availability" filters in the left column of the result page.  

My website is theBigGreenGuide.com. I included a screen shot below and here is a link to a sample result page http://www.thebiggreenguide.com/apps/search?q=solar Thank you for your help! - Karen

image

2,562 Views
Message 1 of 4
Report
1 Best Answer

Best Answer

Try this in Settings > SEO > Header Code:

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

That should hide the price for you.

View Best Answer >

2,558 Views
Message 2 of 4
Report
3 REPLIES 3

Best Answer

Try this in Settings > SEO > Header Code:

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

That should hide the price for you.

2,559 Views
Message 2 of 4
Report

You don't mind sharing how you removed the prices from the categories and the products do you?

2,505 Views
Message 3 of 4
Report

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

also this:

Removing Price from Category Page 
 
  
Found this on another post and can confirm this works to remove price from ALL individual products in one go.
 
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.
2,399 Views
Message 5 of 4
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.