Daniel.de Posted October 22, 2019 at 09:32 PM Share Posted October 22, 2019 at 09:32 PM Hi Alejandro, maybe you know, that I am using Amazon Product Advertising API in Banner fields to show price, title and other product details regarding to the ASIN number of a book (different field). This works great. Code which I am using to get the author of a book (In Banner field / PHP Based Formatting): require_once PATH_ROOT."amazon.php"; $asin = $CustomFields->fieldValue('jr_amazonasinoderisbn10',$entry); // Region code and Product ASIN $response = getAmazonPrice("de", $asin); if ($response) { return $response['author']; } return false; I was thinking about, if it would be possible to make these banner fields searchable like a text field? In this way we don't have to fill out every detail about a book for a book review. Example: For my listings "Book reviews" I have to fill out: ASIN Number, author, title of the book, and so on.. But with the ASIN Number and the Product Advertising API I could get all the other details automatically. So the fields author, title, price could be filled out automatically. Is this possible? Best regards, Daniel Link to comment
Alejandro Posted October 22, 2019 at 09:55 PM Share Posted October 22, 2019 at 09:55 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Daniel.de Posted October 23, 2019 at 10:36 AM Author Share Posted October 23, 2019 at 10:36 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Daniel.de Posted October 23, 2019 at 06:07 PM Author Share Posted October 23, 2019 at 06:07 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted October 23, 2019 at 07:17 PM Share Posted October 23, 2019 at 07:17 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Daniel.de Posted October 23, 2019 at 09:10 PM Author Share Posted October 23, 2019 at 09:10 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted October 23, 2019 at 09:15 PM Share Posted October 23, 2019 at 09:15 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Daniel.de Posted October 24, 2019 at 10:06 PM Author Share Posted October 24, 2019 at 10:06 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted October 24, 2019 at 10:13 PM Share Posted October 24, 2019 at 10:13 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Daniel.de Posted October 25, 2019 at 04:22 AM Author Share Posted October 25, 2019 at 04:22 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Daniel.de Posted October 25, 2019 at 02:13 PM Author Share Posted October 25, 2019 at 02:13 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted October 25, 2019 at 02:25 PM Share Posted October 25, 2019 at 02:25 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Daniel.de Posted October 25, 2019 at 05:43 PM Author Share Posted October 25, 2019 at 05:43 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.