cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a checkbox option to shopping cart

Adding a checkbox option to shopping cart

I'd like to add checkbox options for warranties in the shopping cart phase of my products in Magento 1. Is there any way to do this? Is there a way to make this change to multiple products at the same time? Thanks in advance!

1 REPLY 1

Re: Adding a checkbox option to shopping cart

@bree_eros Yes you can add checkbox options to shopping cart. Follow below file path in order to add checkbox.

 

\app\design\frontend\<your_theme>\default\template\checkout\cart.phtml

\app\design\frontend\<your_theme>\default\template\checkout\cart\item\default.phtml

 

then you need to create custom controller to full fill your action.

 

Cheers

 

 

-
Magento Programmer | Was my answer helpful? You can accept it as a solution.