Search the Community
Showing results for tags 'submit.php'.
-
Hello, I want to change the confirmation page you get redirected to when you complete paypal payment. I know I have to change the paypal submit.php file. But everytime i do it f***s up. I tryed php echo but im not a programming genius so hopefully someone here can help. Right now the confirmation page looks like this: Order confirmationYour order on FillMeUp.dk is complete. You have chosen the PayPal method. Your order will be sent very soon. For any questions or for further information, please contact our customer support. Total of the transaction (taxes incl.) : 200,00 kr Your order ID is : XPDEVNCSN Your PayPal transaction ID is : 5ME20668AR665661H Follow my order I just want something simple like: Order confirmation Thank you ! We have received your order. Please check your email for confirmation bla bla bla. _________________________________________________________________________________ I have attached the submit.php file. submit.php
- 1 reply
-
- paypal
- submit.php
-
(and 3 more)
Tagged with:
-
submit.php is reporting the following errors: Strict Standards: Declaration of PayPal::validateOrder() should be compatible with that of PaymentModuleCore::validateOrder() in/home/content/58/8002358/html/modules/paypal/paypal.php on line 34 Fatal error: Uncaught Unknown column 'id_shop' in 'where clause'<br /><br /><pre> SELECT w.`id_wishlist`, w.`name`, w.`token`, w.`date_add`, w.`date_upd`, w.`counter` FROM `ps_wishlist` w WHERE `id_customer` = 20 AND id_shop = 1 ORDER BY w.`name` ASC</pre> thrown in /home/content/58/8002358/html/classes/db/Db.php on line 635 can you please advise, thank you