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

  1. Line 15: require(DIR_WS_MODULES . zen_get_module_directory('require_languages.php'));
  2. I changed it to this:
  3. require(DIR_WS_MODULES . zen_redirect(zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')));
  4. Yes, it works and takes me to the create account page to log in or create an account or use paypal express
  5. Yes you can use paypal express and she works, and yes you can use a credit card and check out.
  6. But, when I click shopping cart I am redirect back to the check out process.
  7. There is not way for a client to edit his invoice or the amount they have entered if they made a mistake
  8. What am I overlooking using the zen_redirect ????