Hey,

I'm having some trouble grasping what methods belong where in my cart application.

cart.cfc has the usual suspects:
add()
update()
remove()
showCart()
getCartSubTotal()
getCartProdCount()
getShipWeight()
etc...

I also have a checkout.cfc, but what goes in it exactly? I had built a shipping calculator.cfc that adds shipping but I'm guessing that needs to go in checkout.cfc instead?

addShipping()
addPaymentType()
??

Thanks,
Will




----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to 
cfcdev@cfczone.org with the words 'unsubscribe cfcdev' as the subject of the 
email.

CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting 
(www.cfxhosting.com).

An archive of the CFCDev list is available at 
www.mail-archive.com/cfcdev@cfczone.org


Reply via email to