View Single Post
  #3  
Old 04-15-2011, 06:02 PM
 
raveworx raveworx is offline
 

Advanced Member
  
Join Date: Dec 2005
Posts: 31
 

Default Re: One Page Checkout, the original, from alteredCart is now 4.4 compatible

There's another issue I found.

checkout_one.tpl:
{if $config.General.disable_anonymous_checkout ne 'Y'}

It looks like this property is stored in the database table as enable_anonymous_checkout. This line should be changed to:

{if $config.General.enable_anonymous_checkout eq 'Y'}
__________________
  • RaveWorx - The All Night Party Site!
  • Glowsticks, Party Gear, Rave and Club Toys
  • X-Cart Gold 4.4.3
Reply With Quote