Guest Posted January 24, 2004 Share Posted January 24, 2004 Ok, I'm goin crazy now. I installed the 2 files, and "members discount" shows up fine in the order total section like its supposed to. I added the new field to the 'customers' database using phpmyadmin like it said. Now, nowhere in my administration panel does the "members_discount" field show up. Please help me, I need this to work today! Would someone please AIM me: Legend Rock1 for help. Thanks! Link to comment Share on other sites More sharing options...
♥ecartz Posted January 24, 2004 Share Posted January 24, 2004 Which contribution is this? Is there a support thread in the Contributions Support forum? How is this supposed to work? Hth, Matt Always back up before making changes. Link to comment Share on other sites More sharing options...
Guest Posted January 24, 2004 Share Posted January 24, 2004 Its one that gives "members" a discount. I didn't know that their was a contributions support forum. I'll look there. In the mean time, here is the files that it adds, this is from the install file: XMEMBERS order_total class -------------------------- Gives members a discount. Customers are flagged as members by using a new field in the customer table. You can use the following (in phpmyadmin etc) to add the field to your database +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ALTER TABLE `customers` ADD `member_flag` CHAR(1) DEFAULT '0' NOT NULL; ======================================================================= There are only two files to install. /includes/modules/order_total/ot_xmembers.php /includes/languages/english/modules/order_total/ot_xmembers.php Thanks matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.