Re: Price Change
This WebDNA talk-list message is from 2000
It keeps the original formatting.
numero = 35626
interpreted = N
texte = Figure out what your discount total is and add it to the cart as a negativelineitem. This will require that you have a product in your productdatabase for the discount.1) Add a product to your database for the discount, the price will notmatter we will set it later2) In your template figure out what the discount amount will be3) Add the discount sku to the cart with a negative price, you will need touse the price change password to set the price[addlineitem cart=[cart]&sku=your discount sku]price=discountamount&password=your price change password[/addlineitem]-----Original Message-----From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]OnBehalf Of Stephen RussoSent: Wednesday, August 02, 2000 5:40 PMTo: WebCatalog TalkSubject: Re: Price ChangeGlenn,That works fine.But when I go to change subtotal to the new discounted price it does notchange. That is my main problem, changing subtotal to the new price.Stephen-----Original Message-----From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]OnBehalf Of Glenn BusbinSent: Wednesday, August 02, 2000 8:46 AMTo: WebCatalog TalkSubject: Re: Price ChangeThere's more than one way to skin a cat using WC. The database approach Isuggested (late at night after a long day) is one, but since your discountsare so simple, you can also just sum the costs of the items in the cart anduse some [showif] [hideif] stuff.Sum the costs of the items BEFORE getting to [subtotal]. Then evaluate thetemporarysubtotal to see if a discount should be given. If so, add anegative number to the cart that will deduct the appropriate amount.Try something along the order of:[showif [temporarysubtotal]>299] [hideif [temporarysubtotal]>499][Discount]=-50[/hideif][/showif][showif [temporarysubtotal]>499] [Discount]=-55[/showif]In the html for the page, add a line that will display whatever discount isgiven or hide it if there isn't one.[showif [Discount]>0]Discount=[Discount][/showif]Then continue with the html and WC stuff as if there were no discountincluded. The negative values of [Discount] will be added to the cost ofthe Items ordered and will not foul up WC's built-in use of the [subtotal]and [grandtotal] calcs.Subtotal=[subtotal]Taxes=[tax]Grandtotal=[grandtotal]etc.Lemme know how it works out.Glenn-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list
.To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail toWeb Archive of this list is at: http://search.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail toWeb Archive of this list is at: http://search.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Figure out what your discount total is and add it to the cart as a negativelineitem. This will require that you have a product in your productdatabase for the discount.1) Add a product to your database for the discount, the price will notmatter we will set it later2) In your template figure out what the discount amount will be3) Add the discount sku to the cart with a negative price, you will need touse the price change password to set the price[addlineitem cart=[cart]&sku=your discount sku]price=discountamount&password=your price change password[/addlineitem]-----Original Message-----From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]OnBehalf Of Stephen RussoSent: Wednesday, August 02, 2000 5:40 PMTo: WebCatalog TalkSubject: Re: Price ChangeGlenn,That works fine.But when I go to change subtotal to the new discounted price it does notchange. That is my main problem, changing subtotal to the new price.Stephen-----Original Message-----From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]OnBehalf Of Glenn BusbinSent: Wednesday, August 02, 2000 8:46 AMTo: WebCatalog TalkSubject: Re: Price ChangeThere's more than one way to skin a cat using WC. The database approach Isuggested (late at night after a long day) is one, but since your discountsare so simple, you can also just sum the costs of the items in the cart anduse some [showif] [hideif] stuff.Sum the costs of the items BEFORE getting to [subtotal]. Then evaluate thetemporarysubtotal to see if a discount should be given. If so, add anegative number to the cart that will deduct the appropriate amount.Try something along the order of:[showif [temporarysubtotal]>299] [hideif [temporarysubtotal]>499][Discount]=-50[/hideif][/showif][showif [temporarysubtotal]>499] [Discount]=-55[/showif]In the html for the page, add a line that will display whatever discount isgiven or hide it if there isn't one.[showif [Discount]>0]Discount=[Discount][/showif]Then continue with the html and WC stuff as if there were no discountincluded. The negative values of [Discount] will be added to the cost ofthe Items ordered and will not foul up WC's built-in use of the [subtotal]and [grandtotal] calcs.Subtotal=[subtotal]Taxes=[tax]Grandtotal=[grandtotal]etc.Lemme know how it works out.Glenn-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail toWeb Archive of this list is at: http://search.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail toWeb Archive of this list is at: http://search.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/
John Jakovich
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:
japanese characters (1997)
Possible Bug in 2.0b15.acgi (1997)
Fuzzy on [url] context (1998)
Re1000001: Setting up shop (1997)
Large sites (2003)
SSL and Webstar 3 with Webcatalog (1998)
quotes and truncating? (1997)
Emailer setup (1997)
[HTML*] (a proposition) (1997)
form data submission get (1997)
Location of Browser Info.txt file (1997)
WebDNA Windows 5.0 sendmail bug (2003)
Execute Applescript (1997)
carriage returns in data (1997)
Calculating multiple shipping... (1997)
[WebDNA] Send results to more pages? (2011)
Virtual Domains (1998)
[WebDNA] paypal (2009)
Suggestions on best way to work with yyyy/mm/dd (1997)
showcart context? (1998)