ilario Posted May 3, 2016 Share Posted May 3, 2016 ciao mi servirebbe fare un ciclo nel carrello per vedere se c'è già un prodotto come posso fare? grazie mille Ilario Link to comment Share on other sites More sharing options...
ilario Posted May 3, 2016 Author Share Posted May 3, 2016 (edited) sono riuscito magari in futuro potrà essere utile a qualcuno $products = $this->context->cart->getProducts(); foreach ($products as $product) { if ($product["id_product"] == $html_id_prodotto) { /* Inserisci qui il codice */ } } Edited May 3, 2016 by ilario (see edit history) 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