Title: wp ecommerce minimum order
Last modified: August 22, 2016

---

# wp ecommerce minimum order

 *  [chris callaghan](https://wordpress.org/support/users/wordpress-hero/)
 * (@wordpress-hero)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/wp-ecommerce-minimum-order/)
 * hi hopefully someone can point me in the right direction,
 * i have a minimum order on my site which £25 but i sell an item which i dont want
   to be part of the £25 so basicly i want to remove / skip the item whilst calculating
   the total of the cart so that item is not part of the total min order
 * more detail
 * i sell alcohol on my site min order is £25 but i sell cigs aswell if the customer
   adds cigs to checkout i want the customer to still buy £25 worth of alcohol before
   the checkout opens
 *     ```
       <div class='gocheckout'>
   
       <?php $total = ($GLOBALS['wpsc_cart']->calculate_subtotal() );
       if($total < 80):
       echo "<span class=\"total_nudge\">Checkout minimum is 80.00</span>"; endif;?>
   
       <?php $total = ($GLOBALS['wpsc_cart']->calculate_subtotal() );
       if($total >= 80): ?>
   
       <a href='<?php echo get_option('shopping_cart_url'); ?>'><?php echo __('Go to Checkout', 'wpsc'); ?></a>
       <?php endif;?>
   
           </div>
   
       <?php else: ?>
   
           <p class="empty">
       <?php echo __('Your cart contains', 'wpsc'); ?>   <span class="emptyisthecart"> <?php echo __('0', 'wpsc'); ?> </span>  <?php echo __('items', 'wpsc'); ?>
   
           </p>
   
       <?php endif; ?>
       ```
   
 * [https://wordpress.org/plugins/wp-e-commerce/](https://wordpress.org/plugins/wp-e-commerce/)

The topic ‘wp ecommerce minimum order’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-e-commerce_ebebeb.svg)
 * [WP eCommerce](https://wordpress.org/plugins/wp-e-commerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-e-commerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-e-commerce/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-e-commerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-e-commerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-e-commerce/reviews/)

## Tags

 * [minimum order](https://wordpress.org/support/topic-tag/minimum-order/)
 * [wp ecommerce](https://wordpress.org/support/topic-tag/wp-ecommerce/)

 * 0 replies
 * 1 participant
 * Last reply from: [chris callaghan](https://wordpress.org/support/users/wordpress-hero/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/wp-ecommerce-minimum-order/)
 * Status: not resolved