
Variants tab on product
When editing a MiniShop3 product, an extra Variants tab appears for managing product variants.
Overview
The tab includes:
- Statistics — total variants, active variants, total stock
- Variants table — list of all variants with main info
- Create button — to add a new variant
Variants table
The table lists all variants of the product:
| Column | Description |
|---|---|
| Image | Variant image thumbnail |
| Options | Option combination (color, size, etc.) |
| SKU | Variant SKU |
| Price | Current price |
| Stock | Quantity in stock |
| Active | On/off |
| Actions | Edit and delete buttons |
Creating a variant
- Click Create variant
- In the dialog, fill in the fields:
Variant fields
| Field | Required | Description |
|---|---|---|
| Options | Yes | At least one option (key + value) |
| SKU | No | Auto-generated from pattern |
| Price | Yes | Variant price |
| Old price | No | For showing discount |
| Stock | No | Quantity in stock (default 0) |
| Weight | No | Variant weight |
| Image | No | Pick from product gallery |
| Active | — | On by default |
Adding options
- Click Add option
- Choose option key from the list or enter a new one
- Enter the option value
- Repeat for all needed options
Common option keys:
color— Colorsize— Sizematerial— Materialvolume— Volumeweight— Weight (as option; distinct from weight field)
Filter sync
When a variant is saved, values for options color, size, and tags are added to the product's msProductData field. This lets you use standard MiniShop3 filters to find products by variant options.
Choosing an image
- Click the image pick area
- The product gallery opens
- Select the image
- The image is assigned to the variant
Images from gallery
Only images already in the product gallery can be used for a variant. Add all needed images on the Gallery tab first.
Editing a variant
- Click the variant row or the edit button
- Change the fields
- Click Save
Deleting a variant
- Click the delete (trash) button on the variant row
- Confirm deletion
Warning
Deleting a variant cannot be undone. If the variant was in orders, that order data is kept but the link to the variant is lost.
Bulk operations
Quick price change
To change price for several variants:
- Open each variant
- Change the price
- Save
Deactivating variants
If a variant is temporarily unavailable:
- Open the variant
- Uncheck Active
- Save
Inactive variants are not shown on the site and cannot be added to the cart.
