View Single Post
  #6  
Old 03-23-2012, 12:43 PM
 
keystone keystone is offline
 

X-Adept
  
Join Date: Jul 2006
Location: USA
Posts: 787
 

Default Re: Continue Shopping -> Redirect to product

Wouldn't just replacing the onclick javascript code from

Code:
onclick="javascript: self.location = '/DEVELOPMENT/xcart/home.php?cat=7&sort=orderby&sort_direction=0'; if (event) event.cancelBubble = true;">
to
Code:
onclick="javascript:history.back()"
for the continue shopping button?

I'm sure sure what your button code is exactly in the version you are using but it worked great in 4.1.8 and I was going to edit it in my 4.4.5 test version as well to see if it works.
__________________
www.uscandleco.com - X-Cart Version 4.7.11 Gold Plus php7.3
mods:
reCaptcha
running on UNIX

www.keystonecandle.com X-Cart Gold Plus - Version 4.7.11 php7.2
mods:
reCaptcha
cdseo pro
running on UNIX
Reply With Quote