Add static image to product page in Bullet theme

Solved

Add static image to product page in Bullet theme

bos_spc
Visitor
1 0 0

I've been reading a couple of threads about adding a static image to a product page, but can't find a good solution for the Bullet theme, which is the theme I'm using.

 

I would love to add separate images in each category on the product pages, in between the product pictures, in the same size as the product pictures. Could also just be one image per category. Is there any way to do this? 

 

Here is a link to the webshop: https://canvasco-1876.myshopify.com/ 

 

Any help would be appreciated 🙂

Accepted Solution (1)

Small_Task_Help
Shopify Partner
905 31 83

This is an accepted solution.

Hi,

 

At product.liquid Add the following HTML code to display the static image

 

<img src="{{ 'image.jpg' | asset_url }}" alt="Description of the Image">

 

image.jpg - replace with your image

 

Still need help? You can contact us details are in the signature

To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad

View solution in original post

Reply 1 (1)

Small_Task_Help
Shopify Partner
905 31 83

This is an accepted solution.

Hi,

 

At product.liquid Add the following HTML code to display the static image

 

<img src="{{ 'image.jpg' | asset_url }}" alt="Description of the Image">

 

image.jpg - replace with your image

 

Still need help? You can contact us details are in the signature

To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad