numero = 274
Take caution when removing multiple items. As you remove items, the index numbering changes. When you remove item number 2, the subsequent items move up one. For this reason, you need to figure out a way to adjust the index number. Decrement the index each time something's deleted, such as the following:
(In this example, in the incoming form the cart items each have a delete checkbox named kill_[index]. Note that in a math context, you do not need the square brackets within the expression.)[math show=f]adjustby=0[/math][formvariables name=kill_&exact=F][math show=f]deleteitemnumber=[getchars start=6][name][/getchars]+adjustby[/math][removelineitem file=ShoppingCarts/[cart]&index=[deleteitemnumber]][math show=f]adjustby=adjustby-1[/math][/formvariables][removelineitem cart=cartID&index=3]
Take caution when removing multiple items. As you remove items, the index numbering changes. When you remove item number 2, the subsequent items move up one. For this reason, you need to figure out a way to adjust the index number. Decrement the index each time something's deleted, such as the following:
[math show=f]adjustby=0[/math]
[formvariables name=kill_&exact=F]
[math show=f]deleteitemnumber=[getchars
start=6][name][/getchars]+adjustby[/math]
[removelineitem file=ShoppingCarts/[cart]&index=[deleteitemnumber]]
[math show=f]adjustby=adjustby-1[/math]
[/formvariables]
DOWNLOAD WEBDNA NOW!
A compilation of some user's questions...
WebDNA ModulesA list of the currently available modules...
AWS Raw WebDNA LAMP-Plus WebServerAmazon Web Services (AWS) README for Machine Image ID...
WebDNA LibrariesA list of available libraries for WebDNA...
[biotype]BioType is a behavioral biometrics WebDNA function based on ADGS research and development (from version 8...
Tips and TricksA list of user-submitted tips ...
Changes header values in a shopping cart...
[object]Embeds the results of an external function...
[xsl]Enables the WebDNA programmer to compile and apply XSL style sheets to XML data...
[SQLdisconnect]...
[countchars]Counts the number of letters inside the context...
Web Hosting Control Panels and WebDNAWeb Hosting Control Panels are becoming prevelant in the industry...