Community Add-Ons
| Maintainers: | umarov_t |
Purchase Without Account Extra Product Fields contributtion for osCommerce version 2.3
for osCommerce Online Merchant v2.3
Purchase Without Account Extra Product Fields contributtion adapted for the new osCommerce version 2.3
This feature will give User starts to check out without an account, then logs into their account.
Legend:
Download
Report
Another correction made in the install guide.
Changed the following:
<?php
// PWA BOF
if (defined('PURCHASE_WITHOUT_ACCOUNT') && ($cart->count_contents() > 0) && (PURCHASE_WITHOUT_ACCOUNT == 'ja' || PURCHASE_WITHOUT_ACCOUNT == 'yes')) {
?>
TO
<?php
// PWA BOF
if (defined('PURCHASE_WITHOUT_ACCOUNT') && ($cart->count_contents() > 0) && (PURCHASE_WITHOUT_ACCOUNT == 'no' || PURCHASE_WITHOUT_ACCOUNT == 'yes')) {
?>
THE "ja" should have been "no"
FULL PACKAGE
