pattyo1 Posted April 12, 2016 Share Posted April 12, 2016 (edited) Hello guys, My website is http://sunnyroad.sk. Im trying to replace text "Vypredané" with image. This is how it looks like And i want something like this I guess this is the code {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE} <a class="sale-box" href="{$product.link|escape:'html':'UTF-8'}"> <span class="sale-label">{l s='Vypredané' mod='labhomefeatured'}</span> </a> {/if} I dont know if it is even possible but i really appreciate any suggestion. Thank you Edited April 12, 2016 by pattyo1 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now