cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to custom cart checkout page to add new atributes in the details table.

0 Likes
477

Hi,

Please your help. I need to know which is the JSP page for the /Cart page for the checkout process. I found the controller CartPageController.java. But I need to add new lines in the table to add new attributes.

How could I add new attributes in the table, and make them enable to update like Quantity (OOTB)?

Thank you!!

Accepted Solutions (0)

Answers (1)

Answers (1)

rohit31_raj92
Active Participant
0 Likes

Hi

Do check "pages/cart/cartPage" jsp in your project code base, as this is straight forward return in controller.Do refer to attached screenshot from OOTB cart page controller.

How could I add new attributes in the table, and make them enable to update like Quantity (OOTB). you mean you need to add attributes to cart entry/cart entry model ? please provide some more details.