It is. If you want to display an order number before handing off the order for payment you can call CommerceLibrary:AssignOrderNumber(). This will assign an order number based on the current config.
If you want to fully control order numbers you can set the PurchaseOrder.OrderNumber property. Once set uCommerce will not override it with something else.
How to show the Order Number on the OrderDetails.xslt
Basically I want for to be able to show the order number on the order details page.
Is this possible?
uCommerce 2.0.5
umbraco 4.6.1
It is. If you want to display an order number before handing off the order for payment you can call CommerceLibrary:AssignOrderNumber(). This will assign an order number based on the current config.
If you want to fully control order numbers you can set the PurchaseOrder.OrderNumber property. Once set uCommerce will not override it with something else.
is working on a reply...