An art seller is struggling with two technical issues when offering original drawings with framed/unframed options as product variants:
Inventory Problem:
Each variant requires separate inventory counts (both set to 1), but when one sells, the other remains available since the system sees them as separate items. The seller needs both variants to become unavailable once either is purchased, as only one physical piece exists.
Metadata Display Issue:
Product dimensions and weight differ between framed/unframed options, but the product page only shows product-level metadata, not variant-specific data. The seller wants weight and dimensions to update dynamically when customers select different variants.
Proposed Solutions:
Theme dependency: Modern Shopify themes can update SKU per variant automatically
Custom code: A JavaScript snippet using {{ product.selected_or_first_available_variant.weight }} in a Custom Liquid block can display variant-specific weight
Apps: “Variant Description” app or “Easify Product Options” (recommended with detailed setup instructions) can handle custom options without splitting inventory
Inventory syncing apps may help coordinate stock between variants
Status: The seller is exploring options but lacks coding skills and budget for professional help. Using the Craft theme.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.
I have an art website, where I offer original drawings for sale. These are usually framed for shows, but I want to offer my website customers the option to select the drawing unframed, so that shipping will be less expensive.
I have created a product to represent each original. Then I have given it two variants. One is framed. The other is unframed. This has led to two problems;
1). The system is seeing each variant as a separate item for inventory count. I have to give both of them an inventory of 1, in order for the system to activate both options; but this is misleading for the customer, since when one variant is sold, the item is not disabled because the system believes there is still one remaining. How do I fix it so that it is only one product with two different choices?
2). I’ve been using metadata to organize my page, and it displays the product sku and dimensions right under the title. At the moment, this metadata is linked to product data. Not variant data. Unfortunately, the weight and size of the piece change according to which variant is selected. Selecting the variants shows the same weight and dimensions for both variants, which is incorrect. I’ve tried to edit the metadata for the page itself, but it will not allow me to select variant metadata, only product metadata. How do I expose the variant metadata to the product page, so that the data changes depending on which variant is selected? I want my customers to be able to see the difference in weight and dimension when they select them.
This is ultimately how I thought it should work. I didn’t realize that I couldn’t give a single product optional choices with it. I don’t know anything about coding, though, so hacking the javascript would not be an option for me. I can barely figure out metadata tags, lol
If you want to offer framed or unframed without splitting inventory, I recommend using Easify Product Options. It lets you add a custom “Frame” option without creating extra variants, so you can keep just 1 product in stock. Plus, you can show different info based on what the customer selects — no coding needed! Here’s how it works:
To make sure Frame information will only show up when your customers choose “With Frame and Mat” option, go to Advanced Settings of the information and set up like this: