Very easy coding help needed 🙏🏻🙏🏻

Solved
Drazdauskas
Excursionist
23 0 5

Hey,

So I'm wanting to link an an image showing on my product page below:

https://outshinegaming.com/collections/gaming-desks/products/citadel-gaming-desk/

The image is the banner showing yellow "THIS IS A PRE-ORDER" and klarna messaging.

I want to link it to this URL below, so when clicked it brings up the relevant page, but can't figure out what/where to put the necessary code.

https://outshinegaming.com/pages/klarna-pre-orders

I have attached a screenshot showing the relevant content, just cant figure out where to put the </a> stuff.

Shopify Help.JPG

Would really appreciate any help
 

Accepted Solution (1)

Accepted Solutions
diego_ezfy
Shopify Partner
2852 544 782

This is an accepted solution.

Hey, @Drazdauskas 

Add the following code before<img on the line 19:

<a href="https://outshinegaming.com/pages/klarna-pre-orders">


You can leave the </a> where it currently is at. 

Kind regards,
Diego

View solution in original post

Replies 2 (2)
diego_ezfy
Shopify Partner
2852 544 782

This is an accepted solution.

Hey, @Drazdauskas 

Add the following code before<img on the line 19:

<a href="https://outshinegaming.com/pages/klarna-pre-orders">


You can leave the </a> where it currently is at. 

Kind regards,
Diego

Drazdauskas
Excursionist
23 0 5

Thank you Diego