EN IT
Open2b version 7.8

Returns

Below are documented:

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

return-request.html

Page to submit a return request.

var (

    // SKUs eligible for returns.
    items []ReturnableItem

    // Error message.
    statusMessage html

)

return-confirmation.html

Page where the customer is given confirmation that the return request was received.

var (

    // Button to print the return. 7.1.29
    buttonPrint html

    // Page content.
    content html

    // Page image.
    image html

    // Return request number.
    number string

    // Return request status.
    status html

)