VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: jamedia on January 14, 2012, 20:04:42 PM

Title: Reviews are not showing
Post by: jamedia on January 14, 2012, 20:04:42 PM
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
Title: Re: Reviews are not showing
Post by: spottedsparrow on January 14, 2012, 20:53:19 PM
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
Title: Re: Reviews are not showing
Post by: scotous on March 14, 2012, 19:17:15 PM
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...
Title: Re: Reviews are not showing
Post by: danss2 on March 19, 2012, 08:19:52 AM
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 :-)