You are here

README.txt in Commerce Extra 7

Description
===========
Commerce Extra module allows site builders to enable extra features or
improvements which are missing from Drupal Commerce core. The module is
a collection of minimal submodules which some of developer might not consider
worth of a full project and therefore are added into this module.


Feature/improvement overview
============================
- Improve checkout by pre-populating customer profile information's
  addressfield. Needs an address field for user entity. See also Commerce
  Addressbook for similiar functionality.
- Add extra step where user may login, but doesn't require it.
- Improve quantity field by wrapping it with decrease/increase button links.


Installation & configuration
============================
The module itself obviously requires Commerce and submodules determine their
dependencies. See more information below.

Just enable the module and enable features from
admin/commerce/config/commerce_extra.


Commerce Extra Address Populate
===============================
Requires: Addressfield, Commerce Customer (comes with Commerce module)

Pre-populates customer profile information so user doesn't have to reenter
his/her information again. This is very similar with Commerce Addressbook
except this clones address information from user's account instead previously
made orders as Commerce Addressbook does.


Commerce Extra Login Page
=========================
Requires: Commerce Checkout (comes with Commerce module)

Creates extra step to checkout so that users may log in optionally. Many times
shop keeper want to promote user to log in for example to apply some discounts
or some other rules.

Related project: Commerce Checkout Login, by rszrama


Commerce Extra Quantity
=======================
Requires: Commerce Cart (comes with Commerce module)

Improves UX by creating button links for decreasing or increasing quantity
level of a product. Currently works in add-to-cart form and shopping-cart
view.

File

README.txt
View source
  1. Description
  2. ===========
  3. Commerce Extra module allows site builders to enable extra features or
  4. improvements which are missing from Drupal Commerce core. The module is
  5. a collection of minimal submodules which some of developer might not consider
  6. worth of a full project and therefore are added into this module.
  7. Feature/improvement overview
  8. ============================
  9. - Improve checkout by pre-populating customer profile information's
  10. addressfield. Needs an address field for user entity. See also Commerce
  11. Addressbook for similiar functionality.
  12. - Add extra step where user may login, but doesn't require it.
  13. - Improve quantity field by wrapping it with decrease/increase button links.
  14. Installation & configuration
  15. ============================
  16. The module itself obviously requires Commerce and submodules determine their
  17. dependencies. See more information below.
  18. Just enable the module and enable features from
  19. admin/commerce/config/commerce_extra.
  20. Commerce Extra Address Populate
  21. ===============================
  22. Requires: Addressfield, Commerce Customer (comes with Commerce module)
  23. Pre-populates customer profile information so user doesn't have to reenter
  24. his/her information again. This is very similar with Commerce Addressbook
  25. except this clones address information from user's account instead previously
  26. made orders as Commerce Addressbook does.
  27. Commerce Extra Login Page
  28. =========================
  29. Requires: Commerce Checkout (comes with Commerce module)
  30. Creates extra step to checkout so that users may log in optionally. Many times
  31. shop keeper want to promote user to log in for example to apply some discounts
  32. or some other rules.
  33. Related project: Commerce Checkout Login, by rszrama
  34. Commerce Extra Quantity
  35. =======================
  36. Requires: Commerce Cart (comes with Commerce module)
  37. Improves UX by creating button links for decreasing or increasing quantity
  38. level of a product. Currently works in add-to-cart form and shopping-cart
  39. view.