- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Removing price from products
Hello,
1. I would like to know how i remove the price from my products and page.
2. The same to remove the quantity.
3. The same to the box "Not available"
I already read posts with the same question from here, and tried to make changes on HTML, but i really not understand about this.
I hope you could help me, please.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
hi Adam
when you view the mobile , are you using mobile or web version. It works on web verson on mobile. But my default, most of people's mobile view is mobile version.
see below screen shot.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Oh, you're using an older theme which has different styling for mobile. Try using this in Settings > SEO > Header Code:
<style> .wsite-product-price { display: none !important; } </style>
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
sorry for late reply. Today I have applied your solution and it works. . yay !! you have given me a very special gift for my christmas. Thank You.
Wishing you have a Merry Christmas and have a wonderful 2018 new year.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
That's great! Happy Holidays to you, too.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Is it possible to hide the quantity on specifik pages in Weebly?
Example:
I want to remove the quantity option on
https://2102171550.weebly.com/store/p25/Salgskursus_i_4_moduler.html
but keep it on
I can manage to hide it from ALL products, not specific products..Because i can't type embed code in the product describtion. This should be an available setting and solution in Weebly, and not something you have to do in css etc. please make it Weebly 😉
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Check out the solutionsin this thread:
If you include one of those in an Embed Code element in the product's long description area, it should hide it just for that product.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
My solution was to delete a section of coding.
1. Click the THEME tab
2. Click EDIT HTML/CSS (bottom left hand corner).
3. Select PARTIALS>COMMERCE>CATEGORY>Product.tpl
4. Delete lines 29 to 40 (see below).
---------------------------
<div class="wsite-com-product-price {{price_class}}">
<div class="wsite-com-price {{!
}}{{^is_featured}}wsite-com-category-product-price{{/is_featured}} {{!
}}{{#is_featured}}wsite-com-category-product-featured-price{{/is_featured}}">
{{{price_html}}}
</div>
<div class="wsite-com-sale-price {{!
}}{{^is_featured}}wsite-com-category-product-price{{/is_featured}} {{!
}}{{#is_featured}}wsite-com-category-product-featured-price{{/is_featured}}">
{{{sale_price_html}}}
</div>
</div>

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thanks for sharing, @Cocopops!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
this did not work for me, the price (I have listed at $0) is still showing. Do I need to delete the price somewhere else?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Can weebly do some changing on this issue, that helping customer to set if we dun have to show selling price.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- « Previous
-
- 1
- 2
- Next »