we were having issues with zsb feeds, failing pagination
first we thought it was some special character in description , but its not :/
so Ed fig out something to work for a while ,while he tries to find the error and he says
"The issue seems to be related to the feed not returning the total number of products, and when that happens, zsb doesn't paginate properly. So what we can do is force a total number just to get it to work. Remember, this is a hack that will work, but will not give you the true total number of products.
Open your zstore. file.
Look for this line:
$totalNum = isset($rs['opensearch:totalResults']) ? $rs['opensearch:totalResults'] : "";
Change it to this:
$totalNum = isset($rs['opensearch:totalResults']) ? $rs['opensearch:totalResults'] : "20000";
The number I added there can be changed to a number bigger than the total number of products you have to make sure people can get to the last page.
The only drawback to this is that if you add more products you will have to update that number to be bigger than your total number of products. Also, the pagination will say "Showing 51 - 100 of 20000 products" instead of the actual number of products. But at least they can get to all your products!"
hope this helps
Maria
Wedding Invitations,Save the Dates
Business Stationery and Gifts atMGDezigns.comMy zazzle stores