AbanteCart Community

AbanteCart Development => New Features Discussion => Topic started by: psopa on September 05, 2013, 02:48:41 PM

Title: Sale image
Post by: psopa on September 05, 2013, 02:48:41 PM
It would be nice to have the possibility to change the sale image, depending on language chosen
Title: Re: Sale image
Post by: abantecart on September 05, 2013, 02:56:05 PM
This can be added to language as translatable variable.
Title: Re: Sale image
Post by: psopa on September 06, 2013, 10:09:33 AM
any pointing directions on how to do it?
Title: Re: Sale image
Post by: abantecart on September 08, 2013, 05:44:17 PM
This is located in 2 files:
storefront/view/default_html5/template/pages/product/product_listing.tpl
and
storefront/view/default_html5/template/blocks/product_list.tpl


<span class="sale tooltip-test">ss<?php echo $text_sale_label?></span>


The best way to approach this is, to create a background image without text and use 'text_sale_label' to display language specific "sale" text