Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Bug fixes
- Fixed bug with encoding of the url
New features
- Locales (localized items) are now stored in the database
- Made number of items to be processed on cron configurable
- Added Simpletests
The Amazon Product Advertisement Drupal 8 Module is in super-duper early development. In other words "Are you a developer?" and "Do you want to contribute to the module?"
This release adds basic API functionality and a still incomplete API Test Form. It can be improved and deserves the attention of several developers to ensure correctness and project completeness.
The core Amazon Module has been updated to save all of the product images within the "amazon_item_image_gallery" table. The new table introduces a category and image_order column. The category column marks the first product image as primary and every other image as variant.
In addititon, the ASIN module and the new Amazon Component module integrate with the new image gallery features.
Future releses will include support for a Gallery Block and Views.
The core Amazon Module has been updated to save all of the product images within the "amazon_item_image_gallery" table. The new table introduces a category and image_order column. The category column marks the first product image as primary and every other image as variant.
In addititon, the ASIN module and the new Amazon Component module integrate with the new image gallery features.
Future releses will include support for a Gallery Block and Views.
ef9ce6f Issue #1321850 by Shawn DeArmond: Improve amazon_search presentation
5eb8dc0 Issue #1259176 by the_g_bomb: Fix Amazon Price
74613b4 Issue #1255614 by rfay: Fix 'trying to get property of non-object'
dd97af3 Issue #1043030 by cristinawithout, rfay, asb: Added Improved token support (especially for Automatic Node Titles).
92d4e0d Issue #1259176 by the_g_bomb: Fix Amazon Price
0ccdcab Issue #1239472 by rfay: Remove the option of having an empty associate tag
7016a16 Issue #1158820 by rfay: hook_requirements cannot use database
1b9683a Issue #1128032 by shawndearmond: Add ProductGroup to title in Field autocomplete
7b05254 Followup to Issue #1201750 by rfay: Fixed Amazon API secret key input not trimmed.
Issue #1239472 by rfay: Remove the option of having an empty associate tag
Issue #1158820 by rfay: hook_requirements cannot use database
Issue #1128032 by shawndearmond: Add ProductGroup to title in Field autocomplete
Issue #1239900 by rfay: Add a UI for devel_generate feature
Issue #1201750 by rfay: Trim amazon keys
Issue #1236890 by rfay: Fixed amazon_item().mpn field not long enough for amazon data on some ASINs.
Issue #1216240 by rfay: Fixed Remove Theatrical Release Date attribute.
6.x-1.2 release
===============
If you were using the Customer Reviews feature in a view or otherwise, you'll
have a broken view, since Amazon has dropped customer review data from their API.
Instead, there is now a data item called "Customer reviews iframe" which is a
link to customer review information provided by Amazon suitable for placement
in an iframe.
7.x-1.0-beta4
=============
#758630 by rfay: Views title should link to Amazon Store.
#879830 by rfay: Make amazon price work outside US
#801896 by rfay: Editorial content is double-escaped.
#944280 by rfay: Fix watchdog PDO fatal
#959810 by fragtom, rfay: Fix admin/config menu
#971820 by davidzz: Add BOOKS_1973_AND_LATER to types handled by amazon_media
by rfay: Fixed problem with "all participants" field in views
#951070 by davidzz, rfay: Make editorialreview not get key tags stripped out.
Views works, filters work. Almost everything that I've tested works, but amazon_media still does not do its special-purpose theming job very well.
Note that CCK to Field updates are not yet supported for Drupal 7. (Nothing else upgrades at this point, so I doubt you'll be trying an upgrade anyway)
1. You can use an amazon.com|co.uk|de/etc link to an item in filters or CCK field instead of just the ASIN.
2. ISBN-13 is supported (It looks up the ASIN from Amazon)
3. Dashes are allowed now in ISBN numbers (or anywhere else)
4. Upgrading from the AmazonTools module (D5) is now supported. It's not perfect, but it's there. It requires some manual attention. See the handbook page that asb kindly put together.
If there are no problems with this release, it should become 6.x-1.0.
#288577: 13 digit ISBNs / EAN support / converting to ASINs by rfay, tirsales, mleicester: Added 13 digit ISBNs / EAN support / converting to ASINs. With this patch, both EANs (ISBN-13) and Amazon.com/co.uk/de, etc. links can be used in either a CCK field or an Amazon filter. Also, hyphens are ignored in the input, so you can use a classically formatted ISBN-10 or ISBN-13.
- #661560 by rfay: PHP 5.3 compatibility fix
- #660670 by rfay: Remove option of using author's Amazon associate ID.
- #609388 by rfay: Make Amazon item title sortable in views, check other fields.
- #622076 by rfay: invalid_asin filter should be a boolean filter or at least numeric.
- #608782 by rfay: hook_update_6006() needs to use db_add_field() not db_add_column().
- #608780 by rfay: hook_uninstall() does not uninstall all schemas and variables.
Fix minor issues discovered during documentation and testing of Beta-9. See full documentation of the current release at http://drupal.org/node/595464.
A number of issues fixed, including a major change to the module's requirements -- you must now set up an Amazon API account to use the module, as they require a custom API key for each site.
A number of issues fixed, including a major change to the module's requirements -- you must now set up an Amazon API account to use the module, as they require a custom API key for each site.
Adds working template files for books, movies, software, and other media types, fixes a number of minor bugs, and generally moves us much closer to a final release candidate.
Properly handle prices and artist related data
Views integration
CCK field type rewritten to better use the CCK APIs
Input filter (ala Amazon Filter module)
Bug fixes for artist/creator data
Bug fixes for timestamping and cron updates
Initial beta release of Amazon module for Drupal 6. Offers access to a fair chunk of the Amazon Ecommerce Web Services, with local caching of data, cron-based updating of product information, and so on. Allows additional plugin modules to manage additional data and theming for specific product types (storing extra fields for DVDs or grocery items, etc). Offers a CCK field for Amazon products, simple integration with the Views module, integration with Drupal's search APIs, and an input filter for inserting product links and thumbnails into text.