Menu
  • Our Services
      • megamenu-dev-iconDevelopment
        • Migrations
          • BigCommerce Migration
          • Shopify Migration
          • Magento Migration
          • WooCommerce Migration
          • All Migration
        • eCommerce Development
          • Custom Functionalities
          • Conversion Rate Optimization
          • Software Development
          • Connectors
        • Ecommerce Platforms
          • Bigcommerce Development
          • Shopify Development
          • Magento Development
          • Volusion Development
          • Woocommerce Development
      • megamenu-marketing-iconDigital Marketing
        • SEO
          • eCommerce SEO
          • BigCommerce SEO
          • Shopify SEO
          • Lead Generation SEO
          • SEO by Platform
        • Marketing by Industry
          • eCommerce
          • Education
          • Industrial
          • Health Care
          • Technology
          • Legal Services
        • Services
          • eCommerce PPC
          • Email Marketing
          • eCommerce Video Production
        • hurricane-shutters-wholesale-mHurricane Shutters Wholesale Case Study
        • mockupArlyn Scales Case Study
    • Close
  • Our Work
    • Clients
      • BigCommerce Clients
      • Shopify Clients
      • Magento Clients
      • All Clients
    • Case Studies
      • Marketing Case Studies
      • Development Case Studies
      • See All
    • Our Products
      • FFL API
      • Mailem
      • Etracker Pro
      • Custom Apps on BC
    • hurricane-shutters-wholesale-mHurricane Shutters Wholesale Case Study
    • Close
  • About Us
    • Company
      • Team
      • Partners
      • Media
      • Contact Us
    • Resources
      • Blog
      • Surge Sessions
      • Youtube
    • Join Us
      • Work at Optimum7
      • Partner with Optimum7
    • Close
888-643-0464
Speak to an Expert
Menu
  • Our Services
      • megamenu-dev-iconDevelopment
        • Migrations
          • BigCommerce Migration
          • Shopify Migration
          • Magento Migration
          • WooCommerce Migration
          • All Migration
        • eCommerce Development
          • Custom Functionalities
          • Conversion Rate Optimization
          • Software Development
          • Connectors
        • Ecommerce Platforms
          • Bigcommerce Development
          • Shopify Development
          • Magento Development
          • Volusion Development
          • Woocommerce Development
      • megamenu-marketing-iconDigital Marketing
        • SEO
          • eCommerce SEO
          • BigCommerce SEO
          • Shopify SEO
          • Lead Generation SEO
          • SEO by Platform
        • Marketing by Industry
          • eCommerce
          • Education
          • Industrial
          • Health Care
          • Technology
          • Legal Services
        • Services
          • eCommerce PPC
          • Email Marketing
          • eCommerce Video Production
        • hurricane-shutters-wholesale-mHurricane Shutters Wholesale Case Study
        • mockupArlyn Scales Case Study
    • Close
  • Our Work
    • Clients
      • BigCommerce Clients
      • Shopify Clients
      • Magento Clients
      • All Clients
    • Case Studies
      • Marketing Case Studies
      • Development Case Studies
      • See All
    • Our Products
      • FFL API
      • Mailem
      • Etracker Pro
      • Custom Apps on BC
    • hurricane-shutters-wholesale-mHurricane Shutters Wholesale Case Study
    • Close
  • About Us
    • Company
      • Team
      • Partners
      • Media
      • Contact Us
    • Resources
      • Blog
      • Surge Sessions
      • Youtube
    • Join Us
      • Work at Optimum7
      • Partner with Optimum7
    • Close

888-643-0464

Speak to an Expert

Menu
  • Our Services
      • megamenu-dev-iconDevelopment
        • Migrations
          • BigCommerce Migration
          • Shopify Migration
          • Magento Migration
          • WooCommerce Migration
          • All Migration
        • eCommerce Development
          • Custom Functionalities
          • Conversion Rate Optimization
          • Software Development
          • Connectors
        • Ecommerce Platforms
          • Bigcommerce Development
          • Shopify Development
          • Magento Development
          • Volusion Development
          • Woocommerce Development
      • megamenu-marketing-iconDigital Marketing
        • SEO
          • eCommerce SEO
          • BigCommerce SEO
          • Shopify SEO
          • Lead Generation SEO
          • SEO by Platform
        • Marketing by Industry
          • eCommerce
          • Education
          • Industrial
          • Health Care
          • Technology
          • Legal Services
        • Services
          • eCommerce PPC
          • Email Marketing
          • eCommerce Video Production
        • hurricane-shutters-wholesale-mHurricane Shutters Wholesale Case Study
        • mockupArlyn Scales Case Study
    • Close
  • Our Work
    • Clients
      • BigCommerce Clients
      • Shopify Clients
      • Magento Clients
      • All Clients
    • Case Studies
      • Marketing Case Studies
      • Development Case Studies
      • See All
    • Our Products
      • FFL API
      • Mailem
      • Etracker Pro
      • Custom Apps on BC
    • hurricane-shutters-wholesale-mHurricane Shutters Wholesale Case Study
    • Close
  • About Us
    • Company
      • Team
      • Partners
      • Media
      • Contact Us
    • Resources
      • Blog
      • Surge Sessions
      • Youtube
    • Join Us
      • Work at Optimum7
      • Partner with Optimum7
    • Close

