Previous orders items
  • I'm trying to add order history to my site but I haven't been able to get the items of each order to come in with the rest of the content.

    I would like to do something like this:

    <v:store:previous_orders>
    <v:collection path="items">
    // cart item info here
    </v:collection>
    </v:store:previous_orders>

    Is there something else I can do as a work around or am I just not doing something correct.

    Thanks in advance,
    Brandon

  • 2 Answers sorted by
  • If you link to a new page like /previous_order?order=12345

    Then on that page, you can use:
    <v:store:previous_order></v:store:previous_order> and <v:store:previous_order_items></v:store_previous_order_items>

  • as always kevin, you rock!

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

In this Discussion