![]() |
I managed to lose the price on item detail page
Hello,
I somehow managed to lose the item "Price" on the item detail pages. I went in and did a theme tweak to remove the quick view option from the items. I also deleted the magnifying glass reference. I must have deleted something else. See here: http://www.ridgewaycompany.com/xcart/cart.php?target=product&product_id=40 Can anyone tell me where to go to add the price back to the detail pages? The common.price.tpl file is still there, unchanged. Any help would be appreciated. Thanks. |
Re: I managed to lose the price on item detail page
You added this CSS I think:
Code:
.product-details span.product-price, .product-quicklook span.product-price { I think you should change this to: Code:
.product-quicklook span.product-price { |
Re: I managed to lose the price on item detail page
I don't think that is exactly what I did, but it is close. Which CSS file?
The ratings stars, etc are missing as well. I think I may have deleted some java script? Could I resolve this by uploading files from a backup? Please help. |
Re: I managed to lose the price on item detail page
OK Lets approach it from this angle. How would I "insert" the product price somewhere?
|
Re: I managed to lose the price on item detail page
You never edit core css files, so you must either have your own CSS where you have been making modifications or you used the Custom CSS in the admin.
The price exists on that page. I see it on line 412 of view-source:http://www.ridgewaycompany.com/xcart/cart.php?target=product&product_id=40 Someone has added: Code:
.product-details span.product-price, .product-quicklook span.product-price { Which has two class definitions as you can see. the .product-details span.product-price is the one affecting the price on this page. It is set to display none. If you either edit the css above and remove the reference to that class, or add somewhere lower: Code:
.product-details span.product-price { then your price will display. |
All times are GMT -8. The time now is 10:23 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.