Hello All,
I want to create a cart page same as the attached design.
I want to add a check box on every cart item and only that product should checkout that I select from the checkbox.
can someone give me an idea of how I can achieve that?
Thank you in advance 
1 Like
Hi @rviparmar18
Please follow the below steps.
You need to redesign the whole cart page and add checkbox in from of every cart items.
Hide the default checkout button and place a custom checkout button.
Once user click on your custom checkout button, remove the unchecked cart items from cart using script and trigger the checkout button click.
Hope this will helpβ¦
1 Like