Adding SuperCash on Activity

Only for Developers You can add SuperCash to any activity, for example, customer registration. You will have to add the following code to your function [for catalog] $supercash = array( ‘order_id’    => ‘0’,     ‘customer_id’   => ‘<customer_id_variable>’,     ‘language_id’   => $this->config->get(‘config_language_id’),     ‘store_id’      => $this->config->get(‘config_store_id’),     ‘amount’        => ‘<amount_value>’,      ‘description’   => ‘<description_value>’,         ‘expiry’        => ‘<expiry_date>’ ); $this->load->model(‘extension/total/cashback_discount’); $this->model_extension_total_cashback_discount->add_activity_supercash($supercash); You will have to add the following code to your function [for admin] $supercash = array( ‘order_id’    => ‘0’, […]

BulkGate

Vendor Website: https://www.bulkgate.com/en/ About BulkGate SMS gateway for a business that does things right Discover the power of SMS marketing in your business. Increase your sales and improve your customers’ happiness with messages that make their day better. OpenCart SMS Setup: API Technical Docs: https://help.bulkgate.com/docs/en/http-simple-transactional.html

Bulk Update Order Status

Select the Order Row. You can select one row or multiple rows. After selecting the row or rows, you can update order status of those selected orders. You can also update order status individually, by clicking on the Order Status Label. It will pop up the Order Status form.

Uploading CSV or Import Order Data

If this is your first time using the CSV upload option, then database backup is strictly recommended before you perform the CSV upload operation. Using this option you can make changes to the existing orders data through CSV file upload or import order data from external sources. File Format or column format You will first […]

Export to CSV

Export to CSV option is helpful in the following basic activities Local Data backup Bulk Order data update from Excel file Data manipulation using Excel Data Search and filters To export data to CSV format, click on the main Export Button

Advanced Filter

With the advanced filter, you can filter data based on any rule. This is a simplified version of database querying without you having to write any SQL query. You will just use UI dropdown and filter data based on your conditions. Example 1: Search Orders having the Product “One Shoulder Satin Slip Dress” and order […]

Settings

The path to access extension setting is Admin > Sale > Orders Manager PRO > Action > Setting Main Table (order list) – Show/Hide Columns Customer Info Table – Show / Hide Rows Filtered Tabs You can add upto 5 filtered Tabs. Tabs Title also contains the total number of orders count Number of Orders […]

Installation

Login to your Admin and go to Extensions > Installer Upload orders-manager-pro-x.x.x.ocmod.zip Go to Extensions > Extensions > Module Look for Orders Manager PRO and click on Install button. Click on Edit Button Now go to Actions > Settings Enable the required Columns and complete all other settings in this page and then click on […]

Orders Manager PRO

Manage your orders quickly and save a lot of time. Most advanced order management tool for OpenCart. Features AJAX Search and advanced pro filter options Bulk Order Status Update Export and Import Order Data Top & Bottom Page Navigation for easy access Show or Hide Required Order Columns Order Items Order History Delete Option Missing […]