its an old store, i know.
but creating a new one will take so much time setting all up again and this works fine for me.
it actually is cataloging actual products, but there are so much more options to a product then i can list on a store. now the customer will order, pay and then hear it costs a little more/less based on their situation.
so i want the customer to choose there products and then enter their name and order instantly without paying. so they have a estimation about what it will cost and i can fill in the final options and present final price.
i now have set all products to virtual, this skips step 1.
and added this to the /includes/modules/pages/checkout_confirmation/header_php.php
Code:
// if payment method has been selected, redirect the customer to the checkout process page
if ($_SESSION['payment']) {
zen_redirect(zen_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL'));
}
to skip step 3
only thing remains is step 2