I've managed to add some orderline properties to a webshop i'm creating. The property is call isPersonalised and is true or false. I've tested in Firebug and know that it is being attached to the order ....
So now my question is how does the site editor know that an order contains an orderline with isPersonalised=true. There doesn't seem to be any way of seeing the orderlineproperties in the back end. Or am I missing something?
The order view in the Tea Commerce section shows only the most basic order information. BUT it is 100% customizable. In your xslt's you will find the teaCommerceAdminOrder.xslt, which creates the html for the orders view. You can change that in any way you want, adding or removing information.
The teaCommerceEmailTemplate.xslt file is in the same way the default email template for the confirmation e-mail. That too can be customized for your clients specific needs.
Don't worry if you later decide to upgrade Tea Commerce. The two files will not be overwritten, so your customizations will be safe!
Viewing OrderLineProperties in the backend
I've managed to add some orderline properties to a webshop i'm creating. The property is call isPersonalised and is true or false. I've tested in Firebug and know that it is being attached to the order ....
So now my question is how does the site editor know that an order contains an orderline with isPersonalised=true. There doesn't seem to be any way of seeing the orderlineproperties in the back end. Or am I missing something?
Hey Paul
You can customize your backend in the xslt named teaCommerceAdminOrder.xslt.
In the XSLT there is a line where we are looping all orderlines :
In here you could do :
Hi Paul,
The order view in the Tea Commerce section shows only the most basic order information. BUT it is 100% customizable. In your xslt's you will find the teaCommerceAdminOrder.xslt, which creates the html for the orders view. You can change that in any way you want, adding or removing information.
The teaCommerceEmailTemplate.xslt file is in the same way the default email template for the confirmation e-mail. That too can be customized for your clients specific needs.
Don't worry if you later decide to upgrade Tea Commerce. The two files will not be overwritten, so your customizations will be safe!
/Rune
Cool, thanks Rasmus for answering. You sniped me on that one ;)
/Rune
hehe :D
Snipers ready.
Was just in the "neigborhood"
is working on a reply...