I recently installed the amazon and amazon store module. After the install it added a new navigation menu called amazon store. When this link is clicked, all I can see is the list of product from amazon.

My question is, is there a way to show only the product I selected from amazon store like in http://astore.amazon.com/freesourccode-20

Comments

rfay’s picture

Status: Active » Postponed

This is a great idea - providing just a list of ASINs to the module for display. I don't think it would be hard to implement. Patches are welcome. It seems to me that all it would take is implementing a new URL item like "ASINList=asin1,asin2,asin3,asin4" in the amazon_search_page() function.

sonicthoughts’s picture

If you would like to see a good implementation of this, check out http://www.associate-o-matic.com/.

jaypabs’s picture

The website seems to offer only plugin for wordpress and not for drupal.

gyrofly’s picture

We'll be adding a drupal plugin in the upcoming release (May timeframe).

Justin Mecham
Associate-O-Matic

jaypabs’s picture

Thank you very much.

rfay’s picture

Status: Postponed » Fixed

In beta2 I have added ItemId=ASIN1,ASIN2,ASIN3... for both URL and an admin configuration.

You can theme the presentation any way you want by working with amazon_store_search_results.tpl.php in your theme.

You should be able to do this just using the views + amazon module, but I found it quite difficult to get it right.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

El Viejo’s picture

Is there an update on this, or on the AOM comment? We have a site with ubercart installed, have verified with amazon that checkouts of both owned and amazon items can use a common cart if it is the amazon cart. We are also up against the block of wanting to have our amazon addition to the site contain selected products instead of a search or the 10 ASIN featured products.

Hope it's OK to add to a closed topic. If not, I apologize. It seemed easier than reopening what I think is exactly the same question with a new query.

rfay’s picture

You can use any method of using the Amazon module and things will point to the amazon_store. Views, individual CCK items, amazon filter. etc. Try it out. Experiment with Amazon module to see.

No, Ubercart and Amazon_store will never have anything to do with each other. When amazon talks about "Local" and "remote" carts, they're talking about their own cart (on their own site) or a cart like amazon_store uses. Neither of these have anything to do with Ubercart.

Compel’s picture

Still intereste in the Gyrofly comment about Associate-O-Matic. We've used that app for years and would be very happy to see a Drupal plugin for it.