Order

  • [bank_details] - display bank details
  • [order_notices] - show error, validation or confirmation notices for orders
    • Attributes
      • oid
        (int) The order ID for which the display is made
  • [order_timer] - displays the order timer
    • Attributes
      • order
        (int) The order ID for which the display is made
  • [camouflaged_order] - displays the order id in a camouflaged form
    • Attributes
      • order
        (int) The order ID for which the display is made
      • with_link
        (bool) Determines whether the link to the order is included
  • [order_status] - displays the status of the order
    • Attributes
      • oid
        (int) The order ID for which the display is made
      • include_parentheses
        (bool) Displays the status in a parenthesis
  • [seller_name] - display the name of the seller
  • [buyer_name] - display the name of the buyer
  • [order_job_price] - displays the job price for an order
    • Attributes
      • oid
        (int) The order ID for which the display is made
  • [order_extra_fast_delivery_price] - displays the extra fast delivery price for an order
  • [order_extra_revision_price] - displays the extra revision price for an order
  • [order_extra_description] - displays the extra description for an order
    • Attributes
      • extra_nr
        (int) The extra number for which the display is made
  • [order_extra_price] - displays the extra price for an order
    • Attributes
      • extra_nr
        (int) The extra number for which the display is made
  • [order_custom_extras] - displays the custom extras list for an order
    • Attributes
      • order
        (int) The order ID for which the display is made
      • include_ul
        (bool) Determines whether the list will be included in a UL element
      • ul_class
        (string) List UL classes
      • li_class
        (string) List LI classes
  • [order_tips] - displays the tips list for an order
    • Attributes
      • order
        (int) The order ID for which the display is made
      • include_ul
        (bool) Determines whether the list will be included in a UL element
      • ul_class
        (string) List UL classes
      • li_class
        (string) List LI classes
  • [order_shipping] - displays the shipping price for an order
  • [order_processing_fees] - displays the processing fees price for an order
  • [order_tax] - displays the tax price for an order
  • [order_total_price] - displays the total price for an order
  • [order_buyer_instructions] - displays the buyer instructions for an order
    • Attributes
      • order
        (int) The order ID for which the display is made
  • [order_instant_delivery_files] - displays the instant delivery files for an order
    • Attributes
      • order
        (int) The order ID for which the display is made
  • [order_custom_offer_description] - displays the custom offer description for an order
    • Attributes
      • order
        (int) The order ID for which the display is made
  • [order_custom_fields] - displays the custom fields for an order
    • Attributes
      • order
        (int) The order ID for which the display is made
  • [order_date_made] - displays the date made for an order
    • Attributes
      • order
        (int) The order ID for which the display is made
  • [order_payment_method] - displays the payment method for an order
  • [order_cancelled_message] - displays the cancelled message for an order
  • [order_cancelled_reason] - displays the cancelled reason for an order
  • [order_notification_messages] - displays the order notification messages
    • Attributes
      • order
        (int) The order ID for which the display is made
  • [order_action_buttons] - displays the order action buttons
  • [order_feedback_form] - displays the order feedback form
    • Attributes
      • order
        (int) The order ID for which the display is made
  • [order_message_form] - displays the order messages form
    • Attributes
      • order
        (int) The order ID for which the display is made