Loops through all the line items in an order file.
numero = 226[orderfile [cart]][lineitems][sku], [price], [quantity][/lineitems][/orderfile]The following tags are available inside a [lineitems] context. Except for [lineindex], these are the line item fieldnames in the order file.
| Tag | Description |
|---|---|
| [lineindex] | A number from 1 to the maximum number of line items, indicating this item's index position in the list. |
| [SKU] | The SKU of this line item in the shopping cart. |
| [quantity] | Quantity of this line item the visitor wants to purchase. |
| [price] | Price of this line item. |
| [taxable] | "T" if this item is taxable, "F" if not. |
| [canemail] | "T" if this item is electronically deliverable, "F" if not. |
| [unitshipcost] | Price to ship one unit of this item. |
| [textA] | Extra text field to be used for any purpose, e.g., catalog fields such as [title] or options such as color and size. |
| [textB] ... [textZ] | Same as textA above. |
[orderfile [cart]]
[lineitems]
[sku], [price], [quantity]
[/lineitems]
[/orderfile]
| Tag | Description |
|---|---|
| [lineindex] | A number from 1 to the maximum number of line items, indicating this item's index position in the list. |
| [SKU] | The SKU of this line item in the shopping cart. |
| [quantity] | Quantity of this line item the visitor wants to purchase. |
| [price] | Price of this line item. |
| [taxable] | "T" if this item is taxable, "F" if not. |
| [canemail] | "T" if this item is electronically deliverable, "F" if not. |
| [unitshipcost] | Price to ship one unit of this item. |
| [textA] | Extra text field to be used for any purpose, e.g., catalog fields such as [title] or options such as color and size. |
| [textB] ... [textZ] | Same as textA above. |
DOWNLOAD WEBDNA NOW!
This Technical Change History provides a reverse chronological list of WebDNA changes...
Download WebDNA ApplicationsWebDNA applications...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
WebDNA ModulesA list of the currently available modules...
WebDNA LibrariesA list of available libraries for WebDNA...
F.A.QA compilation of some user's questions...
[wait] just does what it says...
[return]Explicitly identify what text is returned from a function call...
[unurl]Changes text from URL-compatible characters to plain text...
[middle]Extracts middle portion of the text between any two strings...
[xmlnodesattributes]This context is used to iterate the attributes of a specific XML node...
[if]This context displays HTML or executes WebDNA conditionally only if the expression is true...