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.
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- 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: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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
Find Global Growth Opportunities For Your Business with Shopify AcademyLearn how to exp...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025