Displays the contents of a shopping cart.
numero = 225[orderfile [cart]]Name: [name]Address: [address1][address2][lineitems][lineindex] [quantity] [sku] [price][/lineitems]Grand Total: [grandTotal][/orderfile]
Parameter | Description |
---|---|
cart | Name of the shopping cart file to use. cart=[cart] will look inside the ShoppingCarts folder (a preference value lets you set the path to the shopping carts folder) for the order file named [cart]. |
file | (Optional) Path to the shopping cart file. This is used instead of cart when the file is in a different folder (such as the Orders folder or the Problems folder or some folder of your choosing. Shopping carts can reside anywhere, as long as you tell WebDNA where to find them.) |
[orderfile [cart]]
Name: [name]
Address: [address1]
[address2]
[lineitems]
[lineindex] [quantity] [sku] [price]
[/lineitems]
Grand Total: [grandTotal]
[/orderfile]
Parameter | Description |
---|---|
cart | Name of the shopping cart file to use. cart=[cart] will look inside the ShoppingCarts folder (a preference value lets you set the path to the shopping carts folder) for the order file named [cart]. |
file | (Optional) Path to the shopping cart file. This is used instead of cart when the file is in a different folder (such as the Orders folder or the Problems folder or some folder of your choosing. Shopping carts can reside anywhere, as long as you tell WebDNA where to find them.) |
DOWNLOAD WEBDNA NOW!
Amazon Web Services (AWS) README for Machine Image ID...
F.A.QA compilation of some user's questions...
Tips and TricksA list of user-submitted tips ...
Download WebDNA ApplicationsWebDNA applications...
WebDNA LibrariesA list of available libraries for WebDNA...
Technical Change HistoryThis Technical Change History provides a reverse chronological list of WebDNA changes...
Sends 'raw' MIME headers and data back to browser...
[authenticate]WebDNA provides a few options for password protecting your pages...
[convertchars][url]...
[password]Using [password] and [username] is an easy was to show the browser login dialog box...
[replacefounditems]Replaces each found record in a database with the new field values...
[date]Putting [date] in your template displays the current date as defined by the clock on your web server...