View Single Post
  #13  
Old 12-10-2006, 05:12 AM
 
dfawdon dfawdon is offline
 

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

Default Re: Direct Product Enquiry Form

Thanks Phil, that fixed it.
Also need to change the line for incorrect validation code used:

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

to

Code:
header("Location: product.php?productid=".$XCMproductid."&sendenqok=2");

Quote:
Originally Posted by PhilJ
Found the reason for the access denied issue...

In enquire.php

change

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

to

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

My mistake
__________________
X-Cart Gold 4.0.17
X-AOM
Safetynet DSEFU
Easy Checkout
_________________
Reply With Quote