ok...
well we have a pretty intensive application.cfm

i tried placing the <cfcomponent output="false">

from the application.cfc inside the application.cfm in root of site
but that threw a whole crapstorm of other errors.


also tried
  <cffunction name="onSessionStart" returnType="void" output="false">
    <cfobject name="SESSION.myShoppingCart" component="ShoppingCart">
  </cffunction>

but that didnt work either.

http://63.144.103.199/products/product_details.cfm?n1Id=11&n2Id=81&n3Id=297&pn=8018114
click add to cart.
just a rough... {i have till q1 to come up with a real cart?? wtf..}

http://63.144.103.199/rittalxpress/cart/LX_right1.cfm
was the page i was including on the right
was just going to show empty cart or items in cart.
crud like that...

really kinda wondering why chapter 21-23 where left out of the printed book??

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324539
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to