Hi All (well mostly rfay),

I have created a module which adds the ability to create a "bundle" node, which allows for creation of a bundle of multiple products that can be added to a cart with one click.

More detailed description: The module allows a site admin to define a node type and a field name which will hold the bundle data. Users (with 'add node' permission for that node type) can then create a node with multiple items in the ASIN fields, and when the bundle node is displayed a link is displayed in the link section 'add this bundle to your cart.' Clicking on the link will automatically add all ASIN's located in such field for such nid to the current users cart and then redirect to the cart page.

It is actually a pretty simple module, but I thought I would contribute it back to the drupal community.

So my question to you is: would you be interested in including this as a sub-module for the Amazon Store module, or should I try to start a new project? My preference would be to have you include it in the amazon store module, as I am not a developer and I really would like someone more experienced to do a review of the code. Further, I have never contributed anything before, so I am not familiar with git and all that stuff.

I know you don't run any sites with this module, so if you don't want to spend the time on it, I completely understand. But I wanted to offer up the code to your module first.

Comments

rfay’s picture

why don't you open a sandbox project for it and then propose that it be included if you like?

Thanks for contributing!

00trav’s picture

Hi rfay,

I finally got the sandbox up and running (please forgive any mistakes or missteps with git - as I mentioned before, first time using using it).

Here is the link: http://drupal.org/sandbox/00trav/1233230

If anyone else stumbles upon this, I would welcome any feedback.

rfay’s picture

Excellent and congratulations. I look forward to taking a look. It may be a while, but I'll give it a shot.