All things Shopify and commerce
hello everyone, I have a product with three different variants, sizes, colors, and full set, but the front end only shows one variant of size.
and the backend is like this.
when I try to add the variants with the app it not work properly, it show same price for all variants.
Solved! Go to the solution
This is an accepted solution.
Hello @dazzlebysarah ,
Please add <style>....</style> tag before and after the code & save, similar to this ->
<style>
#shopify-section-template--16109887815773__main .variant-wrapper + .variant-wrapper {
display: block !important;
}
</style>
I hope it will work now.
Thank you.
Hello @dazzlebysarah ,
I have looked through your store code and see that "Full-Set" option are set as hide (or none) in code https://prnt.sc/zbNNDj_dhiXA
As when I have changed the display property, "Full-Set" option appears again https://prnt.sc/N7FgSVhOe2eq
Please add this code at the bottom of the theme.liquid file before </body> tag and save.
#shopify-section-template--16109887815773__main .variant-wrapper + .variant-wrapper {
display: block !important;
}
I hope the solution helps you.
Please let me know if you have any query.
Thank you.
I have added this but still it is not showing
This is an accepted solution.
Hello @dazzlebysarah ,
Please add <style>....</style> tag before and after the code & save, similar to this ->
<style>
#shopify-section-template--16109887815773__main .variant-wrapper + .variant-wrapper {
display: block !important;
}
</style>
I hope it will work now.
Thank you.
yes it is working now
thank you so much, brother.
I am glad the solution helps you.
Please let me if you need any assistance in future.
Thank you.
brother can you help to write a general code. i am facing this issue with other products also
Please let me know which of the specific products you are facing issues
all the products
tara 1
ABEERAH
and others
when ever I add the other variants they don't show in the front
Hello @dazzlebysarah ,
Please add the below mentioned code at the bottom of theme.liquid file before </body> tag
<style>
.variant-wrapper + .variant-wrapper {
display: block !important;
}
</style>
I hope it will work with all the products.
Kindly add the code and let me know
Thank you.
YES IT WORKED
thank you so much brother
Glad it works.
Please also like the solution, so it will help others.
Thank you.
Hi @dazzlebysarah
what about inventory? enough for all variants? or some with 0 quantity?
yes there is inventory for all the variants
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025