Swap Product Description with Recommended Products (Dawn)

Swap Product Description with Recommended Products (Dawn)

manbru
Explorer
80 0 20

Hello,

 

I'm trying to swap the position of the product description text and the ’You may also like’ product section. So that the product description is under the product images and the recommended products are where the product description is right now.

 

Because you can't set the recommended products to the position they're in right now I needed to use this code for it: 

 

{% if template contains 'product' %}
   <script src="//ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
   <script>
   $(document).ready(function(){
     $(".product__media-wrapper").append($('product-recommendations'));
   });
 </script>
{% endif %}

 

 

how it looks now:

Skärmavbild 2024-08-15 kl. 09.02.39.png

 

goal:

Skärmavbild 2024-08-15 kl. 09.03.01.png

Thanks for helping! 🙂

Replies 6 (6)

ProtoMan44
Shopify Partner
610 54 91

@manbru I hope we can solve this with a liquid code structure,

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!
manbru
Explorer
80 0 20
ProtoMan44
Shopify Partner
610 54 91

@manbru  you need to add a new div under the product image,
 

<div class="product__description rte quick-add-hidden">
  {{ product.description | escape }}
</div>
- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!
manbru
Explorer
80 0 20

                               

manbru
Explorer
80 0 20

Okay, I added that code inside main-product.liquid as you can se here:

Skärmavbild 2024-08-15 kl. 10.12.23.png

 

But it didn't work and now my product page looks really bad

ProtoMan44
Shopify Partner
610 54 91

@manbru put it under the  {% render 'product-image-gallery'

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!