chirtsyg Posted March 11, 2022 Share Posted March 11, 2022 I found a similar topic for an older version of PrestaShop, but none of the solutions in here worked for me: My issue is that the product reviews do not display correctly on my site. Next to the criterion there is now only one single star and a red error icon, like this: I tried resetting, then uninstalled/reinstalled the module, nothing changed. My PrestaShop version is 1.7.8.3, I am working on a child of the Classic theme. Does anybody know how to fix this? Link to comment Share on other sites More sharing options...
Ress Posted March 12, 2022 Share Posted March 12, 2022 Can you post the link to the site, where we can see exactly the problem? Link to comment Share on other sites More sharing options...
chirtsyg Posted March 15, 2022 Author Share Posted March 15, 2022 On 3/12/2022 at 10:56 PM, Ress said: Can you post the link to the site, where we can see exactly the problem? The site isn't live right now, it's still in maintenance mode. I can provide specific info if needed. If it helps this is what I see on the front end html for the criterions-list section of the product rating modal: <ul id="criterions_list"> <li> <div class="criterion-rating"> <label>Rating:</label> <input type="hidden" name="undefined" value="3"><div class="cancel"><a title="Cancel Rating"></a></div><div class="star"><a title="undefined">undefined</a></div> </div> </li> </ul> Link to comment Share on other sites More sharing options...
ComGrafPL Posted March 15, 2022 Share Posted March 15, 2022 Can you link the module, which is it? ( is it custome module? ) Are you sure is updated to be working on 1.7.8.3? Also, what is your PHP version? 1 Link to comment Share on other sites More sharing options...
chirtsyg Posted March 15, 2022 Author Share Posted March 15, 2022 12 minutes ago, ComGrafPL said: Can you link the module, which is it? ( is it custome module? ) Are you sure is updated to be working on 1.7.8.3? Also, what is your PHP version? No, the module is PrestaShop's default Product Comments module. I have not made any changes to the source files and it is updated to the latest version available (5.0.1). PHP version is 7.3.33. Link to comment Share on other sites More sharing options...
JBW Posted March 16, 2022 Share Posted March 16, 2022 15 hours ago, chirtsyg said: name="undefined" I think the issue is with the criterion itself. It should not be "undefined". Can you post the module settings? Link to comment Share on other sites More sharing options...
chirtsyg Posted March 16, 2022 Author Share Posted March 16, 2022 16 minutes ago, JBW said: I think the issue is with the criterion itself. It should not be "undefined". Can you post the module settings? I think that's it but I can't identify exactly where the problem is. When I try to post a review I get this message: Quote Your review cannot be sent Criterions not available However I do have a criterion configured and enabled for the entire catalog: Other module options are as such: Link to comment Share on other sites More sharing options...
JBW Posted March 16, 2022 Share Posted March 16, 2022 Is it maybe restricted on some products/categories? If not and if you don't have reviews you might loose, I would try to reset the module Link to comment Share on other sites More sharing options...
chirtsyg Posted March 16, 2022 Author Share Posted March 16, 2022 12 minutes ago, JBW said: Is it maybe restricted on some products/categories? If not and if you don't have reviews you might loose, I would try to reset the module I had already tried resetting the module and uninstalling/reinstalling since we don't have any reviews yet. I tried again just now but nothing happened, I still see only one star and the warning icon. The criterion is currently valid for the entire catalog. I tried restricting it to a single product but nothing changed, the issue was the same on that specific product. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now