SidFeyDesigns
The groups array will group multiple items in the cart as a single line item when using buy x get 1 free promotions you can modify the basket page to use the basket:items array if that feature is not used in Miva.
Announcement
Collapse
No announcement yet.
Is this a Mini-Basket bug?? Shadows 10.07
Collapse
X
-
Ah okay. Understood, thank you.
Curious as to why the Mini-Basket image wasn't showing for lesliekirk on this thread here: https://www.miva.com/forums/forum/de...-product-image
Leave a comment:
-
The iterator can be any value you want. It is essentially adding each instance to the iterator that you create.
Here is some more information about the iterator: https://docs.miva.com/code-standards...rraysiterators
Leave a comment:
-
Is this a Mini-Basket bug?? Shadows 10.07
I noticed in the Mini-Basket it uses this foreach:
Code:<mvt:foreach iterator="item" array="global_minibasket:groups">
Code:<mvt:foreach iterator="item" array="global_minibasket:items">
Code:<mvt:foreach iterator="group" array="global_minibasket:groups">
Leave a comment: