asosservis Posted February 1, 2017 Share Posted February 1, 2017 (edited) Hello, i have bought a premium theme from one developer in prestashop addon section. I have a problems that on the place where it should be a paypal logo its a questioneri sign ( i am attaching picture ) and its looking very ugly. I have contacted developer to solve the problem and upload the logo but i am not getting any replay for 5 days and i am very angry for such a support. So i am asking here if somebody can help and tell me how i can put the paypal logo here. My website is www.topprodaja.eu Thanks Edited February 1, 2017 by asosservis (see edit history) 1 Link to comment Share on other sites More sharing options...
Norwegian Rat Posted February 2, 2017 Share Posted February 2, 2017 Is it in the checkout you're missing it? Link to comment Share on other sites More sharing options...
sharktemplate Posted February 2, 2017 Share Posted February 2, 2017 <div id="paypal-column-block"> <p><a href="{$base_dir_ssl|escape:'htmlall':'UTF-8'}modules/paypal/about.php" rel="nofollow"><img src="{$base_dir}modules/paypal/views/img/default_logos/default_logos.jpg" alt="PayPal" title="{l s='Pay with PayPal' mod='paypal'}" style="max-width: 100%" /></a></p></div> fix it on paypal/views/templates/hook/column.tpl Problem will be solved then upload your "default_logos.jpg" on "paypal/views/img/default_logos/default_logos.jpg" Link to comment Share on other sites More sharing options...
sharktemplate Posted February 2, 2017 Share Posted February 2, 2017 we are the author of Gadgets theme. we solved the problem for asosservis Link to comment Share on other sites More sharing options...
asosservis Posted February 9, 2017 Author Share Posted February 9, 2017 we are the author of Gadgets theme. we solved the problem for asosservis One problem solved now we have a next problem. After update of paypal module today at the last step of order when choosing a payment option there is no PayPal logo only this dummy ? sign. We have attached a screenshot of them. Can You please fix this or tell us exactly what we have to do. Thanks Link to comment Share on other sites More sharing options...
Norwegian Rat Posted February 10, 2017 Share Posted February 10, 2017 You probably need to alter the path to the image in the right *.tpl file in the paypal module folder. Located somewhere under view/front (or something). If you rightclick and check the path of the no-image file, you'll notice that the path is wrong Link to comment Share on other sites More sharing options...
asosservis Posted February 10, 2017 Author Share Posted February 10, 2017 Hmm i am not so good technicaly. I have checked some files but didnt find anything. I hope that a developer will solve the problem. But thanks for the help. Link to comment Share on other sites More sharing options...
asosservis Posted February 19, 2017 Author Share Posted February 19, 2017 Can nobody here help me and tell me how to add a paypal payment logo in the payment checkout options. Now there is only a dummy ? sign instead of the logo. I attaching a screeenshot so You know what i mean. I am not so good technicaly so i would need somebody to tell me exactly where to add the payment logo. I have also contacted a developer of the theme but he told me its fixed but as You can see here its not fixed. Thanks Link to comment Share on other sites More sharing options...
asosservis Posted February 19, 2017 Author Share Posted February 19, 2017 we are the author of Gadgets theme. we solved the problem for asosservis I have send You a message in Prestashop and ask You more times if You can add a paypal logo in the payment checkout page as now its only the dummy ? sign. I am attaching a screenshot so You can see what i mean so please add the logo or tell me where exactly i have to add it so i know it in the future. Thanks Link to comment Share on other sites More sharing options...
Norwegian Rat Posted February 20, 2017 Share Posted February 20, 2017 Try modify logos.xml (root of PP-folder) <LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP> <LocalPayPalVerticalSolutionPP>/views/img/default_logos/default_logo.gif</LocalPayPalVerticalSolutionPP> to <LocalPayPalHorizontalSolutionPP>/modules/paypal/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP> <LocalPayPalVerticalSolutionPP>/modules/paypal/views/img/default_logos/default_logo.gif</LocalPayPalVerticalSolutionPP> 1 Link to comment Share on other sites More sharing options...
asosservis Posted February 21, 2017 Author Share Posted February 21, 2017 Try modify logos.xml (root of PP-folder) <LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP> <LocalPayPalVerticalSolutionPP>/views/img/default_logos/default_logo.gif</LocalPayPalVerticalSolutionPP> to <LocalPayPalHorizontalSolutionPP>/modules/paypal/views/img/default_logos/default_horizontal.png</LocalPayPalHorizontalSolutionPP> <LocalPayPalVerticalSolutionPP>/modules/paypal/views/img/default_logos/default_logo.gif</LocalPayPalVerticalSolutionPP> Thank You very much. It solved my problem. 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