Page 1 of 1

Use One Page Checkout

Posted: Wed Dec 08, 2010 1:55 pm
by joea84
Hi,

I want all orders to go to one page checkout instead of the edit billing address page. How can I do that?

Also, how do I change the top seller products without removing the products? I canceled all the orders, but the top sellers are still there.

Re: Use One Page Checkout

Posted: Mon Aug 29, 2011 1:36 pm
by jonfreeland
Did you ever find an answer to your first question? I am wondering as well.

Re: Use One Page Checkout

Posted: Thu Sep 01, 2011 1:11 pm
by crazyjoe
I believe you go to your Admin --> Content / Layout --> Checkout Page scritplet you could change this to show the conlib/shipaddresspage or something along those lines. I've never done it, but that's where I would start.

Re: Use One Page Checkout

Posted: Fri Sep 02, 2011 9:36 am
by AbleMods
joea84 wrote:I want all orders to go to one page checkout instead of the edit billing address page. How can I do that?

The default checkout is OnePageCheckout so long as it's referenced as [[ConLib:OnePageCheckout]] in your checkout page scriptlet.

I found a bug recently in AC7 where a customized OPC would not fire and the system would revert to the multi-page checkout instead. This happens only when two requirements are met:
1. The checkout scriptlet is assigned a specific store theme
2. The OPC has been moved to a different folder i.e. /ConLib/Custom/OnePageCheckout.

The bug is the AC7 code looks for an exact string "[[ConLib:OnePageCheckout", however this fails when you customize it because the string is now "[[ConLib:Custom\OnePageCheckout". Since AC7 fails to see the string it expected, it automatically reverts to the multi-page checkout.

Not sure if this is fixed in the latest flavor of AC7 though.

Re: Use One Page Checkout

Posted: Thu Sep 15, 2011 1:53 pm
by mouse_8b
I don't think it is fixed, but there is a way to force OPC. Find any calls to getCheckoutURL() in conLib controls and change it to getCheckoutURL(false).

viewtopic.php?f=42&t=12911&p=57346&hili ... url#p57346