Jump to content

[SOLVED] Changing/adding payment logo's


Recommended Posts

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

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.

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

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

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"

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...