Why can't members comment/review on Products?

Do they need to buy the product to be able to give a review for the product? How about some products that are free? Or what? Cause my members can't seem to be able to comment/review on products. Only admins can do that as far as i've been testing.

Quote · 7 Jul 2012

anyone?

Quote · 7 Jul 2012

I don't have the store installed, but check your membership permissions.

Quote · 7 Jul 2012

I did checked the memebership permissions. But nothing.

Quote · 7 Jul 2012

They can't even vote on the item. Only admin seems to be able to do that. 

Quote · 7 Jul 2012

 

They can't even vote on the item. Only admin seems to be able to do that. 

 guys, are you speaking of your own sites or here

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 7 Jul 2012

my own site. Not here. I want my members to be able to review on products. I think it works like Boonex that only memebers who purchased an item can review the item but what about if the item was Free? THe comment form doesn't appear on the item page. Only admin can comment or vote on the item. Not hte members

Quote · 7 Jul 2012

Have you gone through the process of buying a product yet?? If so, what happened?

Quote · 7 Jul 2012

No i havn't and plus, most of hte products are free so the comment/review form should appear. I taught something was wrong in my site. but i checked the demo on Boonex and its the same crap -_-

Quote · 7 Jul 2012

This is a bug in the store module, see fix below which I applied to my Premium Store module :

 

In modules\boonex\store\classes\BxStoreModule.php

Find (two occurences) :

       return $this->isAdmin() || $this->isCustomer ($aDataEntry);    

Replace :   

     return ($aDataEntry['price_range']=='Free') || $this->isAdmin() || $this->isCustomer ($aDataEntry);


Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 7 Jul 2012

Thanks ^_^ . If i get a discount for your mod. I'll probably buy it. I need something like that. In the near future when phase 1 of my website is completed. I shall look for you mod.

Quote · 7 Jul 2012

i have same problem, so just replacing the command as mentioned below will resolve problem?

Everyday is a new beginning.
Quote · 24 Oct 2012

i had the code replaced, but still no luck at all, is there a specific action that i need to check off? Is that code replacement the answer? Please help?

Everyday is a new beginning.
Quote · 24 Oct 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.