ChiPoLy Posted June 6, 2005 Share Posted June 6, 2005 Hello guys. Ive been trying to figure out what is the customers_payment_unallowed field used for. It is located in the CUSTOMERS Table. Best Redards ChiPoLy Link to comment Share on other sites More sharing options...
Guest Posted June 7, 2005 Share Posted June 7, 2005 what version of oscommerce do u have? there is no field in the standard download of osCommerce Link to comment Share on other sites More sharing options...
ChiPoLy Posted June 7, 2005 Author Share Posted June 7, 2005 what version of oscommerce do u have? there is no field in the standard download of osCommerce <{POST_SNAPBACK}> I checked the index.php and says: index.php,v 1.1 2003/06/11 17:37:59 hpdl This is the SQL code from table customers: CREATE TABLE `customers` ( `customers_id` int(11) NOT NULL auto_increment, `customers_gender` char(1) NOT NULL default '', `customers_firstname` varchar(32) NOT NULL default '', `customers_lastname` varchar(32) default NULL, `customers_dob` datetime NOT NULL default '0000-00-00 00:00:00', `customers_email_address` varchar(96) NOT NULL default '', `customers_default_address_id` int(11) NOT NULL default '0', `customers_telephone` varchar(32) NOT NULL default '', `customers_fax` varchar(32) default NULL, `customers_password` varchar(40) NOT NULL default '', `customers_newsletter` char(1) default NULL, [B]`customers_payment_unallowed` varchar(255) NOT NULL default 'cc',[/B] `customers_group_id` int(11) NOT NULL default '0', PRIMARY KEY (`customers_id`) ) TYPE=MyISAM AUTO_INCREMENT=6; What do you think? Link to comment Share on other sites More sharing options...
Guest Posted June 7, 2005 Share Posted June 7, 2005 again, i ask you, what version do you have? there is no field in the customers table with the standard download of oscommerce. that is either a contribution which has been added or from some other application, it id definitely not something from here and without knowing what contribution/where it came from, not much anyone is going to be able to help with Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.