Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 34

Thread: Buyer/Seller Feedback System

  1. #11
    Senior Member ssmedia's Avatar
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    244
    Thanks
    16
    Thanked 4 Times in 2 Posts
    One more vote...... may even be worth splitting the cost between interested users if this was to be developed.

    Maybe CP developer Seth would be interested.....

  2. #12
    Member naweedshams's Avatar
    Join Date
    Jul 2010
    Location
    London, United Kingdom
    Posts
    81
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Something similar to the Amazon feedback system? I vote for this too, it's very helpful for future buyers know they're purchasing from trusted sellers.
    The Digg 2.0 for Wordpress www.wpdezign.com

  3. #13
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    I will see if I can get some information from the development team during our meeting next week as to whether or not they have considered doing something like this, and perhaps if we will see anything in the future.. Will update the thread when I have more info. Thanks.

  4. The Following User Says Thank You to pepsi For This Useful Post:

    naweedshams (October 22nd, 2010)

  5. #14
    Senior Member ssmedia's Avatar
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    244
    Thanks
    16
    Thanked 4 Times in 2 Posts
    Thanks pepsi! That would be an amazing feature! Look forward to their response (and looking even more forward to CP version 3.1)!!

  6. #15
    Junior Member jvtraydz's Avatar
    Join Date
    Aug 2010
    Location
    San Diego, CA
    Posts
    29
    Thanks
    2
    Thanked 6 Times in 6 Posts
    I just implemented this on my site (although it's in a basic version right now). Essentially as it stands, you can leave feedback for a user in comment form only, and there is a link to the user's feedback from each post. I'm hoping to add more abilities this weekend : positive/negative ratings, and make sure that only people who have traded (it's a barter site) with each user can leave feedback.

    You have to do a few things, but it works well.

    1. Install the plugin CMS Press and create a "feedback" custom post type. No extra taxonomies needed. Change the Permalink Structure to "%identifier%/%postname%/".
    2. Unzip the attached .zip file.
    3. Put member_fb_post.php into your /wp-content/plugins folder and activate it.
    4. Put feedback.php into your /themes/classipress/ folder.
    5. Put comments-feedback.php into your /themes/classipress/ folder.

    Unfortunately, for each user that you already have you will have to manually add a new Feedback post with the title of the user needing feedback. From there, just add a link wherever you want to the get to the feedback.

    For example, I the following code to the sidebar-ad.php to add a link:
    <li><span><?php _e('View or write feedback for:','cp');?></span>
    <a href="<?php echo get_option( 'siteurl' ). "/feedback/" . strtolower(get_the_author_meta('user_login')); ?>"><?php the_author_meta('display_name'); ?></a>
    </li>

    If i had a user already sign up with the name "example" I'd have to go add a "feedback" post with the postname "example."

    Hope this helps someone.
    If you want to check it out go to www.traydz.com/feedback/admin/.
    Attached Files Attached Files

  7. The Following User Says Thank You to jvtraydz For This Useful Post:

    nicflicks (November 8th, 2011)

  8. #16
    Senior Member ssmedia's Avatar
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    244
    Thanks
    16
    Thanked 4 Times in 2 Posts
    Hi jvtraydz,

    Thats a great start and really look forward to seeing how you develop this functionality over the weekend. Only giving users that have actually traded the ability to leave feedback is essential. As is positive / negative reviews that visitors can see at a glance. My site is the standard CP site where the users would have to arrange and enact a transaction outside of the website (no in built payment system). I wonder if that'll be a problem getting this to work on my website....

    Look forward to your development of this! Wish I could code and pitch in

  9. #17
    Veteran spymare's Avatar
    Join Date
    Aug 2010
    Location
    Denmark
    Posts
    871
    Thanks
    16
    Thanked 82 Times in 61 Posts
    this would be very usefull

  10. #18
    Community Partner scarstens's Avatar
    Join Date
    Apr 2010
    Location
    Cave Creek, AZ USA
    Posts
    912
    Thanks
    2
    Thanked 129 Times in 86 Posts
    sounds cool, i like the idea, gotta tell you its not gonna be in 3.1, there is just only so much we can cram into the release, i'll tag a ticket for this feature, but your going to need to get more people to vote in this thread, 10 people asking for a feature doesn't warrant a feature compared to 100 people who have asked for others.
    ~ Seth Carstens, Sethmatics Inc.


  11. #19
    Thread Starter
    dmyers's Avatar
    Join Date
    Oct 2010
    Location
    United States, Texas
    Posts
    103
    Thanks
    5
    Thanked 83 Times in 11 Posts
    Is there a way to put up a poll somewhere that people can see it and see if they want the feature? It would be a good way to judge the user response.

  12. #20
    Junior Member affordablereliable's Avatar
    Join Date
    Oct 2010
    Location
    United States
    Posts
    22
    Thanks
    4
    Thanked 0 Times in 0 Posts
    I strongly desire this feature.

Page 2 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Feedback System
    By bidatio1 in forum ClassiPress General Discussion
    Replies: 1
    Last Post: June 15th, 2010, 12:46 AM