Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 2 KB

File metadata and controls

54 lines (42 loc) · 2 KB

Excellence_CustomOrderDiscount

Magento 2 Extension

Magento 2 extension to add custom discount while creating order from Magento Admin Panel

Features:

  1. Admin can decide and give discount to particular orders while creation
  2. Discount can be either fixed or percentage of grand total
  3. Sales order grid has separate column and range filter for it
  4. Applied Discount would be shown on everywhere frontend, admin, PDFs, sales emails etc.

Screenshots:

Excellece CustomOrderDiscount Module

Backend:

backendcustomorder

Frontend:

frontend


Prerequisites

Use the following table to verify you have the correct prerequisites to install this Extension.

Prerequisite How to check For more information
Apache 2.2 or 2.4 Ubuntu: apache2 -v
CentOS: httpd -v
Apache
PHP 7.*.* php -v PHP Ubuntu
PHP CentOS
MySQL 5.6.x mysql -u [root user name] -p MySQL