Jump to content

Page blanche produit


Recommended Posts

Bonjour,

je reviens vers vous car je rencontre un probleme avec la page de mes produits qui a chaque fois tombe sur une page blanche , voici le message d'erreur :

Fatal error: Class 'ProductComment' not found in /homepages/.../wg24productscategory.php on line 136

J'utilise le theme shine , et voici la dite ligne 136 avec le reste de la condition :

if(Module::isInstalled('productcomments') && Module::isEnabled('productcomments')){      
                    include_once(_PS_MODULE_DIR_.'productcomments/ProductComment.php');
                                foreach ($categoryProducts as &$product):
                                $averageTotal = ProductComment::getAverageGrade($product['id_product'], (int)Context::getContext()->language->id);
                                if(Configuration::get('STSN_DISPLAY_COMMENT_RATING')==1 && !$averageTotal['grade'])
                                return ; 
                                 $product['averageTotal']=round($averageTotal['grade']);
                                 $product['nocoment']=(int)ProductComment::getCommentNumber($product['id_product']);
                                endforeach;

Voila, si quelqu'un pourrais m'eclairer.Merci

Edited by A7KA7 (see edit history)
Link to comment
Share on other sites

J'ai fait un test sur la demo du theme et lorsque je suis sur une page produit j'ai ceci en lien :

index.php?id_product=16&controller=product&id_lang=2

 

et lorsque c'est sur mon site en cliquant sur le produit j'ai ceci :

index.php?id_product=8&controller=product

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...