|
|
@@ -225,7 +225,7 @@ class SiteController extends ProducerBaseController |
|
|
|
*/ |
|
|
|
public function actionMentions() |
|
|
|
{ |
|
|
|
$producer = GlobalParam::getCurrentProducer(); |
|
|
|
$producer = $this->getProducerCurrent(); |
|
|
|
|
|
|
|
if (!strlen($producer->mentions)) { |
|
|
|
throw new \yii\base\UserException('Mentions légales introuvables.'); |
|
|
@@ -241,7 +241,7 @@ class SiteController extends ProducerBaseController |
|
|
|
*/ |
|
|
|
public function actionGcs() |
|
|
|
{ |
|
|
|
$producer = GlobalParam::getCurrentProducer(); |
|
|
|
$producer = $this->getProducerCurrent(); |
|
|
|
|
|
|
|
if (!strlen($producer->gcs)) { |
|
|
|
throw new \yii\base\UserException('Conditions générales de vente introuvables.'); |