Je me bats avec la session magento 2. J'ai créé le fichier de contrôleur ci-dessous comme exemple de code. <?php namespace vendor_name\module_name\Controller\SetGetSession; use Magento\Framework\App\Action\Action; class SetGetSession extends Action { protected $customerSession; public function _construct( \Magento\Customer\Model\Session $customerSession ) { $this->customerSession = $customerSession; } public function execute() { } } Quelqu'un peut-il …
Dans mon site magento, j'ai activé Captcha pour créer un compte sous forme de thème personnalisé que j'ai construit à partir de zéro (pas "rwd"), mais lorsque j'essaie d'enregistrer un client en fournissant le code captcha correct dans le champ, même alors, il affiche "Incorrect Captcha "après avoir actualisé et …
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.