Page 1 of 1

Show only step 6 when checkout

Posted: Thu May 17, 2012 9:36 pm
by puyopuy
Hi there,

My site is only available for register customers and only local user. We don't ship oversea and only accept cash on delivery. So I just want to hide step 1 - step 5 completely and only want user to confirm the order(step 6).

I tried to follow the steps in this thread http://forum.opencart.com/viewtopic.php?t=36157#p191299 but it doesn't work well for version 1.5.2.1.

Is there any other tutorial or extension can do that?

Thank you for your help in advance.
puyo

Re: Show only step 6 when checkout

Posted: Fri May 18, 2012 12:23 am
by bingo
checkout our one step checkout here,you might interested.
http://www.opencart.com/index.php?route ... on_id=4885

bingo

Re: Show only step 6 when checkout

Posted: Fri May 18, 2012 9:48 am
by puyopuy
Thanks Bingo, can you hide step 1 - step 5? I only want to show confirm order.

Any other cheaper solution?

Re: Show only step 6 when checkout

Posted: Sun May 20, 2012 10:13 pm
by puyopuy
I managed to show only step 6 when checkout but I failed to verify the following values in confirm.php. I'm using one address only, shipping and payment address is the same. I only have one shipping method which is "Flat Shipping Rate" and only accept "Cash On Delivery" payment method. What values should I use for the following variables?

$shipping_address
$this->session->data['shipping_method']
$payment_address
$this->session->data['payment_method']