Skip to content

Add custom block in Sales Order View to display total order weight.

Notifications You must be signed in to change notification settings

earlelnar/magento2-salesorder-weight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Sales Order Weight Total

Add custom block in Magento sales_order_view.xml

Display Total Order Weight in Sales Order View


Installation

  1. Download the extension .zip file and extract the files.
  2. Copy the extension files folder to the {magento2-root-dir}/app/code
  3. Run the following series of command from SSH console of your server:
 php bin/magento maintenance:enable
 rm -rf var/cache/;  rm -rf var/di/;  rm -rf generated/;  rm -rf var/view_preprocessed/;  rm -rf pub/static/*;
 php bin/magento setup:upgrade
 php bin/magento setup:static-content:deploy -f
 php bin/magento cache:flush
 php bin/magento setup:clean
 php bin/magento maintenance:disable
  1. Go to Admin > Sales > Orders > Select any orders

image


Magento Tested Version

Magento 2.3.1


Changelog

Version 2.0.0 (2019-10-25)

About

Add custom block in Sales Order View to display total order weight.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published