Re: Price Match...Oh, Phil you there?
Thanks NoMonkeyBiz!
Price Match works perfectly again!
To recap the fix:
File pricematch.php
Line 63:
Change: fclose($Handle);
To: closedir($Handle);
Line 67:
Change: $handle = fopen('./captcha' . '/' . $FileName, 'w');
To: $Handle = fopen('./captcha' . '/' . $FileName, 'w');
Much appreciated, and Happy New Year!
Robert
__________________
X-cart 4.1.10
|