Skip to content

Magento 2 custom extension to add custom attributes(longitude, latitude) to customer address. Then save them to quote model and copy them from quote address to order address on bakend, frontend, rest api

Notifications You must be signed in to change notification settings

ShaymaaSaied/Customer-Address-Custom-Attributes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Custom Address Attributes (longitude, latitude)

Features

  • Add custom attributes to customer address
  • Save custom address attributes to customer quote
  • Save this attributes to order
  • Edit this attributes when edit order address on backend

Installation

Copy the content of the repo to the app/code/Magearab/CustomerAddress/ folder

Enable module:

php bin/magento module:enable MageArab_CustomerAddress

Disable module: (Optional)

php bin/magento module:disable MageArab_CustomerAddress --clear-static-content

Update system:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
php bin/magento cache:clean

About

Magento 2 custom extension to add custom attributes(longitude, latitude) to customer address. Then save them to quote model and copy them from quote address to order address on bakend, frontend, rest api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages