OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Fetch information italian books (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Fetch information italian books

dminghetti (Visitor)
Posts: 0
graphgraph
User Offline
Fetch information italian books 13 Years, 1 Month ago
Karma: 0  
Is there the possibility to fetch book information from amazon.it or from other italian bookshop?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Fetch information italian books 13 Years, 1 Month ago
Karma: 101  
I am sorry bit for now Book Library support fetch info for book only from: Amazon.com, Amazon.de, Amazon.fr, Amazon.uk, Amazon.ca, Amazon.jp

I am sorry but for now Amazon not give API for take info from Amazon.it.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
federa (Visitor)
Posts: 0
graphgraph
User Offline
Re:Fetch information italian books 12 Years, 5 Months ago
Karma: 0  
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Fetch information italian books 12 Years, 5 Months ago
Karma: 101  
Thank you !

We will add that to ours components ASAP

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
federa (Visitor)
Posts: 0
graphgraph
User Offline
Re:Fetch information italian books 12 Years, 5 Months ago
Karma: 0  
OK ...

In your last joomla 1.6 version I've foound the Italian fetching. Thanks a lot.

But the script try to fetch amazon.it using yaz ...

Temporarily ... to have a right italian fetching, I've changed the file "admin.booklibrary.class.ws.php" at line 351

Code:

else if ($param_ws == "DE") $endpoint = "http://ecs.amazonaws.de/onca/xml";


to

Code:

else if ($param_ws == "IT") $endpoint = "http://ecs.amazonaws.de/onca/xml";


and at line 355

Code:

else if ($param_ws == "IT") $endpoint = "http://webservices.amazon.it/onca/xml"; 


to

Code:

else if ($param_ws == "DE") $endpoint = "http://ecs.amazonaws.de/onca/xml";



Only and simply .... crossing the "param_ws" IT and DE ....


So NOW to get fetching from italy server, without using yaz and with any problem, I place in admin the webservice "amazon.de" in place of "amazon.it"


.... thanks ... waiting the right version of your nice component.

AS
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Fetch information italian books 12 Years, 5 Months ago
Karma: 101  
Hi,

Thank you for error report. Sorry you little not correct.

Please upgrade below file from last book library version and yours component wil lstart support amazon from Italian web service:, amazon from China web service: and amazon from Spanish web service:
admin.booklibrary.class.ws.php

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»