PrestaShop 1.7.5.x Intégration du Tracking Kelkoo Group
Informations pour les marchands qui utilisent Prestashop 1.7.5.x IMPLEMENTER LE CODE Allez dans le dossier /controllers/front/ et ouvrez le fichier OrderConfirmationController.php. Remplacer le bloc de code suivant : this->context->smarty->assign(array( ‘HOOK_ORDER_CONFIRMATION’ => $this->displayOrderConfirmation($order), ‘HOOK_PAYMENT_RETURN’ => $this->displayPaymentReturn($order), ‘order’ => $presentedOrder, ‘register_form’ => $register_form, )); Avec le bloc de code suivant : /* Kelkoo … Continue reading PrestaShop 1.7.5.x Intégration du Tracking Kelkoo Group
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed