Quantcast
Channel: Webkul Blog
Viewing all articles
Browse latest Browse all 5490

Magento 2 Bulk Order Processing

$
0
0

Processing orders have always been a time-consuming task. But using Magento 2 Bulk Order Processing module, the admin doesn’t have to visit each order page and process them individually.

The admin can process the orders in bulk in just a few clicks and can save hours. The admin can create invoices, generate shipments, add tracking numbers, change order status for multiple orders all at once. The module will simplify the order processing task by Bulk Order Processing Actions.

Features

  • A quick way for bulk order processing in one-click.
  • Create invoices for multiple orders.
  • Add tracking number for every order.
  • Generate shipments for multiple orders.
  • After generating the shipment, the order status gets changed to “Complete” automatically.
  • Change bulk order status to – pending/processing/complete.
  • View detailed order information with order IDs, customer name, customer email, Bill-to, and Ship-to name.
  • Refine orders using various filters – order ID, customer name, customer email, Bill-to, and Ship-to name.
  • Make multiple combinations of order processing actions and execute them together.
  • The changes will be reflected in the Magento default order list also.

Installation

Customers will get a zip folder and they have to extract the contents of this zip folder on their system. The extracted folder has an src folder, inside the src folder you have the app folder. You need to transfer this app folder into the Magento2 root directory on the server as shown below.

After the successful installation, you have to run these commands in the Magento2 root directory.

First command – php bin/magento setup:upgrade

Second Command – php bin/magento setup:di:compile

Third Command – php bin/magento setup:static-content:deploy

After running the commands, you have to flush the cache from the Magento admin panel by navigating through->System->Cache management as shown below.

Multi-Lingual Configuration

For Multilingual support, please navigate to Store>Configuration>General >Locale Options. And select your desired language from the Locale option.

Language Translation

For module translation, navigate to the following path in your system  app/code/Webkul/BulkOrder/i18n/en_US.csv. Open the file named en_US.CSV for editing as shown in the below screenshot.

Then replace the words after the comma(,) on the right in the file with your translated words.

After editing and translating the CSV file, you need to save the translated file name according to your region language and country code such as – de_DE.CSV. Followed by uploading the translated file to the same folder from where you have obtained it. Now your module translation is complete.

Bulk Order Processing

After the module installation, the admin can easily process the orders in bulk. For this, navigate to Bulk Orders -> Bulk Order Management as shown below.

This will navigate the admin to the Bulk Order list page.

Here, the admin can perform multiple actions on bulk orders like –

  • Create Invoice
  • Generate Shipment
  • Add Tracking Number
  • Change order status to – pending/processing/complete.

We will discuss each action for bulk order processing in detail.

Change Order Status

From the order list, the admin selects the orders for which the admin wants to change the order status by checking the checkbox under the column Order Status as shown below.

The admin will select the status for the orders from the drop-down as per the below image. The order status can be changed to pending, processing and complete.

And, finally hit the Process Orders button to process the bulk orders successfully.

The changes will be reflected in the Magento default order list also.

The changes will be reflected at the customer end also as per the below image.

Create Invoice

An invoice is a record of the receipt of payment for an order. The admin can create the invoice of the bulk orders in a just single click.

From the order list, the admin selects the orders for which the admin wants to create the invoice by checking the checkbox under the column Invoice as shown below.

And, finally hit the Process Orders button to process the bulk orders successfully.

The admin can view the order invoice in the Magento default invoice list also.

The respective customers will get the mail notification when admin creates the invoice for the bulk orders. And, the order invoice can be viewed at the customer end also.

Add Tracking Number & Generate Shipment

The admin can add the tracking number and generate shipments for bulk orders in just a single click. From the order list, the admin selects the orders for which the admin wants to generate the shipment by checking the checkbox under the column Shipment as shown below.

In the text field provided, the admin will add the tracking number for the selected orders and hit the Process Orders button as shown below.

After generating the shipment, the order status gets changed to Complete automatically.

The admin can view the order shipment in the Magento default shipment list also.

The respective customers will get the mail notification when admin generate the shipment for the bulk orders. And, the order shipment can be viewed at the customer end also.

Combination Of Actions

The admin can even apply multiple processing actions all at once. For example, the admin can create an invoice and generate shipment both in one go. Similarly, the admin can make other combinations of processing actions and execute them together.

The admin can also apply multiple processing actions for bulk orders in just a single go. So, just imagine the amount of time the admin can save smoothly.

Order Details

On the Bulk Order list page, the admin can view detailed order information with order IDs, customer name, customer email, Bill-to, and Ship-to name.

The admin can even filter orders from the list using various filters – order ID, customer name, customer email, Bill-to, and Ship-to name.

That’s all for Magento 2 Bulk Order Processing module. Still, have any issue please feel free to add a ticket at  https://webkul.uvdesk.com/


Viewing all articles
Browse latest Browse all 5490

Trending Articles