Re: [WebDNA] Shopping cart code debug
This WebDNA talk-list message is from 2009
It keeps the original formatting.
numero = 101945
interpreted = N
texte = A problem I see is changing variable SPSubtotal between [text] and [math] types and doing a math type comparison on a text type variable.And also, is your [cart] spelled with a k?If it was my code, id do it like this:======================================================[math show=f]SPSubtotal=1-1[/math][text]SPQualify=f[/text][text]promoExists=f[/text][lineitems] [showif [sku]~SP] [math show=f]SPSubtotal=[SPSubtotal]+([price]*[quantity])[/math] [/showif][/lineitems] [showif [SPSubtotal]>99] [text]SPQualify=t[/text] [/showif] [showif [SPQualify]=t] [lineitems] [showif [sku]=SP133P-PROMO] [setlineitem file=^sc/[kart]&index=[lineindex]]quantity=1[/setlineitem] [text]promoExists=t[/text] [/showif] [/lineitems] [showif [promoExists]=f] [addlineitem file=^sc/[kart]&sku=SP133P-PROMO&db=^db/products.db]quantity=1[/addlineitem] [/showif] [/showif]SPQualify=[SPQualify]
SPSubtotal=[SPSubtotal]
promoexists=[promoexists]
======================================================MarcDonovan Brooke wrote:> Govinda wrote:>> Ki Song,>>>> my first guess is that the problem you are having is because that >> [math show=f]... SHOULD BE [math show=t]...>> ..otherwise you are setting the value of the [SPSubtotal] var but you >> are not letting it become part of that [showif]'s comparison.>>>> -G> > good eyes!> > Donovan> > -- -------------------------------------------Marc ThompsonSoftware EngineerOffice of Information TechnologyUniversity of Utah801.585.9264marc.thompson@utah.edu-------------------------------------------
Associated Messages, from the most recent to the oldest:
A problem I see is changing variable SPSubtotal between
[text] and
[math] types and doing a math type comparison on a text type variable.And also, is your
[cart] spelled with a k?If it was my code, id do it like this:======================================================[math show=f]SPSubtotal=1-1[/math]
[text]SPQualify=f[/text]
[text]promoExists=f[/text]
[lineitems] [showif [sku]~SP] [math show=f]SPSubtotal=[SPSubtotal]+([price]*[quantity])[/math] [/showif][/lineitems] [showif [SPSubtotal]>99]
[text]SPQualify=t[/text] [/showif] [showif [SPQualify]=t]
[lineitems] [showif [sku]=SP133P-PROMO] [setlineitem file=^sc/[kart]&index=[lineindex]]quantity=1[/setlineitem]
[text]promoExists=t[/text] [/showif] [/lineitems] [showif [promoExists]=f] [addlineitem file=^sc/[kart]&sku=SP133P-PROMO&db=^db/products.db]quantity=1[/addlineitem] [/showif] [/showif]SPQualify=[SPQualify]
SPSubtotal=[SPSubtotal]
promoexists=[promoexists]
======================================================MarcDonovan Brooke wrote:> Govinda wrote:>> Ki Song,>>>> my first guess is that the problem you are having is because that >> [math show=f]... SHOULD BE [math show=t]...>> ..otherwise you are setting the value of the [SPSubtotal] var but you >> are not letting it become part of that
[showif]'s comparison.>>>> -G> > good eyes!> > Donovan> > -- -------------------------------------------Marc ThompsonSoftware EngineerOffice of Information TechnologyUniversity of Utah801.585.9264marc.thompson@utah.edu-------------------------------------------
Marc Thompson
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
RE: Languages (1997)
Bug Report, maybe (1997)
Sorting Numbers (1997)
Concatenating Form Variables (1998)
creating an email message (1998)
Opposite of Summ=T? (2000)
Problem with updating to 2.1.1 (1998)
WebCat2.0 [format thousands .0f] no go (1997)
No Wanna Duppys (1998)
Webcat/Webmerchant part II (1998)
Re:Signal Raised (1997)
Hello??? (1997)
[SHOWIF]s and empty arguments (1997)
strange [date] behavior (2001)
Online reference (1997)
No Wanna Duppys (1998)
RE: Can a database get stomped by simultaneous access? (1997)
ShowIf variables (1997)
WebCatalog/Mac 2.1b2 - PIXO (1997)
[lookup] speed sales pitch (2003)