Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2010
    Posts
    8
    Plugin Contributions
    0

    help question Low order Fee exception for walk in store?

    Hi,
    I want to set exeption on LOW ORDER fee for store walk in customer is there is any way that we can Set this
    With Thanks
    Rovin

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

    Default Re: Low order Fee exception for walk in store?

    You can customize the Order Total module:
    /includes/modules/order_total/ot_loworderfee.php

    And around line 64, change the code to:
    Code:
              if ($charge_it == 'true') {
    Code:
    // bof: no Low Order Fee on Store Pick up
          if ($_SESSION['shipping']['id'] == 'storepickup_storepickup') {
            $charge_it = false;
          }
    // eof: no Low Order Fee on Store Pick up
    
              if ($charge_it == 'true') {
    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!

  3. #3
    Join Date
    Sep 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Low order Fee exception for walk in store?

    Thank You Ajeh
    With Thanks
    Rovin

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

    Default Re: Low order Fee exception for walk in store?

    You are most welcome ...

    Remember us when you are rich and famous ...
    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!

 

 

Similar Threads

  1. Low Order Fee
    By loaner in forum General Questions
    Replies: 3
    Last Post: 10 Sep 2011, 12:50 AM
  2. Apply Low Order Fee for only the difference missing
    By dimsumgurl in forum Managing Customers and Orders
    Replies: 2
    Last Post: 3 Sep 2010, 04:54 AM
  3. Low Order Fee for Group Discount members only
    By vandiermen in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 20 Apr 2010, 01:15 AM
  4. Eliminating low-order fee for certain products
    By bblinn in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 6
    Last Post: 14 Nov 2008, 02:42 PM
  5. Low Order Fee
    By Mr_B in forum Basic Configuration
    Replies: 2
    Last Post: 28 May 2008, 06:40 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