Best way to manage variants

Solved

Best way to manage variants

artneura
Visitor
3 0 2

Hello - my store ArtNeura (artneura.com) has wall art products with multiple sizes, formats and options, with each combination as its own variant. What would be the best app to manage the variants if I want to hide non-applicable sizes, formats, and options depending on which variant the customer prefers? For example, if only posters are available in size 6x8, I want to hide any other variant (i.e. acrylic print) that isn't available in size 6x8. I should mention that I use Gelato print-on-demand which automatically adds the variants for me, so I would prefer if everything were to easily link with existing variants.

Accepted Solution (1)

namphan
Shopify Partner
1051 129 165

This is an accepted solution.

Hi @artneura,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.product-form__input--pill input[type=radio]:disabled+label, .product-form__input--pill input[type=radio].disabled+label {
display: none;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 3 (3)

namphan
Shopify Partner
1051 129 165

This is an accepted solution.

Hi @artneura,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.product-form__input--pill input[type=radio]:disabled+label, .product-form__input--pill input[type=radio].disabled+label {
display: none;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
artneura
Visitor
3 0 2

This worked great, Namphan, thank you so much! I will be sure to give you a coffee tip when I make my first sale 🙂

namphan
Shopify Partner
1051 129 165

Hi @artneura,

Thank you.

If you have any questions, you can contact me directly.
Happy to help you 😊

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com