Jump to content

Persist radio checked after ajaxRefresh


Jluis

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...