News:

Looking for documentation? Take a look on our wiki

Main Menu

Reviews are not showing

Started by jamedia, January 14, 2012, 20:04:42 PM

Previous topic - Next topic

jamedia

Hi,

For some reason none of the products reviews are showing, the rates are showing but not the reviews, even though I have it auto published and show to everybody selected in the back end.

Does anyone knows what could be causing this?

Thank You

spottedsparrow

Same issue here.

Show Review = Show to Everybody
Enable Review System for = To Registered users
Show Rating = To Everybody
Enable Rating System for = Registered
Auto-Publish Reviews? = Yes

Joomla 1.7.3 + VM 2
The Spotted Sparrow
eco-friendly, vintage inspired paper goods

scotous

hi guys,
i had the same problem on vm 2.0.2 jla 2.5.2

this happens because for some reason the published no matter the config turns to 0 instead of the default 1.
if you add manually to the

components/com_virtuemart/views/productdetails/tmpl/default_reviews.php

after the line : "<input type="hidden" name="task" value="review" />"
just add also this and it will be automatically published
"<input type="hidden" name="published" value="1" />"

i ll try to find an integration with the config of Auto-Publish Reviews? = Yes..

cheers...

danss2

Quote from: scotous on March 14, 2012, 19:17:15 PM
components/com_virtuemart/views/productdetails/tmpl/default_reviews.php

after the line : "<input type="hidden" name="task" value="review" />"
just add also this and it will be automatically published
"<input type="hidden" name="published" value="1" />"
Thank you, man! That was easy enough :-)