Bypassing the checkout

If you don’t wantto accept payments from your site, you can bypass the payment page in one of two ways.

 

The first method requires you to change the following option in your shop configuration.

 

xbypasscheckout

Set this to Yes to bypass payment checkout.


In previous old version V7 and below, you usually need to edit file shop$config.asp and set this to bypass payment page :
const xCheckout="shopcheckoutdummy.asp"

With VPCART, it is just as simple by updating config xbypasscheckoutfrom your administration.

Secondly, if your shop is configured not to display prices, then no request for payment is made and shopcheckout simply skips itself.