fra_000111 Posted February 3, 2023 Share Posted February 3, 2023 (edited) 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): While here the credit card option that have the icon: 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 February 3, 2023 by fra_000111 (see edit history) Link to comment Share on other sites More sharing options...
ComGrafPL Posted February 3, 2023 Share Posted February 3, 2023 (edited) Was any icon before? Reset the module at first, also clean cache. Edited February 3, 2023 by ComGrafPL (see edit history) Link to comment Share on other sites More sharing options...
fra_000111 Posted February 3, 2023 Author Share Posted February 3, 2023 Hello, I dont think i ever saw an icon. Just tried by resetting it and deleting cache, didnt worked.! 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