Wednesday 20 October 2010 2:20:53 am
I'm developing an e-commerce solution for a customer of ours. I needed to get information, in the template part, about the order the basket was referring to. Searching through the reference manual wasn't of any help, because the fetch functions listed for the shop module didn't mention anything about it. I just give it a try and wrote down this {def $order=fetch('shop', 'order', $basket.order_id)}
and there it was! Adding this to the documentation could be of great help.
|