From: konrad Date: Mon, 5 Jul 2010 15:53:20 +0000 (+0000) Subject: update cart objects X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=8f46f252a6206226f77577dfa68c3fd487599d0c;p=web%2Fkonrad%2Fsmoke.git update cart objects update twig to newest release git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@528 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- 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 @@ + + +