Quote Originally Posted by Desmat View Post
Thanks philou for your reply, i was travelling so the delay,

my site details are as under
site name backup.sultan-chand.com

configurations
1. Categories, about 12
2. All categories and products are "type books"
3. Used Authors as authors ,
4. One book can have many authors
5. Used Genre as Subjects, One book has only one subject
6. used Series is for classes, currently one book can fall only in one series
7. used Publisher for Boards, Currently one book will fall only for one board


Problem area
Problem 1. The "text_all_music_genre"
select Anil Kr. Sharma, from authors in the book filter box, Anil Kr. Sharma writes books both for maths and mathematics Genre, so this problem occurs only if the author has books in more than one genre
I see the problem. Currently BookX has not been written to work with other filters which are not BookX itself, like alphabethical sorting. However the problem is only superficial, because BookX and the other filters both put the filtering in the Url and currently the two Urls are not combined, the replace each other.

Example:
This gives you books by Author "Anil Sharma":
http://backup.sultan-chand.com/index...kx_author_id=3

Using the filter "Mathematics" writes this URL, but loses the author ("&bookx_author_id=3"), so it shows nothing since there is no longer an author selected to filter:
http://backup.sultan-chand.com/index...ha_filter_id=0

This Url gives you the desired result, combining "Anil Sharma" and "Mathematics", but the popup used for filtering is not writing it this way:
http://backup.sultan-chand.com/index...ha_filter_id=0

I will try to fix this in the next version (this will be some weeks). In the meantime you can only remove the filtering option from your site.

The "text_all_music_genre" can be fixed very easily in the language files. You can put it into "english.php" right inside "includes/languages" or whatever language file you want to use.
Code:
define('TEXT_ALL_MUSIC_GENRE', 'Whatever you want the text to be');
Problem 2. the previous next does not work in listing
select Anita Devraj from Authors in the book filter box, 12 books wil be listed, Click on any one of them, details of the book will be listed with a previous next menu, and will always show, "Books+2" the first category and the count as 5, which is the count of the first category
and teh previous next butoon will not be activated. clicking on the product list button, will list the products under the first category "Books for +2"
Correct. I noticed this in my development here as well. It should be working in the next version of BookX. Until then you can only remove the "Previous / Next" button, so visitors have to go back to the listing to see another book.


Problem 3. Filter by alphabet does not work
Select any option of the filter, means, any author, any genre etc.. the books are then listed, and if you try to apply any filter of "filter result by items starting with", does not work and takes you to home page
In fact the answer to this is written in the answer for problem no. 1
They should bothe be fixed at the same time.

I have been using the book version on zen cart 1.3.8 and it is working smoothly except with a few bugs. I wanted to change to Zen cart 1.5.1 and use your bookx, any help that i can provide by rigorous testing, you may let me know

You may check out the sites at backup.sultan-chand.com and teh original at sultan-chand.com
i have loaded two themes on the backup.sultan-chand.com and can give you the admin password if you want, the books are more or less the same as in sultan-chand.com

Look forward to your input
No need for admin passwords for now :)
It seems that you foudn a way to show the book title and subtitle, which was your problem earlier.
I have not tested the plugin on 1.3.8. It may work, but then again it may not.

Sorry, but for the moment I can not provide better asnwers than to turn off the filters and at least you have a working website...

Regards,
p.