Results 1 to 10 of 14

Hybrid View

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

    Default Re: Is there a way to stop downloads on orders over a certain amount?

    You would have to customize the payment module(s) where the order status is set to change on orders that have totals >= 50 ...

    Example, in Check/Money Order
    /includes/modules/payment/moneyorder.php

    this code is getting the setting for the Orders Status based on the settings of the Payment Module:
    Code:
          if ((int)MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID > 0) {
            $this->order_status = MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID;
          }
    You can change that value of the:
    $this->order_status

    based on the amount of the order to a different Order Status such as Pending, so the Downloads are not immediately available ...
    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!]
    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!

  2. #2
    Join Date
    Jul 2009
    Posts
    110
    Plugin Contributions
    0

    Default Re: Is there a way to stop downloads on orders over a certain amount?

    That's great information, but would there be anyone who could give me the exact wording and the exact files I'd have to change to do this - I have no clue how to write php

    Thanks so much for answering!!

    Joanne

 

 

Similar Threads

  1. v151 Offering Free Shipping over a certain amount and under a certain weight
    By jimmie in forum Addon Shipping Modules
    Replies: 0
    Last Post: 17 Aug 2013, 10:58 PM
  2. Adding Free Item to Orders Over Certain Amount
    By Psykryph in forum General Questions
    Replies: 1
    Last Post: 2 Dec 2011, 07:39 AM
  3. 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
  4. Taxes only apply to orders over a certain amount??
    By apemusic in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 7
    Last Post: 30 Jan 2008, 11:41 PM
  5. How To Add Free Item to All Orders Over Certain Amount?
    By Jeff_Mash in forum General Questions
    Replies: 1
    Last Post: 25 Jul 2006, 04:58 PM

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