Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Mar 2007
    Posts
    5
    Plugin Contributions
    0

    Default Experimental Reward Points Module

    Experimental Reward Points Module

    Hi,
    This is not a complete module but try it and if you got anything to say or you would like to have in it just mention it.
    YOU'll have to put the ot_reward_points.php file in the includes->modules->order_total folder
    and install it through modules folder.
    and create two tables
    Code:
    CREATE TABLE `cs_customers_points` (
      `customers_points_id` int(11) NOT NULL auto_increment,
      `orders_products_id` int(11) NOT NULL,
      `points` int(11) NOT NULL,
      `rate` double NOT NULL,
      PRIMARY KEY  (`customers_points_id`)
    ) TYPE=MyISAM;
    
    -- --------------------------------------------------------
    
    -- 
    -- Table structure for table `cs_products_points`
    -- 
    
    CREATE TABLE `cs_products_points` (
      `cs_products_points_id` int(11) NOT NULL auto_increment,
      `products_id` int(11) NOT NULL,
      `products_points` int(11) NOT NULL,
      PRIMARY KEY  (`cs_products_points_id`),
      UNIQUE KEY `products_id` (`products_id`)
    ) TYPE=MyISAM ;
    and copy the two other files into the admin folder
    or you can just copy them as they are
    i haven't created the files for the menus(boxes) yet
    Attached Files Attached Files

 

 

Similar Threads

  1. Reward Points Module for ZC v13x
    By hem in forum All Other Contributions/Addons
    Replies: 2474
    Last Post: 16 Mar 2015, 12:29 AM
  2. v139h Reward Points module display order totals including reward points
    By irsarahbean in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Jun 2013, 01:19 AM
  3. Reward points module : 0 points earned
    By jonnyboy22 in forum Addon Payment Modules
    Replies: 5
    Last Post: 5 Jun 2012, 09:52 AM
  4. Reward Points module- points not calculated correctly
    By cpoet in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Sep 2010, 05:02 PM
  5. Reward Points Module - Hide message when 0 points offered
    By expresso in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Dec 2008, 06:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR