Jump to content

ps_wirepayment icon missing on payment options at checkout


Recommended Posts

Hello,  i have a problem regarding the ps_wirepayment module, basically in the checkout payment where you choose from all different payment methods the wire transfer one is missing the icon as following:

1524298828_Screenshot(582).thumb.png.54c96496f41ccb01fefc1645c65faee1.png

 

I checked and the logo exist in modules/ps_wirepayment folder named as "logo.png"

Here html code of the wire option (<img> is missing):

2023508530_Screenshot(583).png.5d2fc1f2054a385e7784f72a5f1c5d53.png

 

While here the credit card option that have the icon:

895432496_Screenshot(580).png.2685dc86f2dee3f6d0c72f3851e7dbb7.png

 

My theme payment.tpl file contain the following instruction that check if an option have an icon or not:

 

<label for="{$option.id}" class="customLabelFasePagamento">
<span>{$option.call_to_action_text}</span>
{if $option.logo}
	<img src="{$option.logo}" style="height:3em;">
{/if}
</label>

So i think the wire module must be broken in some way, not having the $option.logo variable.

 

Any suggestions on what to check? thanks

Edited by fra_000111 (see edit history)
Link to comment
Share on other sites

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...