daxit_x Posted January 11, 2013 Share Posted January 11, 2013 Hi When in the checkout the payment methods are shown the credit card logos are not shown using moneybookers module, The images are correctly stored in the module folder and are shown in the backoffice but in the frontoffice the alternative text is shown instead What should I do to correct this behaviour? Thank you Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2013 Share Posted January 11, 2013 it's probably something wrong with moneybookers template module. Can you provide an access to your shop with temporary customer account? We will check it Link to comment Share on other sites More sharing options...
daxit_x Posted January 11, 2013 Author Share Posted January 11, 2013 Hi I discovered what the problem is, the URL from where the images are retrieved does not exist anymore, here is the URL: http://www.modules.com/moneybookers/logos/international/amex.gif So in the back office the image is retrived from the local folder of the moneybooker module, meanwhile in the front offica was retrived from hte URL above, but now does not exist anymore. I am now searching where I must change this URL, do you know which file I have to modify? Thank you Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2013 Share Posted January 11, 2013 hi @daxit_x which version of skrill you use? it's a default module or some commercial solution? please give me information and i will check it. You can also pack the module and send it for me: webmaster[at]mypresta.eu (please add link to this conversation if you send to us a mail) Link to comment Share on other sites More sharing options...
daxit_x Posted January 11, 2013 Author Share Posted January 11, 2013 Hi Vekia I sent you the email with the module packed, I do use a recent version of skrill, the module is the latest downloaded from prestashop addons, it is the default free one. Thank you Link to comment Share on other sites More sharing options...
daxit_x Posted January 15, 2013 Author Share Posted January 15, 2013 Hello I just saw that undoubtly the wrong lines are the 64 , 67 , 110 , 152 in the Moneybookers.tpl file These are the strings LINE64 <input type="image" src="{$base_url}/modules/moneybookers/logos/international/{$inter_logos[$i].file}.gif" value="{$inter_logos[$i].code}" name="Submit" style="margin-right: 10px; border: none;" onclick="$('input.payment_methods').val($(this).val());" /> LINE67 <input type="image" src="{$base_url}/modules/moneybookers/logos/local/{$local_logos[$i].file}.gif" value="{$local_logos[$i].code}" name="Submit" style="margin-right: 10px; border: none;" onclick="$('input.payment_methods').val($(this).val());" /> LINE 110 <input type="image" src="{$base_url}/modules/moneybookers/logos/international/{$inter_logos[$i].file}.gif" name="Submit" value="{$inter_logos[$i].code}" style="float: left; margin-right: 10px; border: none;" onclick="$('input.payment_methods').val($(this).val());" /> LINE 152 <input type="image" src="{$base_url}/modules/moneybookers/logos/local/{$local_logos[$i].file}.gif" name="Submit" value="{$local_logos[$i].code}" style="float: left; margin-right: 10px; border: none;" onclick="$('input.payment_methods').val($(this).val());" /> Replacing {$base_url} with http://yourdomain.xxx the module works, but still I would like to replace {$base_url} with the correct recall string Does anybody knows which is the problem using {$base_url} and which is the best replacement for this variable? Thank you Link to comment Share on other sites More sharing options...
Online Sports Shop Posted February 6, 2013 Share Posted February 6, 2013 I have same issue not cards images show on checkout page I reinstalled moneybookers moudle now not validate My Email ID My prestashop and moneybookers module are current latest 1.5.3.1 and 1.6.4 Why not validate my Email I'm older customer of Moneybooker not new Link to comment Share on other sites More sharing options...
Guest Posted February 6, 2013 Share Posted February 6, 2013 Hello I just saw that undoubtly the wrong lines are the 64 , 67 , 110 , 152 in the Moneybookers.tpl file These are the strings LINE64 <input type="image" src="{$base_url}/modules/moneybookers/logos/international/{$inter_logos[$i].file}.gif" value="{$inter_logos[$i].code}" name="Submit" style="margin-right: 10px; border: none;" onclick="$('input.payment_methods').val($(this).val());" /> LINE67 <input type="image" src="{$base_url}/modules/moneybookers/logos/local/{$local_logos[$i].file}.gif" value="{$local_logos[$i].code}" name="Submit" style="margin-right: 10px; border: none;" onclick="$('input.payment_methods').val($(this).val());" /> LINE 110 <input type="image" src="{$base_url}/modules/moneybookers/logos/international/{$inter_logos[$i].file}.gif" name="Submit" value="{$inter_logos[$i].code}" style="float: left; margin-right: 10px; border: none;" onclick="$('input.payment_methods').val($(this).val());" /> LINE 152 <input type="image" src="{$base_url}/modules/moneybookers/logos/local/{$local_logos[$i].file}.gif" name="Submit" value="{$local_logos[$i].code}" style="float: left; margin-right: 10px; border: none;" onclick="$('input.payment_methods').val($(this).val());" /> Replacing {$base_url} with http://yourdomain.xxx the module works, but still I would like to replace {$base_url} with the correct recall string Does anybody knows which is the problem using {$base_url} and which is the best replacement for this variable? Thank you Try this: http://www.prestashop.com/forums/topic/216066-solved-images-missing-from-moneybookers-module-but-only-in-one-multishop/page__fromsearch__1 Link to comment Share on other sites More sharing options...
diyshirt Posted March 16, 2013 Share Posted March 16, 2013 I have same issue not cards images show on checkout page I reinstalled moneybookers module and it still does not show the images of any logos . My prestashop and moneybookers module are current latest 1.5.3.1 and 1.6.4 thank you Link to comment Share on other sites More sharing options...
diyshirt Posted March 16, 2013 Share Posted March 16, 2013 Hi, thank you haylau. I try as you suggest and the logo come back. Link to comment Share on other sites More sharing options...
vekia Posted March 16, 2013 Share Posted March 16, 2013 thanks form information about that this solution works, so the solution in this case is HERE 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