View Single Post
  #4  
Old 01-19-2007, 03:15 PM
 
dfawdon dfawdon is offline
 

Advanced Member
  
Join Date: Feb 2006
Location: UK
Posts: 82
 

Default Re: Price Match...Oh, Phil you there?

Thanks Phil, another really handy mod, I have added it as a tab.

I had to change in pricematch.php to stop getting an access denied message after submission

Code:
header("Location: product.php?productid=".$productid."&sendpmok=1");

to

Code:
header("Location: product.php?productid=".$XCMproductid."&sendpmok=1");
__________________
X-Cart Gold 4.0.17
X-AOM
Safetynet DSEFU
Easy Checkout
_________________
Reply With Quote