Hi
I am using AspDotNetStorefront ML 8.0.1.2/8.0.1.2.
I want to know if ASPDNSF can manage Product Reviews and Ratings.
Any help would be greatly appreciated!
Doru
Hi
I am using AspDotNetStorefront ML 8.0.1.2/8.0.1.2.
I want to know if ASPDNSF can manage Product Reviews and Ratings.
Any help would be greatly appreciated!
Doru
The AppConfig RatingsEnabled will allow you to display the ratings and reviews on customer-facing product pages. From there, you can manage those via the Configuration>Polls and Reviews menu in the admin.
Excellent
Thanks!
Doru
Hi,
I'm working on a project right now that requires me to reformat the product ratings section and I can't seem to find the code for it.
If you could point me to the right file I very much appreciate it!
Thanks!
Zak
Most of that's in the Ratings.cs class, you'll have to have the source to modify that.
Is there no way to modify the look of the product reviews section without source code?!?
Well you can add a query to your xml.config to aggregate the data for you and just use xslt to write out the display. You just want to be careful where you do this as it can slow down your site. Subsequently we have an information retrieval system that can do this and so much more lightning fast.
There's a lot of customization you can do to that section without the source, if you've got a dev to play around a bit. Check out this thread.