Guido Buldrighini Posted October 23, 2019 Posted October 23, 2019 Hi, I have a issue with the paypal module, when i go to order confirm it shows me this page (attached screenshot). I searched online but found only this solution but it is from 2016 and this change has already been incorporated into the module: https://github.com/PrestaShop/paypal/compare/master...flambert860:patch-1
musicmaster Posted October 23, 2019 Posted October 23, 2019 This looks like a place where html should be used. So the question is what causes that the html is not processed by the browser but rendered raw. The best way to find out is to look at the (html) source of the whole page in the browser.
Guido Buldrighini Posted October 24, 2019 Author Posted October 24, 2019 I solved, I discovered that I was using the official PayPal module for Prestashop. I replaced: {$paypal_cart_summary|escape:'htmlall':'UTF-8'} with: {$paypal_cart_summary|escape:'UTF-8'} in the file: /modules/paypal/views/templates/front/order-summary.tpl 1
SLiCK_303 Posted October 24, 2019 Posted October 24, 2019 25 minutes ago, Guido Buldrighini said: I solved, I discovered that I was using the official PayPal module for Prestashop. Is there a reason you are not using the tb papal module? Glad you fixed your problem though.
Guido Buldrighini Posted October 25, 2019 Author Posted October 25, 2019 (edited) Hi @SLiCK_303, I exported an old e-commerce realized in Prestashop on Thirtybees and the various credentials requested by Thirtybees PayPal module were different from those required by the PayPal module realized by Prestashop. Edited October 25, 2019 by Guido Buldrighini
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