Adding Custom Lines for all products above add to cart

Solved

Adding Custom Lines for all products above add to cart

Pietsharm93
Tourist
4 0 1

Hello guys am currently using the Dawn Theme and working on my product page, i can’t seem to get the following done, i will add a picture of example below.  


you can see above the button there are these 4 Lines that i want to add, its a combination of text and icons ). this will greatly improve my display and design for customers when going trough my product page. Can someone help me out with the code / steps to get this, doesn’t have to by exactly the same but you get my question, thanks already guys! 

link to the example: 

 

https://mauro-milan.nl/collections/bestsellers/products/roma-set-white

 

 

 

 

IMG_0346.png

 

 

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 835

This is an accepted solution.

Hi @Pietsharm93,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Customize.

2, Locate and open the Default product template.

3, Add a Custom liquid block and drag it on top of the Buy buttons.

4. Paste the code snippet provided below, then save your changes. (Please change the src attribute of the <img/> to the image of your choice)

 

<div class="product-block">
  <div style="display: flex; align-items: center; margin: 0 0 5px 0; padding: 0;">
    <img src="https://cdn.shopify.com/s/files/1/0787/4369/9783/files/Klarna_logo_91a622e0-827c-4520-94d9-8141f581d13f.png?v=1714750900" alt="Klarna" style="width: 25px; height: 25px; margin-left: 0px; padding: 0;">
    <span style="margin-left: 10px; padding: 0;">Koop nu, betaal later</span>
  </div>
</div>

 

BSSTekLabs_0-1722659612657.png

BSSTekLabs_1-1722659661137.png

BSSTekLabs_2-1722659697515.png

Repeat the above steps to add more similar blocks.
Here is the result

BSSTekLabs_3-1722659731638.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 

 

 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSS-TekLabs
Shopify Partner
2401 695 835

This is an accepted solution.

Hi @Pietsharm93,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Customize.

2, Locate and open the Default product template.

3, Add a Custom liquid block and drag it on top of the Buy buttons.

4. Paste the code snippet provided below, then save your changes. (Please change the src attribute of the <img/> to the image of your choice)

 

<div class="product-block">
  <div style="display: flex; align-items: center; margin: 0 0 5px 0; padding: 0;">
    <img src="https://cdn.shopify.com/s/files/1/0787/4369/9783/files/Klarna_logo_91a622e0-827c-4520-94d9-8141f581d13f.png?v=1714750900" alt="Klarna" style="width: 25px; height: 25px; margin-left: 0px; padding: 0;">
    <span style="margin-left: 10px; padding: 0;">Koop nu, betaal later</span>
  </div>
</div>

 

BSSTekLabs_0-1722659612657.png

BSSTekLabs_1-1722659661137.png

BSSTekLabs_2-1722659697515.png

Repeat the above steps to add more similar blocks.
Here is the result

BSSTekLabs_3-1722659731638.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 

 

 

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Pietsharm93
Tourist
4 0 1

This worked perfectly u the bomb!