Add static image to product page in Bullet theme

Solved
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
314 9 22

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

Click here to Contact and Get Shopify Store Help
E-mail - hi@shopifysmalltask.com
We are Shopify Store Small Tasks and Customization Experts

View solution in original post

Reply 1 (1)
Small_Task_Help
Shopify Partner
314 9 22

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

Click here to Contact and Get Shopify Store Help
E-mail - hi@shopifysmalltask.com
We are Shopify Store Small Tasks and Customization Experts