Hello @Noctis ,
Yes it's possible but need a deep dive in code. If you are aware of liquid the this snippet will helps you.
<div class="product-gift-row single_selection">
{% assign first_product = 'your-product-handle' %}
<span id="Gift_product_title" style="display:none;">{{ product.title }}</span>
<div class="product-block layout-align-above flex column max-cols2 min-cols-2">
<div class="product-block__inner">
<div class="image image--shape-1 image--with-secondary">
<div class="inner">
<div class="img_cont">
<img class="rimage__image fade-in lazyloaded" src="{{ all_products[first_product].featured_image.src | img_url: '150x' }}" />
</div>
</div>
</div><div class="product-block__weight"></div>
<div class="product-form">
<a class="btn custm_btn_gift gray_butn" href="javascript:void(0);">
<input type="checkbox" name="gift_product_first" value="{{ all_products[first_product].variants.first.id}}" />
{{ all_products[first_product].title }}
</a>
</div>
</div>
</div>
</div>
You can modify it a/to your need.
Additional thing which you have to do it on checkbox 'checked' add it to cart and on un-check remove it from cart.
btw if you are not aware of liquid code then I think you have to go with an app. You can find app here.
Thanks
User | Count |
---|---|
25 | |
20 | |
19 | |
16 | |
15 |