zen cart 1.3.9a. The cart has problems and we are trying to work out a few issues to hold them over until they upgrade.
I'm not sure if this is related to ssu or not so I'll post in this thread. I've been posting about a problem with ssu and the cart owner discover a broken link. This is where it happens.
On the shopping cart page when we click on the return to shopping button it should go back to the last item viewed. Instead it goes to the home page. But when logged in as a customer and we click on the return to shopping button the link goes to a page not found.
I turned off ssu to see what link is actually generated and this is what it says
http://www.website.com/index.php?mai...tyCorners_css=
I don't know if this error in the cache folder is related
[17-Mar-2011 16:30:34] PHP Warning: urlencode() expects parameter 1 to be string, array given in /home/userName/public_html/includes/classes/ssu/cores/link.php on line 186
these are lines 185 -186
PHP Code:
foreach($temp as $key => $value)
$params .= '&' . $key . '=' . urlencode($value);
Bookmarks