Logo
yoyo64 @yoyo64
a répondu au Message de yoyo64 - 15 h.
dans AdminProductsController.php

a la place de
protected function addCarriers($product = null)

jai mis çà a l’aire de fonctionne bon ?

protected function addCarriers($product = null)
{
if (!isset($product)) {
$product = new Product((int)Tools::getValue('id_product'));
}

if (!Validate::isLoadedObject($product)) {
return;
}

selectedCarriers,

if (!Tools::getIsset('selectedCarriers')) {
return;
}

$carriers = Tools::getValue('selectedCarriers');

if (!is_array($carriers)) {
$carriers = array();