View Single Post
  #22  
Old 05-26-2008, 10:33 PM
 
xsurf xsurf is offline
 

Advanced Member
  
Join Date: Mar 2008
Posts: 56
 

Default Re: The universal solution "Continue Shopping Button"

Ah, never mind, fixed it! Looks like it's working for me now - I changed
PHP Code:
if ($mode == "add" && strpos($_SERVER['HTTP_REFERER'], "cart.php")>

to

PHP Code:
if ($mode == "add" && (strpos($_SERVER['HTTP_REFERER'], "cart.php") == false)) 
__________________
X-cart Gold 4.1.12
One Page Checkout
CDSEO Pro
Smart Search
PHP 5.2.5
FreeBSD
Reply With Quote