skip to Main Content

I want to increase the number of variants more than 100, is there ant way to exceed this number of variants while Shopify offer 100 variants by default

4

Answers


  1. Unfortunately, the shopify API will only allow 100.
    So, This requires a 3rd party application that can store the variant data in a separate database. There are several options available in the Shopify App Store, like this one:
    https://apps.shopify.com/product-customizer

    Or, If any of your variants do not require separate inventory, you could use product line item property fields to store them.
    https://help.shopify.com/themes/customization/products/features/get-customization-information-for-products

    Login or Signup to reply.
  2. You can simulate a single product with up to 5000 variants fairly easily without external tools. Not sure how the page would perform though.

    The trick is this.
    A collection can display up to 50 products at a time. Each of those products can have 100 variants so 5000 variants.

    The collection gets a custom template that you set up to simulate a single product with lots of options.

    This takes some skill beyond basic knowledge but doesn’t require an app at all.

    Login or Signup to reply.
  3. Like Sophie mentioned there’s a fair few plugins which can remove the Shopify variant limit for you. That way you can have as many variants and options as you want for your products.

    Just keep in mind that you won’t be able to see these extra variants in the “Inventory” section of your store. You’ll need some inventory management software to be able to track your stock efficiently in this case.

    Login or Signup to reply.
  4. You can do this using the Product Variants Reloaded app – https://apps.shopify.com/more-than-100-variants (upto 1000 variants per product). It works by bundling together variants from upto 10 products. Need to copy paste some code to the theme. It replaces the variant object with a combined variant object of 10 different products so works very smoothly on the site.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search