Guest Checkout

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
steveo
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Fri Sep 23, 2011 7:54 am

Guest Checkout

Post by steveo » Wed Jun 05, 2013 1:32 pm

What do I need to change to allow guest checkout?
We are using Ablecommerce 7.07 and PayPal.
Thanks!

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Guest Checkout

Post by Katie » Wed Jun 05, 2013 3:16 pm

Hi,

In version 7.0.7, you can change a parameter in the \ConLib\OnePageCheckout.ascx file.

Change this line:

<param name="AllowAnonymousCheckout" default="false">Possible values are true or false. When true, customers are allowed to check out without creating a user account.</param>

To:

default="true"

Hope this helps!
Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

steveo
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Fri Sep 23, 2011 7:54 am

Re: Guest Checkout

Post by steveo » Thu Jun 06, 2013 7:05 am

Katie,
Thanks for the help. I made the change but it is still requiring the customer to enter a password at checkout.
Do I have to restart the app or anything for this to take effect?
Thanks,
Steve

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Guest Checkout

Post by Katie » Fri Jun 07, 2013 8:14 am

Steve,

I thought it would start working right away, but restarting IIS or forcing a recompile of the application wouldn't hurt. Also, make sure that you're changing the right file. If you've ever made customizations to the OPC file, then it might reside in the \Conlib\Custom\ folder instead.

Please let me know if you get it working!

Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

steveo
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Fri Sep 23, 2011 7:54 am

Re: Guest Checkout

Post by steveo » Fri Jun 07, 2013 9:29 am

Thanks Katie.
I'll give that a try.

steveo
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Fri Sep 23, 2011 7:54 am

Re: Guest Checkout

Post by steveo » Fri Jun 07, 2013 11:58 am

Katie,
I tried an IIS reset and it still isn't working.
Any other ideas?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Guest Checkout

Post by jmestep » Sat Jun 08, 2013 8:56 am

If you are logged in as admin and go to the editor section of the One page checkout, you set it like the following:
[[ConLib:OnePageCheckout EnableGiftWrap="true" EnableMultiShipTo="true" EnableShipMessage="false" AllowAnonymousCheckout="true" DisableBots="false" MaxCheckoutAttemptsPerMinute="10"]]
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

steveo
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Fri Sep 23, 2011 7:54 am

Re: Guest Checkout

Post by steveo » Mon Jun 10, 2013 6:16 am

Thanks jmestep! That worked. For some reason editing the actual file did not work.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Guest Checkout

Post by jmestep » Mon Jun 10, 2013 6:20 am

The actual file would need to be changed in the .cs file, but that is not a good reason because if you change the Conlib call again, and nothing changes for checkout, you would have a hard time trying to figure out why.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

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

Re: Guest Checkout

Post by AbleMods » Wed Jun 12, 2013 2:25 pm

steveo wrote:For some reason editing the actual file did not work
The reason is the parameter specified on the ConLib reference in the scriptlet override the values in the actual file.

From another perspective, the actual file sets the default value. But a parameter will override that default if specified. So changing the actual file works great, unless that parameter is specified in the scriptlet :)
[[ConLib:OnePageCheckout EnableGiftWrap="true" EnableMultiShipTo="true" EnableShipMessage="false" AllowAnonymousCheckout="true" DisableBots="false" MaxCheckoutAttemptsPerMinute="10"]]
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

Post Reply