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: Emailer prefs in two places ... (1997)
HELP WITH DATES (1997)
RE: Missing contexts on NT (1997)
[BULK] [WebDNA] Candidate versions release (2010)
TeaRoom (2000)
Orders coming up blank (2004)
PROBLEM (1997)
ShippingCosts (1998)
WC2b15 File Corruption (1997)
Multiple prices (1997)
2.0 Info (1997)
RE: [WebDNA] tcp connect is slow...any ways to speed it up? (2008)
Assigning Serialized Customer Numbers (1997)
[isfile] ? (1997)
Uh...can someone help me out with the b10? (1997)
Re:quit command on NT (1997)
Problem with Formulas.db (1998)
Bug? (1997)
Nesting format tags (1997)
RE: IIS 4 (1998)