I noticed in the Mini-Basket it uses this foreach:
I thought there were only 2 options for the iterator.
OR
Is this a bug or am I the one who is buggin?
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">
Comment