Jump to content

Edit History

salud marco

salud marco

Esta es la solución para este módulo:

A continuación encontrará los pasos para modificar el archivo Paypal.php.

1) Abra el archivo Paypal.php y busque la función hookHeader ().
2) Luego, en esa función, reemplace la línea mencionada a continuación:
if (Tools :: getValue ('controller') == "order") {
con el código mencionado a continuación:
if (Tools :: getValue ('controller') = = "order" || Tools :: getValue ('controller') == "supercheckout") {
3) Guarde los cambios.

I am using it and it works well, only problem that when payapal is updated it has to modify these lines

salud marco

salud marco

this is the solution for this module:

Please find below the steps to modify the Paypal.php file.

1) Open the Paypal.php file and search for hookHeader() function.
2) Then in that function replace the below-mentioned line:
if (Tools::getValue('controller') == "order") {
with the below-mentioned code:
if (Tools::getValue('controller') == "order" || Tools::getValue('controller') == "supercheckout") {
3) Save the changes.

×
×
  • Create New...