View Single Post
  #12  
Old 04-07-2008, 03:47 AM
 
paul@dimoda.com.au paul@dimoda.com.au is offline
 

Senior Member
  
Join Date: Aug 2007
Location: Perth, Australia
Posts: 148
 

Default 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>&nbsp;</td>
<td><img src="enquire.php?captcha=yes"></td>

to


<td>{$lng.lbl_Enquire_Code}:</td>
<td>&nbsp;</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
Reply With Quote