capbat Posted July 13, 2012 Share Posted July 13, 2012 I would like to add a little logo about Free Shipping on all my articles how can I do this I thing I have to work on the products.tpl of my themes but don't know how to exactly. Tks for your help. Bat Link to comment Share on other sites More sharing options...
faDdy Posted July 13, 2012 Share Posted July 13, 2012 its really simple...... upload your free shipping image to themes-img folder and then use the img html tag on product.tpl and place you image any where you want. Don't forget to clear your complete cache before seeing the changes . Link to comment Share on other sites More sharing options...
capbat Posted July 13, 2012 Author Share Posted July 13, 2012 (edited) its really simple...... upload your free shipping image to themes-img folder and then use the img html tag on product.tpl and place you image any where you want. Don't forget to clear your complete cache before seeing the changes . Thanks for your answer but I am a newbie I know where the products.tpl file is but I am not sure on the coding and where I should put it, can you give an exemple. Tks. Bat Edited July 13, 2012 by capbat (see edit history) Link to comment Share on other sites More sharing options...
faDdy Posted July 13, 2012 Share Posted July 13, 2012 Goto Themes ->Your Theme Name folder -> Product.tpl For example search for {$HOOK_PRODUCT_FOOTER} in product.tpl and place your code .......... then clear your cache Link to comment Share on other sites More sharing options...
capbat Posted July 13, 2012 Author Share Posted July 13, 2012 Goto Themes ->Your Theme Name folder -> Product.tpl For example search for {$HOOK_PRODUCT_FOOTER} in product.tpl and place your code .......... then clear your cache Tks again faDdy but what is the code I should place like I said I am very green at this. Tks. Bat Link to comment Share on other sites More sharing options...
natebc Posted September 14, 2012 Share Posted September 14, 2012 Yes I would like to know the code too. Also do you know if this works for Sale Icon. Nate Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted September 14, 2012 Share Posted September 14, 2012 If you wish to just add a logo to your product pages you can use the standard image markup. <img src="path-to-your-image/image.jpg" alt="Logo"> This will place your logo on every product page. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts