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
|