Closed (fixed)
Project:
Amazon Store
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 Apr 2009 at 08:17 UTC
Updated:
12 Nov 2010 at 22:46 UTC
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
Comment #1
rfayThis 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.
Comment #2
sonicthoughts commentedIf you would like to see a good implementation of this, check out http://www.associate-o-matic.com/.
Comment #3
jaypabs commentedThe website seems to offer only plugin for wordpress and not for drupal.
Comment #4
gyrofly commentedWe'll be adding a drupal plugin in the upcoming release (May timeframe).
Justin Mecham
Associate-O-Matic
Comment #5
jaypabs commentedThank you very much.
Comment #6
rfayIn 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.
Comment #8
El Viejo commentedIs 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.
Comment #9
rfayYou 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.
Comment #10
Compel commentedStill 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.