To solve the missing Paypal logo. in checkout, quick order etc
Prestahop 1.6 xx PayPal v3.11.4
1. Go to CPanel > File Manager > public_html > modules > paypal > logos.xml
2. Right click on logos.xml >edit > Every occassion of
<LocalPayPalHorizontalSolutionPP>/views/img/default_logos/default_horizontal.png
<LocalPayPalVerticalSolutionPP>/views/img/default_logos/default_logo.gif
insert > /modules/paypal before the word views
example of correct code
<LocalPayPalHorizontalSolutionPP> /modules/paypal/views/img/default_logos/default_horizontal.png
<LocalPayPalVerticalSolutionPP>/modules/paypal/views/img/default_logos/default_logo.gif
There are 13 lines that need fixing.
A quick hint is to search for the word views e.g. Ctrl F > insert the word views then insert /modules/paypal before the word views.
No comments:
Post a Comment