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 06-28-2002 09:37:28

Guest
Guest

add to cart, jump to checkout, other questions

When you add and item to the cart I would like it to jump to the checkout, because we only have one item.  There must be a way to do that.

When we add more items I want it to jump back to the category instead of the item.

Thoughts, ideas?

 

#2 06-28-2002 13:20:49

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

Re: add to cart, jump to checkout, other questions

The category jump will be tricky, but for the time being, in the file:

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

Change the top line:

### CUT

sub site_store_cart_add_to_cart {

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

### CUT

so that it reads:

### CUT

sub site_store_cart_add_to_cart {

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

### CUT

That will direct the user to the order page.


Nick Hendler

Offline

 

#3 06-28-2002 13:32:23

Guest
Guest

Re: add to cart, jump to checkout, other questions

Thanks!  I'll give it a try.

JW

 

Board footer