Skip to content

landofcoder/module-track-order-graph-ql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ves_Trackorder Pro version

With our Magento 2 Order Status Tracking, you can let your customers track their order status right after they complete their payment for their purchase. Customers can do the tracking with just the order ID and their email address without any need to log in.

Features

  • Tracking order information Without Login FEATURED
  • Send order information to email
  • Customer can send order info to any other email address
  • Generate order QR codes to check order status FEATURED
  • Add link on main-menu & top link
  • Show shipment tracking link and tracking code
  • Display custom messages if order is not found
  • Reorder without login
  • Easily tracking order summary in the front end
  • Support for all the Magento Product Types
  • Your customers can easily track
  • Track order status, print order directly
  • Attach Invoice PDF File To Email
  • Mobile & tablet Optimized
  • Place anywhere with widget support
  • Get Track Code

Require Extensions

  • venustheme/module-all
  • venustheme/module-trackorder-pro

Example Graph Ql Query

  1. Track via Tracking Code:
{
lofTrackMyOrder(code: "8QH9524EN"){
  id
  order_date
  status
  number
  carrier
  shipping_address{
    firstname
    lastname
    region
    country_code
    company
    postcode
    city
  }
  items{
    id
    product_name
    product_sku
    product_type
    product_sale_price{
      currency
      value
    }
    quantity_ordered
    quantity_shipped
    quantity_invoiced
    quantity_refunded
  }
}
}
  1. Track via Order Increment Id:
{
lofTrackMyOrder(order_od: "000000012"){
  id
  order_date
  status
  number
  carrier
  shipping_address{
    firstname
    lastname
    region
    country_code
    company
    postcode
    city
  }
  items{
    id
    product_name
    product_sku
    product_type
    product_sale_price{
      currency
      value
    }
    quantity_ordered
    quantity_shipped
    quantity_invoiced
    quantity_refunded
  }
}
}

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

Our Magento 2 Extensions List

Featured Magento Services