Jump to content

[SOLVED] Product Comments module not working?


crunch

Recommended Posts

This is more of a post for others reference in case the same happens to them.
I have Prestashop 1.2.5 running, and tried to install the product comments module, which it reported installed ok, but when i try to make a comment on a product page and submit it - nothing happens. There were no comments to moderate in the module.

After digging around for a while I discovered that the header hook had not registered in the database during module installation. I have no idea how that could happen, because the code looks correct to me. So all I did was to add a new row in the table 'ps_hook_module' table:
id_module = look it up in ps_module table
id_hook = 9 (for header)
position = 1

And wahay, my product comments are now working.

I didn't see any explanation anywhere, but you must go to the module configuration to approve/reject comments if you have validation turned on. Aslo you cant delete comments once approved without directly going to the database.

Link to comment
Share on other sites

  • 8 months later...
  • 4 months later...
  • 3 months later...

I have a different problem, comments work fine for registered users. They don't work at all for guests. All the settings are configured accordingly. I can't even get the php code to spit out errors when a guest submits a comment....so I have no idea what is going on.

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...