A user wants to create a product page with a single background image (unique per product) while keeping purchase elements like buy buttons and quantity selectors visible, similar to an image banner layout with text/price positioned on the right side.
Proposed Solutions:
Use the Featured Product section with CSS adjustments
Remove product images and add an image banner above, creating separate templates for each product
For multiple products (~30 total), implement an image metafield with dynamic sourcing
Technical Approach (for metafield solution):
Create a metafield for product-specific images
Modify main-product.liquid file to display metafield images
Apply CSS for proper layout
The user lacks coding experience, so a community member offered direct assistance via collaborator access. The discussion remains ongoing as implementation begins.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.
Hi! I’m using the Dawn theme, and since the product that I’m selling doesn’t need many pictures, I would rather opt for a single wallpaper like photo as the product page.
Kind of like putting an image banner as the product page, but with the buy buttons, quantity selector etc. to make buying the product actually possible.
Simply remove the image from the product and then add the image banner above.
If you have a small number of products, you can create a separate product page template for each of them (so that you can specify different images for each).
If you expect many – would need to add an image metafield to the product and use dynamic source for the image banner.
Hi! Yes, exactly like that but the text price etc would be on the right side. Also, yes, the background image would be unique to each product (around 30 products in total).