Announcement

Collapse
No announcement yet.

basket:groups?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    basket:groups?

    Hi folks, I was just looking at a client's v9 store, and I see that the Basket Contents template includes this:
    Code:
    <mvt:foreach iterator="group" array="basket:groups">
    where I expected to see
    Code:
    <mvt:foreach iterator="item" array="basket:items">
    . This is producing some unwanted interactions with a custom module. Is there some documentation on this? If I edit the template to use :items instead of :groups, will it work correctly?

    Thanks --
    Kent Multer
    Magic Metal Productions
    http://TheMagicM.com
    * Web developer/designer
    * E-commerce and Miva
    * Author, The Official Miva Web Scripting Book -- available on-line:
    http://www.amazon.com/exec/obidos/IS...icmetalproducA

    #2
    Re: basket:groups?

    See posts 5 and 6 in this thread:

    http://extranet.miva.com/forums/show...e-and-cim_qmin
    http://www.alphabetsigns.com/

    Comment

    Working...
    X