Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 587 Bytes

File metadata and controls

15 lines (9 loc) · 587 Bytes

Cancel the Order by Customer

This module is used to cancel the order by customer in frontend. By default magento 2 support the cancellation mechanism in admin panel only.

How to install Mca140_CancelOrder

Copy the code into Magento 2 root /app/code directory

  • php bin/magento setup:upgrade
  • php bin/magento setup:static-content:deploy

Screenshot

cancel1

cancel2