Jump to content

Edit History

Wstdhz

Wstdhz

Voici donc le code :


        if ($module = Module::getInstanceByName('homefeatured') && $module->active)
              $feature_special = true;
        else
              $feature_special = false;

        $this->context->smarty->assign(array(
            // Useful for layout.tpl
            'mobile_device'       => $this->context->getMobileDevice(),
            'feature_special'     => $feature_special,
            'link'                => $link,
	{if $feature_special}
	<a href="test"><li class="col-lg-4">VOIR PLUS DE PRODUITS PHARES</li></a>
	{/if}

Et l'erreur :

Notice: Undefined variable: module in /home/www/pixloc/prestashop/classes/controller/FrontController.php on line 428 Notice: Trying to get property of non-object in /home/www/pixloc/prestashop/classes/controller/FrontController.php on line 428 

 

Wstdhz

Wstdhz

Voici donc le code :


        if ($module = Module::getInstanceByName('homefeatured') && $module->active)
              $feature_special = true;
        else
              $feature_special = false;

        $this->context->smarty->assign(array(
            // Useful for layout.tpl
            'mobile_device'       => $this->context->getMobileDevice(),
            'feature_special'     => $feature_special,
            'link'                => $link,
	{if $feature_special}
	<a href="https://www.pixloc.fr"><li class="col-lg-4">VOIR PLUS DE PRODUITS PHARES</li></a>
	{/if}

Et l'erreur :

Notice: Undefined variable: module in /home/www/pixloc/prestashop/classes/controller/FrontController.php on line 428 Notice: Trying to get property of non-object in /home/www/pixloc/prestashop/classes/controller/FrontController.php on line 428 

 

×
×
  • Create New...