Hello,
I am using the Debutify theme and I am trying to get the current cart item count of the customer.
How do I do that?
This is an example page: https://debutifydemo.myshopify.com/products/chaoswen?variant=21139546603579
What I am trying to do is the following:
- Get current customer cart Item count after they clicked add to cart
- If cart item count 2 set discount cookie to test12
- If cart item count 3 or more set discount cookie to test123
How can I do that ? (I want to do that so the discount gets automatically applied)
Is something like that possible ?