888-643-0464

Speak to an Expert

Back to Article List
2 minute read

Minimum Quantity Ordering with Set Increments

  • In Programming
  • December 23, 2013

shopping cart question markDepending what business you’re in, you may require minimum and/or maximum quantities on the products people purchase from you. Let’s say you sell business cards and require a minimum bulk purchase of 100 cards. While most people will understand that this means they can’t order 50 cards, they believe that they can still order 150 cards, or while it sounds nonsensical, even 105 cards. However, a minimum requirement may mean that you only sell your cards in increments of 100 (100 cards, 200, 300, and so on).

So that customer who wants to order 150 business cards would have to order 200 to satisfy your minimum requirement. The shopping cart of any major ecommerce platform would simply send a message saying that their quantity did not meet the requirements and the customer would have to go back and fix their order. This could become a deterrent that stops them from completing their order, which means you’ve lost a sale and have an abandoned cart to handle.

The Optimum7 Solution

However, we’ve used jQuery to create a very basic functionality that fulfills this important part of the ordering process. It automatically adds the appropriate amount to the shopping cart so your customer does not have to go back and fix the quantity on their order – your site will automatically do it for them. So for the gentleman who typed in 150 cards, he would see the value he typed in change to 200 cards automatically because it is the smallest increment that you allow above what he wanted. This way he could easily just move forward with the checkout process.

No Ecommerce Platforms Offer This Functionality

While this seems like such a simple thing it’s effective, and more than that, none of the major ecommerce platforms – Volusion, Magento, Shopify, osCommerce, 3DCart, Bigcommerce, Nexternal, Netsuite, etc. – have shopping carts that provide a functionality like this, one that will automatically bump up the order to the next highest acceptable increment without forcing the customer to edit their order.

And it’s extremely flexible and simple to implement. You don’t have to contact Volusion or go product by product. It’s a simple matter of going into your FTP file, defining the product code, the minimum quantity, and what increments you want to sell in.

For example, let’s use your 100 card minimum with increments of one hundred.

It would look something like this:

PRODUCT-CODE,100,{100}

If you had a minimum purchase of 100, but were willing to sell in increments of 50 (150, 200, 250, etc.), it would look like this:

PRODUCT-CODE,100,{50}

It’s as simple as that. This way you can set it up only on the products that need it and your customer won’t have to edit your quantity. It will automatically bump them up to the lowest acceptable quantity over what they need.

Contact Us

Whether you’re interested in adding this functionality to your platform’s shopping cart or want to ask about a different custom solution for your ecommerce store, contact Optimum7 today!

Editorial by Lisa Sherman.

Share on social

Related Articles

In Programming
7 minute

Dynamic Product Pricing for Bigcommerce and Shopify

Read More
In Programming
8 minute

Database Synchronization & Revisioning with MySQL

Read More
In Programming
2 minute

Jet.com API Integration with Volusion, Shopify, Bigcommerce and Magento

Read More

Let's Talk

A digital marketing strategy is the path to profitability. Optimum7 can help you set the right goals, offer and implement creative and technical strategies, and use data and analytics to review and improve your business’s performance.

Speak to an Expert

Stay in touch with us.

/optimum7marketing

/optimum7

/optimum7

/Optimum7

For next generation E-commerce stores.
© Optimum7.com 2022, All Rights Reserved.
888 643 0464
Mail us now
Ecommerce
  • E-commerce Migration
  • Custom Functionalities
  • E-commerce Platforms
  • E-commerce CRO
Digital Marketing
  • E-commerce SEO
  • Bigcommerce SEO
  • Shopify SEO
  • Paid Search
Development
  • Bigcommerce Development
  • Shopify Development
  • Woocommerce Development
  • Software Development
About Us
  • Team
  • Media
  • Blog
  • Case Studies
  • Industries We Serve
  • BLOG
  • OUR SERVICES
  • PARTNERS
  • MEDIA
  • WORK WITH US
  • POLICIES
  • CONTACT US
Share on Social Media