AbanteCart Community
eCommerce construction => Installation and Configuration => Fresh Installation => Topic started 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.
-
You can edit css file storefront/view/default_html5/stylesheet/style.css
Look for css :
.thumbnail .pricetag {
..
You can edit it
-
You can edit css file storefront/view/default_html5/stylesheet/style.css
Look for css :
.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?
-
You can edit css file storefront/view/default_html5/stylesheet/style.css
Look for css :
.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