Page 1 of 1

Updating one panel when certain things change in another.

Posted: Wed May 19, 2010 11:27 am
by Thistle3408
Here's the question.
I have a "volume discount panel" [[ConLib:ProductDiscountsDialog]] and the "buy product panel" [[ConLib:BuyProductDialog]]
on the main part of the product page (along with panels for description, etc.)

I have kits with selections (pull downs in my case) in the BuyProductDialog panel. As the customer selects the component products within the kit, the price changes.

I want/need to update the volume discount panel as the customer makes those selections.
Can we set something up with ajax? There is already ajax updating the "buy product panel" based on the customer's selection of quantities. The change in quantity does not need to update the "volume discount panel" but I guess it's okay if it's the only way to accomplish the update based on items selected in the kit.


This is related to this post viewtopic.php?f=44&t=13571