J'écoute l' événement sales_quote_save_before pour savoir quand un article est ajouté au panier. Une fois son tir, j'itère les options des articles comme ceci: $quote = $observer->getEvent()->getQuote(); foreach ($quote->getAllItems() as $item) { $options = $item->getProduct()->getTypeInstance(true)->getOrderOptions($item->getProduct()); foreach($options['options'] as $option) { if($option['label'] == 'myOptionA') { // Here I want to change the …
Je me demande comment fonctionne la tarification dynamique dans Magento? Par exemple, j'ai créé un produit dans le backend et y ai ajouté des options personnalisées. Ainsi, si l'utilisateur choisit l'option, le prix change automatiquement sur la page de visualisation du produit sans recharger la page. Quelqu'un peut-il expliquer comment …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.