Order object contains the order details and has the following variables:
\norder.order_id: Returns the id of the order.
\norder.billing_address: Returns the billing address of the user.
\norder.additional_charges: Returns an array of additional charge applied on the order.
\norder.shipping_address: Returns the shipping address of the user.
\norder.item_count: Returns item count or the order.
\norder.status: Returns the status of order i.e open, close, canceled.
\norder.items: Returns an array of items for the order.
\nname: Return the name of product ordered.
\nproduct_url: Returns the URL of the product ordered.
\nweight: Returns the weight of the product ordered.
\nprice: Returns the price of the product.
\nlist_price: Returns the compare price of the product.
\ndiscount_total: Returns the price of discount applied to the product.
\ndiscounts: Returns an array of discounts which is applied to the product.
\ntaxes: Returns an array of taxes which is applied to the product.
\ntaxes_total: Returns the total price of taxes applied to the product.
\nthumbnail_url: Returns the URL of the product image of 100 x 100.
\nimage_url: Returns the URL of the product image of 1024 x 1024.
\nquantity: Return the ordered quantity of the product.
\ntotal_tax: Returns the total sum of the tax applied on the products.
\ntotal: Returns the total amount of the product excluding taxes applied on the product.
\ntotal_with_tax: Returns the total amount of the product including taxes.
\nfulfilled_quantity: Returns the total number of item quantity that has been fulfilled.
\norder.email: Returns the email id of the user.
\norder.discounts: Return the available discounts applied on the order.
\norder.discount_total: Returns the total of the discount applied to the order.
\norder.shipping_method: Returns an object of shipping method applied.
\norder.shipping_method_name: Returns the name of applied shipping method.
\norder.shipping_total: Returns the total of shipping applied.
\norder.currency: Returns a currency object which contains name, symbol, conversion_rate, decimal_points.
\norder.taxes_total: Returns the order's tax price.
\norder.wallets: Returns an array of applied wallet.
\norder.ecoupon: Returns an object of the applied coupon which contains name, discounts and coupon code.
\norder.txn_id: Returns the transaction id of the order.
\norder.price_type: Returns the type of tax applied to the order (inclusive or exclusive).
\norder.total: Returns the order total.
\norder.created_at: Returns the timestamp of when an order was created. Use the date filter to format the timestamp.
\norder.seller: Returns the title of the seller of the order.
\norder.seller_email: Returns the email id of the order's seller.
\norder.refunded_amount: Returns the amount that has been refunded for the order.
\norder.refunded_items: Returns the details of the items that has been refunded.
\nname: Returns the name of the product.
\nsku: Returns the sku of the product.
\nprice: Returns the price of the product.
\namount: Returns the total amount of the product that has been refunded.
\nquantity: Returns the quantity of the product for which refund took place.
\nStore object is available for store information and has the following variables:
\nstore.title: Returns the title of the store.
\nstore.url: Returns the store URL.
\nstore.logo: Returns the logo image URL.
\nIt contains the information about the user and has the following variables:
\nuser.name: Returns the full name of a user.
\nuser.email: Returns the email id of the user.
\n