Thread: Minimum Order

Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32
  1. #31
    Join Date
    May 2011
    Location
    Harrogate, UK
    Posts
    33
    Plugin Contributions
    0

    Default Re: Minimum Order

    I have had this add on working for a while but a few orders have come through that are smaller than minimum value. I noticed that if you add to your cart and it was below minimum value of £100 then you would get the warning in the shopping cart and the checkout button was not available. BUT! If you then continue shopping but then click on the CHECKOUT button it will allow you to checkout. I do have the FEC mod installed. Is there something that I am missing here??

  2. #32
    Join Date
    Sep 2005
    Location
    Austria
    Posts
    104
    Plugin Contributions
    6

    Default Re: Minimum Order

    Quote Originally Posted by atemp View Post
    I noticed that if you add to your cart and it was below minimum value of £100 then you would get the warning in the shopping cart and the checkout button was not available. BUT! If you then continue shopping but then click on the CHECKOUT button it will allow you to checkout. I do have the FEC mod installed.
    If you have FEC installed there is a notifier called NOTIFY_HEADER_START_CHECKOUT.
    Minimum Order does not know anything about this notifier so you have to add it to includes/classes/observers/class.minimum_order_amount.php

    around line 24 change to:
    Code:
    $zco_notifier->attach($this, array('NOTIFY_HEADER_END_SHOPPING_CART', 'NOTIFY_HEADER_START_CHECKOUT_SHIPPING', 'NOTIFY_HEADER_START_CHECKOUT_PAYMENT', 'NOTIFY_HEADER_START_CHECKOUT_CONFIRMATION','NOTIFY_HEADER_START_CHECKOUT'));
    around line 75 add:
    Code:
    case 'NOTIFY_HEADER_START_CHECKOUT';

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Easy Populate Minimum Order/Order Units
    By jdnp in forum General Questions
    Replies: 3
    Last Post: 24 May 2010, 04:30 AM
  2. Minimum Order
    By CnTGifts in forum General Questions
    Replies: 12
    Last Post: 2 Jul 2009, 06:26 AM
  3. Setting minimum order for check/money order only
    By coldspag in forum Managing Customers and Orders
    Replies: 0
    Last Post: 26 Nov 2008, 02:18 PM
  4. Opening order minimum and re-order minimums - possible in ZC?
    By CreativeWitch in forum General Questions
    Replies: 1
    Last Post: 20 Jan 2007, 06:36 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