OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Alphanumeric for bookID not showing up. (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 1

Alphanumeric for bookID not showing up.

cramer80 (User)
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Alphanumeric for bookID not showing up. 14 Years, 1 Month ago
Karma: 0  
I have 500 books that have a unique bookID for eg A123 B345 etc
When i import as CSV, only 123 shows and not the A
Any idea to have the A123 show up in book ID

Also When i export the 500 books and have their isbns.I want amazon to automatically be set to get the info for the books instead of going manually to each book to set amazon on.

Thanks very much
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:Alphanumeric for bookID not showing up. 14 Years, 1 Month ago
Karma: 101  
Fot import to BookLibrary not numeric value as BookId
with help CVS

In file admin.booklibrary.class.impexp.php change :

Code:

$book->bookid = intval($line[0]);

to
Code:

$book->bookid = $line[0];


For bulk info refetch. Please in Book manager choose all book and press button "Refetch info"

OrdaSoft team
Logged Logged
The administrator has disabled public write access.
cramer80 (User)
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Re:Alphanumeric for bookID not showing up. 14 Years, 1 Month ago
Karma: 0  
Thank you very much for response.
i will try that out.

Also, if I wanted to add another field for "location" of book in the library website. What changes should I make.
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:Alphanumeric for bookID not showing up. 14 Years, 1 Month ago
Karma: 101  
I wanted to add another field for "location" of book in the library website

Sorry with that will need very much small pieces in different places.

For so work you can buy custom version through contact form.

OrdaSoft Team
Logged Logged
The administrator has disabled public write access.
cramer80 (User)
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Re:Alphanumeric for bookID not showing up. 14 Years, 1 Month ago
Karma: 0  
ok i got all isbn and bookid in my table. The amazon though is not fetching or rather not adding author title to the tables.
its all empty still.
I checked the isbn to make sure it works on amazon and it does
any ideas
Logged Logged
The administrator has disabled public write access.
cramer80 (User)
Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Re:Alphanumeric for bookID not showing up. 14 Years, 1 Month ago
Karma: 0  
For bulk info refetch. Please in Book manager choose all book and press button "Refetch info"

OrdaSoft team



is the book manager under categories? I see fetch on my own in the whole list and pressing refetch doesnt change it over to automatically fetch.
Should i check the amazon key maybe.
Logged Logged
The administrator has disabled public write access.
Go to top
»