arslantabassum Posted September 2, 2015 Share Posted September 2, 2015 (edited) Hi, i want to add a new button in cart page. How to add that. snapshot is attached...Onclick on that button, An array should be returned with products list that are in the cart...$products = $params['cart']->getProducts(true);thanks in advance. Edited September 2, 2015 by arslantabassum (see edit history) Link to comment Share on other sites More sharing options...
polosat Posted September 2, 2015 Share Posted September 2, 2015 You need to edit the shopping-cart.tpl file in your template directory. Go to the end of that file and you will see something like <p class="cart_navigation clearfix">... You can add a new button there. Link to comment Share on other sites More sharing options...
Recommended Posts