Custom button and popup input (modal?)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
craigbert
User
Posts: 91

Custom button and popup input (modal?)

Post by craigbert »

Hi All,

I have a list of items and on each row it lists the cost and quantity on hand.
I would like a button on the end of each row that a customer can click on, get a pop up asking for how many of the items they want to buy. On that pop up there would be an OK and CANCEL button.
If they click CANCEL button is clicked they go back to the item list.
If they click the OK button then it records the item and desired quantity in their shopping cart (i.e. it inserts a record into the table shopping_cart_item)

Does anyone have any idea how I might go about this or if there is an example I can look at that would point me in the right direction?

Thanks,

Craig


mobhar
User
Posts: 11712

Post by mobhar »

The closest approach for this is by using Multi-Update feature.


Post Reply