Hi,
I would like to add option to the cart that would allow clients to indicate if they want free stickers. I have tried code below but it doesn`t work for cart-drawer.liquid only for normal cart page
TIA
Do you need an alibi ln your package. In the form of Congratulations on winning this ltem'?
hello
can you please send me your Store URL?
and for that you need to hire a developer.
Hi, sure its miekkosc.pl
I have already managed to do it for normal cart page and if the drawer settings is unavaiable Ill stick to what I already know I can do. However if there is an option to integrate this feature into the drawer type cart... Id be grateful for all the help.
So I found a free solution by ChatGPT :
Include free stickers
{{ 'sections.cart.update' | t }}
<button
type=“submit”
id=“CartDrawer-Checkout”
class=“cart__checkout-button button”
name=“checkout”
form=“CartDrawer-Form”
{% if cart == empty %}
disabled
{% endif %}
{{ ‘sections.cart.checkout’ | t }}
Works like a charm