Basic idea of the module is that you can add some information to each commerce checkout pane doing the checkout flow in commerce.
Configuration form have been added to the actual checkout pane's config page. An example would be the "admin/commerce/config/checkout/form/pane/cart_contents" page where you can add some text than will then show up on the checkout page above the cart content checkout pane.
Additional information regarding the functionality of the module can be read on it's sandbox page
The easiest way to test the module is to use the Commerce Kickstart distribution and then add this module to it.
I have not found any modules which enables you to do the same as this module does or anything similar.
And the link to the project:
https://drupal.org/sandbox/lslinnet/2186901
if you require anything else or have any questions for this process please let me know
Comments
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://pareview.sh/pareview/httpgitdrupalorgsandboxlslinnet2186901git
We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #2
lslinnet commentedHave fixed the "issues" specified by the PA robot.
Comment #3
lslinnet commentedHave helped review the below modules among others.
https://drupal.org/node/1107684#comment-4361448
https://drupal.org/node/1127388#comment-4354734
https://drupal.org/node/1093290#comment-4354726
https://drupal.org/node/1163318#comment-4547936
https://drupal.org/node/1093370#comment-4355574 (spans 2 comments)
https://drupal.org/node/1122410#comment-4361374
Comment #4
merdekiti commentedHI,
What about localization?
Also better if you add "_" (underscore) after variable name. For example here
variable_set(COMMERCE_CHECKOUT_INFORMATION_VARIABLE_PREFIX . $form['checkout_pane']['#value']['pane_id'], $form_state['values']['checkout_information_text']);It will look much better if somebody looks on the name of the variable.
Comment #5
lslinnet commentedhave added support for Localization, was quite simple to do - great suggestion.
The "COMMERCE_CHECKOUT_INFORMATION_VARIABLE_PREFIX" is a constant, it is defined on line 8 in commerce_checkout_information.module.
Comment #6
merdekiti commentedI see. Ok.
Comment #7
alinouman commentedHave you check this http://pareview.sh/pareview/httpgitdrupalorgsandboxlslinnet2186901
There is still a master branch, make sure to set the correct default branch: http://drupal.org/node/1659588 . Then remove the master branch, see also step 6 and 7 in http://drupal.org/node/1127732 .
Comment #8
lslinnet commentedCurrently working on a branch which is based of master, the master branch will be removed once I am done with that feature branch.
Comment #9
perignon commentedYou can delete a branch if you have merged in everything from that branch. So if you are working in a development branch and you have merged in all the changes from master if any exist, you can delete the master branch. You will not loose anything because you have already merged the changes in.
Comment #10
klausiPlease add all your review bonus reviews to the issue summary, so that we can track them.
There is still a master branch, make sure to set the correct default branch: http://drupal.org/node/1659588 . Then remove the master branch, see also step 6 and 7 in http://drupal.org/node/1127732
Review of the 7.x-1.x branch:
This automated report was generated with PAReview.sh, your friendly project application review script. You can also use the online version to check your project. You have to get a review bonus to get a review from me.
manual review:
But otherwise looks RTBC to me.
Assigning to stBorchert as he might have time to take a final look at this.
Comment #11
stborchertThanks for your contribution, Lars.
No further objections from me (only a small hint).
I suggest integrating your module with Variable so you don't need custom code for translation of your variables. If you "register" your variables using
hook_variable_info()you can remove all the custom language stuff from your module. The translation is done by i18n and Variable itself so you don't need check the current language on load/save.I updated your account so you can promote this to a full project and also create new projects as either a sandbox or a "full" project.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and stay involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.