Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 8 of 8

Thread: Product Reviews and Ratings

  1. #1
    doru is offline Senior Member
    Join Date
    Jan 2008
    Posts
    158

    Default Product Reviews and Ratings

    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

  2. #2
    Mike The Last Boyscout is offline User
    Join Date
    Nov 2008
    Posts
    254

    Default

    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.

  3. #3
    doru is offline Senior Member
    Join Date
    Jan 2008
    Posts
    158

    Default

    Excellent

    Thanks!

    Doru

  4. #4
    zak.teaminm is offline Junior Member
    Join Date
    Aug 2009
    Posts
    3

    Cool How to Edit Product Ratings Formatting in ASPDNSF

    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


  5. #5
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Most of that's in the Ratings.cs class, you'll have to have the source to modify that.

  6. #6
    Upscale_Automotive is offline Senior Member
    Join Date
    Apr 2008
    Posts
    201

    Default

    Is there no way to modify the look of the product reviews section without source code?!?

  7. #7
    John Morrison is offline Junior Member
    Join Date
    Sep 2008
    Posts
    20

    Default

    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.

  8. #8
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    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.