Re: shippingTotal Challenge
This WebDNA talk-list message is from 2001
It keeps the original formatting.
numero = 40349
interpreted = N
texte = Cristián Tapia wrote:> > Hi,> > I'm working on a commerce site which shipping cost calculation goes beyond> my basic DNA knowledge. I would appreciate if anybody can give me a hand> on this.> > The challenge is:> > 1.- Every product in the DB has two fields to be considered on the final> ShipCost calculation. The first one is weight and second is called> volumetric weight.When you add the item to the cart, also add the weight and vweight as textAand textB.> > 2.- Inside my invoice template I must add the weight of all the products> in the order. That gives me one value. Lets call it Total Weight. Then I> need to do the same for the volumetric weight. That gives me another value> Total Volumetric. Then I need to compare both of them and use the higher> one to continue with the calculation. Lets call it Master WeightAt the top of your invoice page, do a [lineitems] loop and add up the individual values of textA and textB, ala[math]total_weight=0[/math][math]total_vweight=0[/math][lineitems] [math]total_weight=[total_weight]+[textA][/math] [math]total_vweight=[total_vweight]+[textA][/math][/lineitems]> > - The next step is to use the Master Weight value to perform a series of> calculations based on shipping address, which finally should bring a> ShipCost to be added to the subtotal and get the long awaited> GrandTotalThen perform your logic to get the master weight and calculate the shippingcost and assign it using [setheader] to set the [shippingTotal] field. Now,you can display the cart with the correct information.John-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4720 Boston WayLanham, MD 20706301-459-3366 x.5010fax 301-429-5747-------------------------------------------------------------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:
Cristián Tapia wrote:> > Hi,> > I'm working on a commerce site which shipping cost calculation goes beyond> my basic DNA knowledge. I would appreciate if anybody can give me a hand> on this.> > The challenge is:> > 1.- Every product in the DB has two fields to be considered on the final> ShipCost calculation. The first one is weight and second is called> volumetric weight.When you add the item to the cart, also add the weight and vweight as textAand textB.> > 2.- Inside my invoice template I must add the weight of all the products> in the order. That gives me one value. Lets call it Total Weight. Then I> need to do the same for the volumetric weight. That gives me another value> Total Volumetric. Then I need to compare both of them and use the higher> one to continue with the calculation. Lets call it Master WeightAt the top of your invoice page, do a [lineitems] loop and add up the individual values of textA and textB, ala[math]total_weight=0[/math][math]total_vweight=0[/math][lineitems] [math]total_weight=[total_weight]+[textA][/math] [math]total_vweight=[total_vweight]+[textA][/math][/lineitems]> > - The next step is to use the Master Weight value to perform a series of> calculations based on shipping address, which finally should bring a> ShipCost to be added to the subtotal and get the long awaited> GrandTotalThen perform your logic to get the master weight and calculate the shippingcost and assign it using [setheader] to set the [shippingTotal] field. Now,you can display the cart with the correct information.John-- John PeacockDirector of Information Research and TechnologyRowman & Littlefield Publishing Group4720 Boston WayLanham, MD 20706301-459-3366 x.5010fax 301-429-5747-------------------------------------------------------------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 Peacock
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:
WebDNA 5.0 Questions (2003)
Pithy questions on webcommerce & siteedit (1997)
Date Math broken on Mac OS X 10.4? (2007)
[WebDNA] [ipaddress] - [RealIP] - Not working properly (2016)
PIXO support (1997)
email code (1998)
New Weird Behavior (bug report) (2000)
RE: completed orders database (1997)
Re[2]: 2nd WebCatalog2 Feature Request (1996)
Re:multiple digests, please stop (1997)
MacFinder -- a new WebDNA web site (1998)
webcat2b12 CGI -- Date comparisons (1997)
Pull down menu for categories (2000)
Running _every_ page through WebCat ? (1997)
Random Order Sort? (2000)
HELP WITH DATES (1997)
[format xs] freeze (1997)
[TCPSend] and whois? (1999)
month or year from date field in lineitems? (1998)
Help with Repost Data msg from form (1997)