Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 07-16-2002 22:43:53

Guest
Guest

Order 1(specific) item then Place Order in one click?

I have a site owner who has one main item that he sells, and he would like a link that adds that item to the cart and then proceedes to the Place Order page.  Is there a way to do that? 

I know that I can go directly to an item's page, but I don't know how to do that and the check out.

Lloyd Sommerer

 

#2 07-20-2002 09:03:34

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Order 1(specific) item then Place Order in one click?

In the script:

./cgi-bin/library/modules/site_store_cart_contents_add_update.pl

Change the lines:

### CUT

#######################################################################
# Sub Site Store Cart Add To Cart                                     #
#######################################################################

sub site_store_cart_add_to_cart {

$fd_pg = "store";
$fd_sub_pg = "prod";

### CUT

to read:

### CUT

#######################################################################
# Sub Site Store Cart Add To Cart                                     #
#######################################################################

sub site_store_cart_add_to_cart {

$fd_pg = "store";
$fd_sub_pg = "order";

### CUT

This will bounce the user to the order page after adding the item to their cart. 


Nick Hendler

Offline

 

Board footer