Closed (fixed)
Project:
Amazon Product Advertisement API
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2008 at 00:50 UTC
Updated:
20 Nov 2008 at 23:34 UTC
Hey, is it possible to achieve the same effect you have with your input filter in the php, I'm designing up a node template, I've defined a cck text field that has the ISBN code, nabbed the code to convert 13 digit ISBNs to 10 from somewhere else.
Now in the node template I want to define the areas where the picture, the price, link all appear separately.
Is that possible using your module or could you point me at how I might either use it to, or a php-amazon library to lean on that'd do the leg work for me?
Ideally what I want to ultimately achieve is something similar to amazonfunction($ISBN, thumbnail);
Many thanks in advance for any support/thoughts.
Comments
Comment #1
chrisns commentedComment #2
chrisns commentedhopefully this should help someone in my shoes at least, this will do the isbn13->10 conversion for you and then lookup the details on amazon, the basis is stolen from the php shop library on the amazon web services site. hope this of use to someone