jeff,
look at this line here:
https://github.com/zencart/zencart/b...rrides.php#L64
change it to read:
PHP Code:
$includeAttributesInPopoverRows = false;
pretty sure that will fix your issue...
you could try changing line 70 to something lower:
PHP Code:
$recentOrdersMaxRows = 15;
do not forget to remove the 2 slashes at the beginning of the line.
as you running a WAMP, you could also increase the execution time allowed for your php scripts. but i'm not a WAMP guy... i'm an ABM guy... but i think the first correction should address it.
you are welcome.
best.
Bookmarks