Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Activate Payment Module if $$$ Total exceeds a certain amount

    Quote Originally Posted by Ajeh View Post
    Let's say you were doing this with Check/Money Order moneyorder you could try the code in RED:
    Code:
          $this->enabled = ((MODULE_PAYMENT_MONEYORDER_STATUS == 'True') ? true : false);
    
    // bof: disable on orders less than 100
    if (!IS_ADMIN_FLAG) {
      global $order;
      if ($order->info['total'] < 100) {
        $this->enabled = false;
      }
    }
    // eof: disable on orders less than 100
    
    Hi Linda I have a question for you. If I didn't want a customer to checkout without entering reward points first how would create code in the Check/Money Order module to flag them to let them know. Thank You so much in advance.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #12
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Activate Payment Module if $$$ Total exceeds a certain amount

    I do not use the reward points so I am not sure what would be best for you ...

    Perhaps ask on the support threads for the Reward Point add on that you are using ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Minimum purchase to activate the cod payment module.
    By Deakoi in forum Built-in Shipping and Payment Modules
    Replies: 15
    Last Post: 31 Mar 2012, 07:46 PM
  2. Is this possible? Disabling downloads on orders over a certain total amount only...
    By DigitalScrapDesigns in forum Managing Customers and Orders
    Replies: 3
    Last Post: 1 Dec 2008, 12:41 AM
  3. Need help with module configuration--enable certain payment module for certain items
    By maxus in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 10 Mar 2008, 04:24 PM
  4. How to offer free gifts if purchase exceeds a certain limit.
    By bhavi in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 28 Nov 2007, 05:19 AM
  5. Giving Discounts after total order is over a certain amount
    By medcop2000 in forum Setting Up Specials and SaleMaker
    Replies: 9
    Last Post: 5 Jun 2006, 04:02 AM

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