Wondering if anyone has sucessfully targeted the last product that was added to the cart even when products match up and the product quantity/subtotal is the only thing that changes in the cart?
Is there a variable I'm missing to target that via template code?
The only variable I can see that will differentiate products on BASK/Global Mini Bask with the same CODE or ID would be &mvt:group:group_id;.
I'm not quite sure how to connect the product added to the group_id it would be grouped with or if that is even possible. There is no group_id submitted when added to the cart.
Add to cart form is ajaxed. (Suivant Theme)
The Scenario:
The Cart:
Is there a variable I'm missing to target that via template code?
The only variable I can see that will differentiate products on BASK/Global Mini Bask with the same CODE or ID would be &mvt:group:group_id;.
I'm not quite sure how to connect the product added to the group_id it would be grouped with or if that is even possible. There is no group_id submitted when added to the cart.
Add to cart form is ajaxed. (Suivant Theme)
The Scenario:
- Customer adds T-shirt 1: Size M, Qty: 1
- Customer adds T-shirt 1: Size L, Qty: 1
- Customer adds T-shirt 1: Size M, Qty: 1
The Cart:
- T-shirt 1: Size: M, Qty: 2 (last Item Added)
- T-shirt 1: Size L, Qty: 1
Comment