Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Member Discount


Guest

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...