From reading another forum post it would appear that the order xml is no longer used in v3? if so where does tea commerce store the order properties and orderline properties now?
XSLT has been removed from v3 because of the small use of it. The orders has always been saved in the DB. So if you have order id's you can get an order using OrderService.Instance.Get in the TeaCommerce.Api assembly.
Thanks for that. I was more after it so I could debug something but I couldn't see where the order properties & orderline properties were saved in the database e.g. custom properties i added to the order during checkout?
Order XML
Hello :)
From reading another forum post it would appear that the order xml is no longer used in v3? if so where does tea commerce store the order properties and orderline properties now?
Cheers,
Tom
Hi Tom
XSLT has been removed from v3 because of the small use of it. The orders has always been saved in the DB. So if you have order id's you can get an order using OrderService.Instance.Get in the TeaCommerce.Api assembly.
Kind regards
Anders
Hi Anders,
Thanks for that. I was more after it so I could debug something but I couldn't see where the order properties & orderline properties were saved in the database e.g. custom properties i added to the order during checkout?
Many Thanks,
Tom
The properties is saved in the TeaCommerce_CustomOrderProperty and TeaCommerce_CustomOrderLineProperty
Thanks Anders not sure how i missed that :( lol
is working on a reply...