|
|
|
|
|
|
|
|
if (Producer::getConfig('option_allow_user_gift')) { |
|
|
if (Producer::getConfig('option_allow_user_gift')) { |
|
|
$productsArray = Product::find() |
|
|
$productsArray = Product::find() |
|
|
->orWhere(['id_producer' => $this->getProducer()->id,]) |
|
|
->orWhere(['id_producer' => $this->getProducer()->id,]) |
|
|
->orWhere(['id_producer' => 0,]); // produit "Don"; |
|
|
|
|
|
|
|
|
//->orWhere(['id_producer' => 0,]) // produit "Don"; |
|
|
|
|
|
; |
|
|
} else { |
|
|
} else { |
|
|
$productsArray = Product::find() |
|
|
$productsArray = Product::find() |
|
|
->where(['id_producer' => $this->getProducer()->id,]); |
|
|
->where(['id_producer' => $this->getProducer()->id,]); |