Jluis Posted March 25, 2019 Share Posted March 25, 2019 Salut , je souhaite conserver les radios déja séléctionnes aprés l'évènement du cart refresh ; les inputs existent au niveau du template cart-products-gifts.tpl . une idée ? public function displayAjaxRefresh() { ob_end_clean(); header('Content-Type: application/json'); $this->ajaxDie(Tools::jsonEncode([ 'cart_products_gifts' => $this->render('checkout/_partials/cart-products-gifts') ])); } Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now