Update all shopping cart items with single button

mojtaba kavand asked on July 25, 2014 03:01

Hi there,

How can I update shopping cart with a single button instead separate row buttons ?

Recent Answers


Joshua Adams answered on July 25, 2014 17:54

You would most likely have to implement a custom button with an eventhandler that would loop through the shopping cart items and perform the same functions that is called on the single one.

Basically find the function or code that is run for the individual update, create your own button/webpart that will loop through the shopping cart items in the cart and then perform the same function.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.