How to customize customer account checkout for product selection?

Hi
I have a use case where i need to customize the customer account checkout page to allow the customer to choose which products to pay from many in the order

Hi @mohamedEl24 ,

you can custom code the cart page with checkbox with custom checkout button.

now check the selected checkbox and write custom script which will clear the whole cart and add selected products into the cart and trigger the checkout button.

hope this will help…