Zen Cart Logo
Forums / General Questions / Buynow button that skips to checkout

Buynow button that skips to checkout

Locked

Views: 1,300

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
16 Jan 2008, 10:58 PM
#1
jdgray03 avatar

jdgray03

New Zenner

Join Date:
Jan 2008
Posts:
2
Plugin Contributions:
0

Buynow button that skips to checkout

How would I go about creating a buynow button that skips the cart and goes directly to the checkout?

29 Jan 2008, 12:11 AM
#2
jdgray03 avatar

jdgray03

New Zenner

Join Date:
Jan 2008
Posts:
2
Plugin Contributions:
0

Re: Buynow button that skips to checkout

So I'm guessing this isn't possible since there are no replies.

29 Jan 2008, 6:19 AM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Buynow button that skips to checkout

You could turn off the Display Cart in the My Store settings ...

Then you would have to customize the file:
/includes/init_includes/init_cart_handler.php

and look how the $goto is used and customize it to match your specific needs ...