I would like customer to enter the check out page in step 2 as guests. The login and register should not be disabled for those who wish to register or login.
Can this be done via the URL icw parameters? Or do I need to adapt the template files for this. All the help is welcome.
Thx in advance
So for the attempts to enter the check out page in step to have failed. Only tried to get this working via the URL, no attempt to alter the template files.
Tried:
index.php?dispatch=checkout.customer_info.guest_checkout
index.php?checkout.customer_info.guest_checkout
index.php?dispatch=checkout.checkout&login_type=guest
index.php?dispatch=checkout.checkout.guest_checkout?edit_step=step_two
Al these efforts were based on browsing through the checkout.php and corresponding template files.
Still open to any suggestions
Got the answer from cs cart support.
/index.php?dispatch=checkout.checkout.guest_checkout will open checkout in step 2.