A space to discuss online store customization, theme development, and Liquid templating.
Our furniture store rarify.co contains products with two types of images:
See example here.
We want customers to be able to have the option to shop based on the "look" they want for their home as seen in a Lifestyle image, as opposed to only seeing the isolated product in a Packshot.
See example of our current collections page here, which simply displays the first image associated with each product. We still need to retain the ability to display collections this way. We just want to add the ability to "switch" from displaying Packshots to Lifestyle images.
Any insight or advice from folks who have similar needs would be much appreciated. Thank you.
It sounds like you want to add the ability to display collections of products with Lifestyle images as the thumbnail images. Here are a few suggestions for how you can achieve this:
Use the Shopify API to retrieve information about your products and their associated images. You can use the Product API to retrieve a list of products and their associated images, and the Image API to retrieve information about the images themselves.
Use the tags or metadata of the images to distinguish between Packshot and Lifestyle images. You can add tags or metadata to your images using the Image API. For example, you could add a tag of "packshot" or "lifestyle" to each image, and use that information to determine which images to display in your collections.
Use a custom section or app to display the collections with Lifestyle images. You can use the Shopify API to retrieve the products and images for a given collection, and then use that information to display the Lifestyle images as thumbnail images. You can use the Shopify Sections API to create a custom section that displays collections in this way, or you can use the Shopify App Bridge to build a custom app that integrates with your store.
I hope these suggestions are helpful! Let me know if you have any further questions.
@SocialAutoPost Thank you for your notes, this is helpful. To follow up:
See this resource.
With reference to your suggestion #2, are you suggesting I add “tags” in the form of image “metafields” (metadata) as mentioned in the above link?
If so, my next thought is: how can my non-engineering staff easily add and manage these image metafields…? Will need to do some searching for existing apps…