Jump to content

Still no reviews/ratings?


Recommended Posts

PS doesn't have product reviews/ratings out of the box? This makes it the only major ecommerce software without this feature.

 

I don't think this is what the marketers meant when they said "differentiate your product"

Link to comment
Share on other sites

Hi,

 

I agree with you, an option to make a criteria "text or stars" - or something like that - is missing in productcomments module

 

We have a roadmap so I don't think we will make this in the 1.5 release . You can propose that new feature in the forge or make yourself the modification of that native module, and then send it to us :) . (If you choose the 2nd solution, I thanks you in advance and don't hesitate to ask me help here or by pm ).

 

One 3rd solution : In fact a module probably already exists in http://addons.prestashop.com , you can take a look there.

Link to comment
Share on other sites

Hi Michaël,

that thing you said about modifying the native module then send it to you is very interesting.

 

Is there actually an option, third party modules to be send to you, and then shipped with the prestashop installation?

(if there is, where we can suggest/send modules? )

 

It seems like a great idea to have third party modules, that are chosen and revised by presta team. This guarantees 100% compatibility and no issues, and of cource will expand the prestashop out-of-the box capabilities.

 

I'm sure that many developers will contribute with quality modules, if there is an option their module to end up in the prestashop default installation. Not to mention the hundreds already developed modules for prestashop which can be integrated.

( I can see the button in the installation that now says "install sample products plus 100+ free modules" to be 200+ or even 300+ free modules :P)

Link to comment
Share on other sites

an option to make a criteria "text or stars"

What I am after is text AND stars. If someone wants to review a product, they must rate (stars) it, while writing a review (text) is an additional option, but not required.

 

 

We have a roadmap so I don't think we will make this in the 1.5 release

Understood! I'll be happy if we can get it in 1.5.1 (January?) :)

 

 

You can propose that new feature in the forge

 

http://forge.prestashop.com/browse/PSFV-104

 

 

make yourself the modification of that native module, and then send it to us

I do have some time at the moment (as you may have noted from my numerous forum posts and forge tickets), but unfortunately I am not PHP literate...the best I can do is copy-paste stuff, discover items in codes and logically modify them, etc. While I was with Opencart, I did contribute

http://www.opencart.com/index.php?route=extension/extension&filter_username=sooskriszta

and I'd like to contribute here as well, but it's unlikely to be in the form of code :unsure:

Link to comment
Share on other sites

Michaël,

 

I see that you have downgraded this from Major(3) to Minor(4) in forge.

http://forge.prestashop.com/browse/PSFV-104

 

I can live with that given that you have an understanding of the priorities and roadmap, etc that I am not privy to. However, what really hurts is that even as you downgraded the ticket, you did not assign it to anyone...

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

I find this very interesting. There is a reviews, but no ratings by the looks of things. However, I've just opened up the global.css from the new Prestashop theme and there's this:

 

.star {
float: left;
width: 17px;
height: 15px;
overflow: hidden;
text-indent: -999em;
cursor: pointer
}
.star, .star a { background: url(../../../modules/productcomments/img/star.gif) no-repeat 0 0 }
div.star_on a { background-position: 0 -16px }
div.star_hover a, div.star a:hover { background-position: 0 -32px }

 

in the comments section. So I guess it's planned right?

Link to comment
Share on other sites

×
×
  • Create New...