I have a shopping cart, and this is the problem. I will walk through 
step by step.

1. Customer configures computer and and hits "Add to cart" which takes 
them to the view cart page and updates a structure. Customer can update 
quantity no problem.

2.  Customer decides to shop more and adds another custom computer to 
their basket without a problem

3. Customer modifies the quantity of systems and the error pops up.

On the view cart page I am using hidden fields to keep track of all the 
computer components, but this is where the problem comes in. When they 
hit update with two items in ther basket, it creates a new array with 
the values of both systems like it was a single computer. Is their a way 
to keep scope on all the components without the use of hidden fields? 
The view cart page simply post back to itself upon update. I will email 
someone the pages in question if they can help with this, I have been 
pounding my head for 3 days.



Doug




<CF_SIGNATURE
    NAME="Douglas L. Brown"
    EMAIL="[EMAIL PROTECTED]"
    PHONE="714.538.6611"
    WEB="http://www.carnivorepc.com";>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to