You are here

README.txt in Commerce Addressbook 7.2

Same filename and directory in other branches
  1. 7.3 README.txt
  2. 7 README.txt
Commerce Addressbook is a module that allows authenticated customers to reuse
previously entered addresses during checkout.
They can manage all entered addresses in their user panel (user/%user/addressbook).

Note that for data consistency reasons editing a previously entered address
won't change it on previously made orders.

Installation
============
* Enable the Commerce Addresbook module
* Visit the admin/commerce/config/checkout page and configure any customer
  profile checkout panes (such as "Billing information") to use the addressbook.
* The "Addresses on File" select list should now automatically be attached to the checkout form.
* Enable "create", "edit", and "view" permissons for each profile type addressbook was enabled on.

Updating from Addressbook 1.x
=============================
Don't try to disable the module. Keep it enabled and follow the next steps:
1. Replace the 1.x files with the 2.x files.
2. Run update.php to install the "7200" update.
3. Go to admin/commerce/config/checkout and enable the addressbook for the
desired checkout panes.

Note that the information on which user profile is the default will be lost.
The user will need to go to his addressbook (user/%user/addressbook) and set
the default again.

File

README.txt
View source
  1. Commerce Addressbook is a module that allows authenticated customers to reuse
  2. previously entered addresses during checkout.
  3. They can manage all entered addresses in their user panel (user/%user/addressbook).
  4. Note that for data consistency reasons editing a previously entered address
  5. won't change it on previously made orders.
  6. Installation
  7. ============
  8. * Enable the Commerce Addresbook module
  9. * Visit the admin/commerce/config/checkout page and configure any customer
  10. profile checkout panes (such as "Billing information") to use the addressbook.
  11. * The "Addresses on File" select list should now automatically be attached to the checkout form.
  12. * Enable "create", "edit", and "view" permissons for each profile type addressbook was enabled on.
  13. Updating from Addressbook 1.x
  14. =============================
  15. Don't try to disable the module. Keep it enabled and follow the next steps:
  16. 1. Replace the 1.x files with the 2.x files.
  17. 2. Run update.php to install the "7200" update.
  18. 3. Go to admin/commerce/config/checkout and enable the addressbook for the
  19. desired checkout panes.
  20. Note that the information on which user profile is the default will be lost.
  21. The user will need to go to his addressbook (user/%user/addressbook) and set
  22. the default again.