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.
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025