AbanteCart Community

eCommerce construction => Installation and Configuration => Fresh Installation => Topic started by: TopWebNames on September 02, 2013, 10:12:01 PM

Title: PLEASE make the little price tag display the correct price.
Post by: TopWebNames on September 02, 2013, 10:12:01 PM
How do I make the little price tag not display... anywhere?  I don't want it to display on any pages, including the home page, product pages, the shopping cart, checkout, etc.
Title: Re: How do I make the little price tag not display?
Post by: abantecart on September 02, 2013, 10:31:30 PM
You can edit css file storefront/view/default_html5/stylesheet/style.css

Look for css :
Code: [Select]
.thumbnail .pricetag {
..

You can edit it
Title: Re: PLEASE make the little price tag display the correct price.
Post by: TopWebNames on September 02, 2013, 10:37:21 PM
You can edit css file storefront/view/default_html5/stylesheet/style.css

Look for css :
Code: [Select]
.thumbnail .pricetag {
..

You can edit it

Thank you.  I'll do it and let you know what happens.

Should I delete it, or would it be better to replace it with something else?
Title: Re: PLEASE make the little price tag display the correct price.
Post by: TopWebNames on September 02, 2013, 11:52:23 PM
You can edit css file storefront/view/default_html5/stylesheet/style.css

Look for css :
Code: [Select]
.thumbnail .pricetag {
..

You can edit it

Thank you.  I'll do it and let you know what happens.

Should I delete it, or would it be better to replace it with something else?

No matter what I did, it caused problems, from simple to serious.  Since the little price tag is calling the base price for the products, AND has a link to the Cart, I don't think it can be simply deleted or made to go away without a lot of coding. I think the only proper thing to do is for AbanteCart to make it reflect the correct price in the Cart when Options have been selected, especially since the correct price after Options have been selected updates automatically at the bottom of the list of Options... and it really should have been coded this way anyway.

Please make it so that the little price tag displays the same correct price as displayed at the bottom of the list of Options.

Thank you