Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Amazon Store Bundle 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. Please read the installation instructions.

An example of use would be a PC enthusiast site where users can write a review or 'how to' and spec out their machine, part by part, and then other users can easily add those products to their cart. Another example might be a 'back to school list' where a teacher creates a list of suggested supplies and parents can easily add all the supplies to the 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.

Requires:

  1. Drupal 7 (requires Field module from core)
  2. Amazon API (requires Amazon Field module enabled - included with Amazon API)
  3. Amazon Store

Installation:

  1. Install as normal Drupal module (e.g. unpack module download in modules directory and install via admin interface)
  2. Go to Amazon Store Bundle settings page (admin/config/amazon_settings/bundle) and specify the node type (must be the machine name) and the field (which contains the ASIN).
  3. Create a new node (of the type specified above). Add several products to the ASIN field specified above. Then view.

Please report any issues.

Project information