THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

Rejoignez la communauté sur le Discord Thelia : https://discord.gg/YgwpYEE3y3

Offline


Bonjour,

SI je veux visualiser un produit en cliquant ( ?view=product&locale=fr_FR&product_id=20)

ça ne me retourne rien .

php_error.log de MAMP:

 [01-Nov-2013 11:16:36 Europe/Berlin] PHP Fatal error:  Uncaught exception 'InvalidArgumentException' with message 'Loop feature_value_info is not defined.' in /Applications/MAMP/htdocs/thelia2-beta/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php:294
Stack trace:
#0 /Applications/MAMP/htdocs/thelia2-beta/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php(225): Thelia\Core\Template\Smarty\Plugins\TheliaLoop->checkEmptyLoop(Array, Object(Smarty_Internal_Template))
#1 /Applications/MAMP/htdocs/thelia2-beta/cache/prod/smarty/compile/b026304d13c7644e08e00d619693d7d8e0d44575.file.product.html.php(664): Thelia\Core\Template\Smarty\Plugins\TheliaLoop->theliaIfLoop(Array, '?              ...', Object(Smarty_Internal_Template), false)
#2 /Applications/MAMP/htdocs/thelia2-beta/core/vendor/smarty/smarty/distribution/libs/sysplugins/smarty_internal_templatebase.php(180): content_52737f8488c543_05100774(Object(Smarty_Internal_Template))
#3 /Applications/MAMP/htdocs/thelia2-beta/core/lib/Thelia/Core/Template/Smarty/SmartyParser.php(129): Smarty_Internal_Temp in /Applications/MAMP/htdocs/thelia2-beta/core/lib/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.php on line 294

Bien à vous.

  • manu
  • faï tot petar miladiu

Offline


Bonjour,

tu as modifié le template product ?

normalement tu devrais avoir ce bloc :

<div class="tab-pane" id="additional" role="tabpanel" aria-labelledby="tab2">
                        {ifloop rel="feature_value_info"}
                        <ul>
                        {loop name="feature_info" type="feature" product="{$ID}"}
                            <li>
                                <strong>{$TITLE}</strong> :
                                {loop name="feature_value_info" type="feature_value" feature="{$ID}" product="{product attr="id"}"}
                                    {$TITLE}
                                {/loop}
                            </li>
                        {/loop}
                        </ul>
                        {/ifloop}
                    </div>

http://doc.thelia.net/
http://thelia.net/modules
http://raynaud.io
PGP public Key : 0xC6E546A6

Offline


Pas touché à quoi que ce soit dans les templates pour le moment, je teste Thélia tel quel !

et j'ai bien le code que tu m'indiques  dans product.html

à suivre donc.