- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Is there any way to edit the price class?
Hi,
Under ecommerce when editing a theme, there's a note stating:
NOTE: price_class can be either empty, range-sale-price, or single-sale-price
If the price is a range of prices we replace the display with the new range (range-sale-price)
If the price is a single price we cross the standard price out and add the sale price beside it (signle-sale-price)
Is there a way that I can remove the range-sale-price all together? I've looked through the code and I can't seem to find an answer in there, hopefully someone can shed some light on it.
- 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
If it uses a specific class I'd recommend just adding a specific rule to hide that class to your CSS.
Something like this:
.range-sale-price { display:none !important; }
I don't know if that will work for sure, but it's worth a 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
Thanks! I'll try it out.
- 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
I too have tried to remove this. It's annoying to display the range of pricing. Is there a way to remove this? I tried to add that code suggested to the CSS but maybe I am not putting it in the right place? Any suggestions?
- 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
- 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
An easy way to add it without theme customization is to wrap it in <style> tags and add it to Settings > SEO > Header Code. This would be the code based on what I gave earlier:
<style> .range-sale-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
I added it to the SEO under Header Code, saved and published but the pricing is still there. Any other suggestions? I know for a fact that this is detering people from buying from me. Thanks for the input.
- 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
@rlprinting wrote:
I added it to the SEO under Header Code, saved and published but the pricing is still there. Any other suggestions? I know for a fact that this is detering people from buying from me. Thanks for the input.
@Some code might vary by theme. If you post a link to your site @BJ might be able to figure out what would be needed for yours.@BJ might be able to figure out what would be needed for yours.
- 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
Post a link to what exactly? Please advise. Haven't been able to get rid of the price range showing up. It's annoying and deters people from buying since they are looking at the range and not the fact that each add on increases prices as well as qty upgrades. Any help will be great.
Thanks
- 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 about that - posting a link to your site is what I was refering to.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report