From 8f46f252a6206226f77577dfa68c3fd487599d0c Mon Sep 17 00:00:00 2001 From: konrad Date: Mon, 5 Jul 2010 15:53:20 +0000 Subject: [PATCH] update cart objects update twig to newest release git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@528 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- wob/cart.wolf | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/wob/cart.wolf b/wob/cart.wolf index 860b3db..aae1f75 100644 --- a/wob/cart.wolf +++ b/wob/cart.wolf @@ -24,6 +24,9 @@ If null: assumed to be identical to invoiceaddress. customer comments during order process + + pointer to shipping type (none per default, programmatic default is in config) + @@ -71,12 +74,25 @@ The cartID as used by the web user interface, this property must not be interpreted while the server attempts to create an order from this cart, the server must preserve it unchanged + Used in the Web UI only to provide access to price properties + Used in the Web UI only to provide access to event properties + this mapping is used by the web user interface to generate the cart object + + + + + + + + + + @@ -137,6 +153,7 @@ The address to deliver to (mandatory) The address to send the invoice to if different from the delivery address (optional) optional comments from the customer + optional shipping ID The customer of this cart @@ -147,12 +164,15 @@ vouchers inside this cart as seen in the DB shop items inside this cart as seen in the DB + if shipping is set: the shipping type + + @@ -171,6 +191,9 @@ + + + -- 1.7.2.5