[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] search log
>Does anyone know if there is a way that you can track or log what
people are typing into the
>search field on interchange?
>Chris Slaght
>iss@totalink.net
Chris,
It's easy. Use the [log] tag in your results page to log whatever you
wish. The search string is in mv_searchspec.
http://www.interchange.rtfm.info/docs/rtfm_ictags.html
Here is an example of how I export the header record of each order to a
flat file in etc/receipt.html:
[log hide=1 create=1 interpolate=1 file="orders/[value
mv_order_number].txt"]
[value mv_order_number] [value order_date] [value order_time]
[value order_custnum] [value order_shipto] [value email] [value
fname] [value lname] [value phone_day] [value order_destcode]
[value order_pou] [value charge_to_acct]
[/log]
--
Jerry Brady
Blue Circle Technologies