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:
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):
.png.5d2fc1f2054a385e7784f72a5f1c5d53.png)
While here the credit card option that have the icon:
.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
.png.022b5452a8f28f552bc9430097a16da2.png)