Community Add-Ons

Maintainers: umarov_t
Add file to this package
Top » Features

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

Expand All / Collapse All

Install Guide Update mommaroodles 5 Feb 2013  

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

Install Guide Update sandmantm 7 Jul 2012  
Purchase Without Account Extra Product Fields contributtion for osCommerce version 2.3 umarov_t 2 Jun 2012