Hi
Does anyone know how I might go about editing some of the variables which are not listed in the Library?
I need to change the way the some of the following variables are displayed:
<actinic:variable name="CustomerData"/>
<actinic:variable name="OrderData"/>
<actinic:variable name="OrderLines"/>
<actinic:variable name="OrderTotals"/>
This is basically because I need to edit the emails we receive detailing our orders so that they can be parsed to a custom-built CRM database.
Alternatively maybe someone might be able to suggest a way that we can export our invoices as word or text documents and attempt to parse them this way?
Thanks
Does anyone know how I might go about editing some of the variables which are not listed in the Library?
I need to change the way the some of the following variables are displayed:
<actinic:variable name="CustomerData"/>
<actinic:variable name="OrderData"/>
<actinic:variable name="OrderLines"/>
<actinic:variable name="OrderTotals"/>
This is basically because I need to edit the emails we receive detailing our orders so that they can be parsed to a custom-built CRM database.
Alternatively maybe someone might be able to suggest a way that we can export our invoices as word or text documents and attempt to parse them this way?
Thanks
Comment