EN IT
Open2b version 7.8

Orders

Below are the variables documented for the orders.html page to show customers their orders along with related shipments and returns.

In addition to these, you can also use the variables common to all pages.

orders.html

Displays a customer's orders along with related shipments and returns.

var (

    // Customer orders.
    orders []Order

    // Pagination to move to next or previous orders.
    pagination Pagination

)