Technical References - [lineitems]

Loops through all the line items in an order file.

numero = 226
interpreted = N
texte = [orderfile [cart]] [lineitems] lineitem variables [/lineitems] [/orderfile] To display a list of all the line items in a shopping cart or order file, put a [lineitems] context inside an [orderfile] context (like placing a founditems loop inside a search context). Example:
[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.
TagDescription
[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]
lineitem variables
[/lineitems]
[/orderfile]

To display a list of all the line items in a shopping cart or order file, put a [lineitems] context inside an [orderfile] context (like placing a founditems loop inside a search context).

Example:

[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.
TagDescription
[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!

Top Articles:

AWS Raw WebDNA LAMP-Plus WebServer

Amazon Web Services (AWS) README for Machine Image ID...

F.A.Q

A compilation of some user's questions...

WebDNA Libraries

A list of available libraries for WebDNA...

Download WebDNA Applications

WebDNA applications...

Tips and Tricks

A list of user-submitted tips ...

Technical Change History

This Technical Change History provides a reverse chronological list of WebDNA changes...

Related Readings:

[replacefounditems]

Replaces each found record in a database with the new field values...

[shell]

[shell] is a way to use the command line with your webserver...

[listfields]

Lists all the fields in the specified database...

[function]

This context enables the WebDNA programmer to call a previously defined block of WebDNA code...

[listvariables]

Lists all the text and/or math variables which have been set earlier on a page...

[countchars]

Counts the number of letters inside the context...