Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2005
    Location
    Dothan, AL
    Posts
    409
    Plugin Contributions
    0

    Default maximum Shipping Charge? Possible?>

    I am using the per item shipping. I also have free shipping over $200.00

    The most I ever want to charge for shipping is $10. Anyway to add a maxmimum shipping charge to my site?

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

    Default Re: maximum Shipping Charge? Possible?>

    You could catch the cost in the item.php so that if calculated to > 10.00 it sets the amount to 10.00 so it cannot exceed your limit ...

    You'd be adjusting the code in this section around lines 58-64:
    PHP Code:
          $total_count $total_count $_SESSION['cart']->free_shipping_items();
          
    $this->quotes = array('id' => $this->code,
                                
    'module' => MODULE_SHIPPING_ITEM_TEXT_TITLE,
                                
    'methods' => array(array('id' => $this->code,
                                                         
    'title' => MODULE_SHIPPING_ITEM_TEXT_WAY,
                                                         
    'cost' => (MODULE_SHIPPING_ITEM_COST $total_count) + MODULE_SHIPPING_ITEM_HANDLING))); 
    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!

  3. #3
    Join Date
    Jul 2005
    Location
    Dothan, AL
    Posts
    409
    Plugin Contributions
    0

    Default Re: maximum Shipping Charge? Possible?>

    that might be a bit out of my league.

 

 

Similar Threads

  1. Maximum Shipping Charge Query
    By esugrue in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 Nov 2011, 06:11 PM
  2. Maximum shipping charge in per unit module
    By Togfather in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 27 Jan 2010, 11:10 PM
  3. Maximum Shipping Cost and Bank Transfer Charge
    By ffodnib in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 20 Apr 2009, 02:02 PM
  4. Maximum Charge for Shipping Fee - No Matter How many ordered
    By alcheme in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 22 Feb 2007, 10:10 PM
  5. Maximum Charge for Shipping Fee - No Matter How many ordered
    By alcheme in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 15 Dec 2006, 09:38 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