How to by-pass the basket

martin

Avatar: martin

2011-02-11 08:45

Hi to all

I do have 3 to 4 articles only and it only makes sense to choose 1 article.
Therefore I do not need the basket, after choosing the atricle it should go straight to the order form.

Is there a way to by-pass the basket ?

tx in advance
martin

» Quick.Cart v3.x

Makaron

Avatar: Makaron

2011-02-14 17:30

Try to edit file actions_client/p.php and change code:

        if( isset( $_POST['sNext'] ) && isset( $config['order_page'] ) && isset( $oPage->aPages[$config['order_page']] ) ){
          
header'Location: '.$_SERVER['PHP_SELF'].$oPage->aPages[$config['order_page']]['sLinkName'] );
          exit;
        }


to:

          header'Location: '.$_SERVER['PHP_SELF'].$oPage->aPages[$config['order_page']]['sLinkName'] );
          exit;

Mak-Web.pl - Modyfikacje skryptów Q.Cart i Q.Cms

Back to top
about us | contact