Use One Page Checkout

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
joea84
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Wed May 26, 2010 11:55 am

Use One Page Checkout

Post by joea84 » Wed Dec 08, 2010 1:55 pm

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.

jonfreeland
Ensign (ENS)
Ensign (ENS)
Posts: 4
Joined: Mon Aug 29, 2011 12:08 pm

Re: Use One Page Checkout

Post by jonfreeland » Mon Aug 29, 2011 1:36 pm

Did you ever find an answer to your first question? I am wondering as well.

crazyjoe
Commander (CMDR)
Commander (CMDR)
Posts: 172
Joined: Mon Apr 26, 2010 2:20 pm

Re: Use One Page Checkout

Post by crazyjoe » Thu Sep 01, 2011 1:11 pm

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.
Crazy Joe Sadloski
Webmaster
Hot Leathers Inc.
http://www.hotleathers.com

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Use One Page Checkout

Post by AbleMods » Fri Sep 02, 2011 9:36 am

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.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

mouse_8b
Commander (CMDR)
Commander (CMDR)
Posts: 115
Joined: Mon Oct 11, 2010 1:21 pm
Location: Austin, TX
Contact:

Re: Use One Page Checkout

Post by mouse_8b » Thu Sep 15, 2011 1:53 pm

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

Post Reply