wildazzjw Posted September 25, 2011 Share Posted September 25, 2011 Most affiliate programs that supposedly work with prestashop require that we add their code in order-confirmation.php AFTER this.... 'HOOK_PAYMENT_RETURN' => Hook::paymentReturn(intval($id_order), intval($id_module)))); But this code doesn't exist in Prestashop 1.4.4.x. anymore. Where should such code be placed now? 3rd party software makers haven't been responsive to this question. Trying to find my way through this order.confirmation.php now only says this... require(dirname(__FILE__).'/config/config.inc.php'); ControllerFactory::getController('OrderConfirmationController')->run(); 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