CrossY Posted April 18, 2012 Share Posted April 18, 2012 Hi there fellow Prestashoppers, I've been editting my webshop but i've been stuck at this now for at least an hour. I wish to add payment logo's, and/or change the layout of the module containing the logo's (add some, 1 larger logo per line). When i Googled it told me to edit "/modules/blockpaymentlogo/blockpaymentlogo.tpl", which I did. unfortunately this doesnt seem to be the file my shop is pulling it's data from...? When I added or removed links from that file, it did not have any effect on the webshop frontpage. The only thing i've accomplished is simply replacing one of 3 images, but that still doesnt allow me to add more links. This is the code im running now, so i've actually deleted two of them, but they still show on the website. <!-- Block payment logo module --> <div id="paiement_logo_block_left" class="paiement_logo_block"> <a href="{$link->getCMSLink($cms_payement_logo)}"> <img src="{$img_dir}logo_paiement_visa.jpg" alt="visa" width="100" height="400" /> </a> </div> <!-- /Block payment logo module --> Any help here would be much appriciated! Link to comment Share on other sites More sharing options...
hxd Posted April 19, 2012 Share Posted April 19, 2012 Just to mention that to see the changes on the frontend when you edit template files you need to enable the Force Compile option. You can do this from the back office (Preferences tab>Performance sub-tab). When you're done with the changes disable the option. Keep in mind that when the option is enabled this will slow down your site considerably, so you shouldn't do this very often or for a long time on a production site. 1 Link to comment Share on other sites More sharing options...
CrossY Posted April 19, 2012 Author Share Posted April 19, 2012 Awesome, it works now! Saves me some headaches for the future too I reckon Solved. Link to comment Share on other sites More sharing options...
Tomasci Posted March 15, 2014 Share Posted March 15, 2014 Hi there fellow Prestashoppers, I've been editting my webshop but i've been stuck at this now for at least an hour. I wish to add payment logo's, and/or change the layout of the module containing the logo's (add some, 1 larger logo per line). When i Googled it told me to edit "/modules/blockpaymentlogo/blockpaymentlogo.tpl", which I did. unfortunately this doesnt seem to be the file my shop is pulling it's data from...? When I added or removed links from that file, it did not have any effect on the webshop frontpage. The only thing i've accomplished is simply replacing one of 3 images, but that still doesnt allow me to add more links. This is the code im running now, so i've actually deleted two of them, but they still show on the website. <!-- Block payment logo module --> <div id="paiement_logo_block_left" class="paiement_logo_block"> <a href="{$link->getCMSLink($cms_payement_logo)}"> <img src="{$img_dir}logo_paiement_visa.jpg" alt="visa" width="100" height="400" /> </a> </div> <!-- /Block payment logo module --> Any help here would be much appriciated! Hi there! I want to change the size of my payment logo. I don't have the image (that shows in my front end) in modules/blokpaymentlogo. Where can I find it? Link to comment Share on other sites More sharing options...
CrossY Posted March 16, 2014 Author Share Posted March 16, 2014 Hi there! I want to change the size of my payment logo. I don't have the image (that shows in my front end) in modules/blokpaymentlogo. Where can I find it? Try changing width="100" height="400" in: "/modules/blockpaymentlogo/blockpaymentlogo.tpl" 1 Link to comment Share on other sites More sharing options...
Tomasci Posted March 16, 2014 Share Posted March 16, 2014 Try changing width="100" height="400" in: "/modules/blockpaymentlogo/blockpaymentlogo.tpl" Thanks, that's what I needed Link to comment Share on other sites More sharing options...
saintofinternet Posted January 12, 2016 Share Posted January 12, 2016 i am using a module from www.instamojo.com for the Credit/Debit card payment options. i need to add a logo to their button during checkout. they have they own TPL file. how can i place the image? 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