Totally Zenned
- Join Date:
- Feb 2006
- Location:
- Chicago
- Posts:
- 1,349
- Plugin Contributions:
- 0
Which file is called in zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SS
There is a line in the payment modules (for instance authorize.net)
zen_redirect(zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL', true, false));
Which file is being called here
I dont see a file as checkout_payment.php except in the language files
Is it the header_php.php inside the includes\modules\pages\checkout_payment\ ?
I want to modify the code for payment module as I am not getting the return url to get me the order confirmation page/order id generated
Thanks