All things Shopify and commerce
Hi I need to add this type of sticker on my product page, can someone please tell me how can i add this?
You can try to add a multiple-column section if your theme supports it and copy images above.
- Found this helpful? Hit "Like" and "Accept as Solution"!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello @Abdul-Basit1 ,
Check the product page settings maybe there you will find an option to add images like this.
Alternatively you can use an app section.
Regards
Guleria
Hi @Abdul-Basit1 ,
1. Add Image in the Product Template (Code Method)
<div class="product-sticker">
<img src="{{ 'sticker-image.png' | asset_url }}" alt="Product Sticker">
</div>
Make sure to upload the image to Settings > Files in Shopify and replace 'sticker-image.png' with your actual file name.
2. Use a Metafield (For Different Stickers per Product)
If different products need different stickers:
{% if product.metafields.custom.sticker_image.value %}
{% assign custom_sticker_image = product.metafields.custom.sticker_image.value %}
<div class="product-sticker">
<img src="{{ custom_sticker_image }}" alt="Product Sticker">
</div>
{% endif %}
Hi @Abdul-Basit1, thanks for reaching out.
Regarding your concern, you can go to your theme settings, most themes have a section where you can upload an image to display on the product page.
Please take a look at my screenshot for further details: https://prnt.sc/JJRoJz8eGyKH
I hope my information is helpful to you.
Liz
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025