I had a similar problem. With more than 10 featured items, when I clicked on the "next" button or a page number I got a single item (the default as assigned in Amazilla admin). What I discovered was that the page links called for: "
index.php?name=index.php?module=amazilla" rather than the expected "index.php?module=amazilla".
After much messing around with the script I finally discovered that $Link, an input for the page_links function, is defined with getlink(). At the same time, the function page_links also calls getlink() for the links it defines. The result of all this is that "?name=$module_name" gets called twice.
To fix this, replace line 732 in includes/Amazilla/functions.php (after backing up thefile!)with :
$Link = "$AMZModule_Name&op=ShowFI&catalog=$AMZSEARCH[2]";
This removed the double call to getlink() and sends the proper information. I've tested this with various searches and it appears to work correctly in all instances. This worked for me; I am not responsible for what it may do to you!
Kaboodle!
www.kaboodleshops.com/dragon/