This module displays a check-box for saving the address on file in checkout process. So that saved address are visible in address on file option next time.

My project page can be found here: https://www.drupal.org/sandbox/suresh-kumara/2568799

The git clone command would be:

git clone --branch 7.x-1.x https://git.drupal.org/sandbox/suresh-kumara/2568799.git commerce_save_address_to_address_on_file

I have fixed all the warnings from http://pareview.sh/pareview/httpgitdrupalorgsandboxsuresh-kumara2568799git

Comments

suresh kumara created an issue. See original summary.

gokulnk’s picture

Status: Active » Reviewed & tested by the community

This seems to be a simple module. Since it is working as it mentions and there are no warning from the PAreview.sh I think it is good to go.

th_tushar’s picture

Status: Reviewed & tested by the community » Needs work
Issue tags: +PAreview: single application approval

@suresh kumara, first of all thanks for contribution!

Here is my assumptions on your code after manual review:

  1. Please update the project page with more details description about your project.
  2. Also add hook_help() in your module.
  3. (+) In commerce_save_address.install file, the tables declared by commerce_save_address_schema() will be automatically created when the module is first enabled, and removed when the module is uninstalled. Why again commerce_save_address_install() and commerce_save_address_uninstall() are required?
    1. Will check the functionality of the module after installation.

      Code too simple
      This project does not demonstrate sufficient hook usage and/or API integration, therefore it is only eligible for a one-time promotion to a full project. You can find more info at Working with the Drupal API.

      This is an important criterion so that code integrates well and can be improved over time. I encourage you to continue developing and gaining from the feedback available in the git approval process.

      Thank you for you contributions and understanding.

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. If you are still working on this application, you should fix all known problems and then set the status to "Needs review". (See also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.