Re: Product Inquiry form for 4.0+
OK, think I have got the static page thing sorted.
I modified enquire.tpl from:
<td>{$lng.lbl_Enquire_Code}:</td>
<td> </td>
<td><img src="enquire.php?captcha=yes"></td>
to
<td>{$lng.lbl_Enquire_Code}:</td>
<td> </td>
<td><img src="/store/enquire.php?captcha=yes"></td>
and modified enquire php from:
$emailBody = "Product: $XCMproduct\n"
. "Link: http://$XCMurl/product.php?productid=$XCMproductid\n"
to
$emailBody = "Product: $XCMproduct\n"
. "Link: http://www.CoffeeShrine.com.au/store/product.php?productid=$XCMproductid\n"
to get the correct product link for my static pages.
I hope that helps everyone else that gets stuck on this.
Once again Phil, great mod!
__________________
X-Cart Gold 4.1.10, 4.1.18, 4.4.4, 4.4.5
|