Skip to content

liquid_page_order

Myroslava Stavnycha edited this page Mar 15, 2017 · 2 revisions

Orders collection

Has the same methods as Default Collection.

Order attributes

  • name
  • number
  • token - unique token of an order
  • email
  • subtotal_wo_discount
  • total_wo_discount
  • neto_discount
  • bruto_discount
  • total # with discount
  • subtotal # with discount
  • total_shipping
  • total_taxes
  • requires_shipping?
  • requires_taxation?
  • created_at
  • state
  • notes - notes are left to order
  • shipping_method
  • payment_method
  • payment_method_name - name of payment method
  • billing_address
  • shipping_address? - if we have shipping address
  • shipping
  • items
  • customer
  • currency
  • url - produces url to order
  • payment_url - produces url to make payment