Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Add banner to product grid to show variant count in Dawn theme 15.2.0

Add banner to product grid to show variant count in Dawn theme 15.2.0

supaanpanman
Tourist
7 0 1

Hello,

Reposting here to see if I can get anymore suggestion. I'm looking to have a banner display on product grid so customers can see how many color variants are available, see below example. Is this possible without an app?

copy .jpg

Replies 3 (3)

Shadab_dev
Shopify Partner
892 49 87

Yeah you will just need to add a bit of html, css to display and style the banner and liquid to dynamically populate the no of variants for that product.

 

You just need to find the for loop which is responsible for displaying the products. If you are using a free theme from Shopify then you probably have to edit this in card-product.liquid snippet

Buy me Coffee, if you feel i was helpful. Email Me or WhatsApp me for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.

supaanpanman
Tourist
7 0 1

Just to close the loop on this, I gave up on adding code and did it via an app instead. Saved me the headache of trying to chase the code.

Shadab_dev
Shopify Partner
892 49 87

Well good for you. Just for FYI you managed to risk performance of your site for something that did not need a lot code an app would bring. But honestly if you don't see a lot of issues with the performance and you are not looking to make any huge customization in the near future then probably nothing much to worry about.

Buy me Coffee, if you feel i was helpful. Email Me or WhatsApp me for any help with shopify theme customizations or any project in web dev. If this is helpful, please Like and Accept the solution.