![]() |
Edit Discount Percentage
Can someone tell me where to edit the font color and size of the discount percentage displayed next to the "Save" text within the featured products. I have searched but can't seem to find it. Thanks.
|
Re: Edit Discount Percentage
featured product use the skin1/customer/main/product_t.tpl file to display the products.
so try there .... |
Re: Edit Discount Percentage
Quote:
In the file "skin1/customer/main/products.tpl", lines: PHP Code:
or in the file "skin1/customer/main/products_t.tpl" next lines (if option "Display products list in multiple columns (1-3) (leave empty to use standard format):" not NULL): PHP Code:
Discounts message is not determined by class, you have to do it himself, for exmpl. add some lines in tenplate file: ....<span class="discount_pr">{$lng.lbl_save_price} {$discount}%</span>...., and determine description for this class in to css file. |
All times are GMT -8. The time now is 06:55 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.