1.3.8a zen cart
PHP Version 5.2.9
fresh install
No Mods
Creating a Payment Invoice Cart and wanting to bypass the shopping cart page and go directly to checkout shipping for a more stream line payment system.
includes/ modules/ pages/ shopping cart/ header.php
- Line 15: require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));
- I changed it to this:
- require(DIR_WS_MODULES . zen_redirect(zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')));
- Yes, it works and takes me to the create account page to log in or create an account or use paypal express
- Yes you can use paypal express and she works, and yes you can use a credit card and check out.
- But, when I click shopping cart I am redirect back to the check out process.
- There is not way for a client to edit his invoice or the amount they have entered if they made a mistake
- What am I overlooking using the zen_redirect ????




