Announcement

Collapse
No announcement yet.

what does <mvt:foreachcontinue /> do?

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

    what does <mvt:foreachcontinue /> do?

    I have a template that has
    <mvt:foreachcontinue />
    in it.

    and I only found one reference to in the forums which doesn't say anything (it's a bug report).
    and it isn't in the docs or developer resources.

    it doesn't skip the rest of the stuff inside the foreach loop...
    which I guessed might be what it is supposed to do.

    Does anyone know what it is supposed to do?

    #2
    http://www.mivascript.com/item/mivas...HCONTINUE.html

    Its skips execution of anything after it (within the foreach loop) and returns back to the top on the next iteration.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      oh that's cool!

      Does everything on mivascript.com follow the same pattern so we can use it in storemorph?
      <MvXXXXXXXXXX> translate to <mvt:XXXXXXXX /> like <MvFOREACHCONTINUE> equates to <mvt:foreachcontinue />

      Comment

      Working...
      X