dizlab Posted September 30, 2015 Share Posted September 30, 2015 Hello! Maybe somebody know how to display shipping methods pictures (Carriers) in product page? Under "Condition: ..." Link to comment Share on other sites More sharing options...
0 Paulito Posted September 30, 2015 Share Posted September 30, 2015 Hello Have you tried editing the .tpl for the product page? Plus their are a couple of free modules where you can add your code that should suit what you want you want to do. Anyway I would just adda div and add the images you require. Hope this makes sense Paul Link to comment Share on other sites More sharing options...
0 dizlab Posted September 30, 2015 Author Share Posted September 30, 2015 (edited) Hello Have you tried editing the .tpl for the product page? Plus their are a couple of free modules where you can add your code that should suit what you want you want to do. Anyway I would just adda div and add the images you require. Hope this makes sense Paul I need something like this: <div id="headline_manufacturer_logo"> <img src="{$img_manu_dir}{$product->id_manufacturer}.jpg" alt="{$product->manufacturer_name}" title="{$product->manufacturer_name}" /> </div> This gonna show manufacturers logo. I need to remake this html code but i don't know variable codes for carriers Edited September 30, 2015 by dizlab (see edit history) Link to comment Share on other sites More sharing options...
Question
dizlab
Hello!
Maybe somebody know how to display shipping methods pictures (Carriers) in product page?
Under "Condition: ..."
Link to comment
Share on other sites
2 answers to this question
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