Loaded Commerce Community

Banner


Board index » Web Design and Development » Contribution Announcements

All times are UTC - 5 hours




Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Port - Review Approval System
PostPosted: Thu May 04, 2006 9:45 pm 
Offline
CRE Expert
User avatar

Joined: Fri Mar 03, 2006 1:00 am
Posts: 748
Port - Review Approval System, a few people have been asking for this one. Pehaps it can go into the D/L section (contributions). I have modified files to be accepted by V6.2 and updated instructions.


This contribution is used to preview any customer reviews in the admin area, before customers are able to see them. You then have the option to Approve, Disapprove or Delete the review.

Please Note:

Once you install this contribution, NO reviews, even exsisting ones, will show up on your site until they are approved. This is not a bug. The default state of a review is now set to "unapproved", so you'll need to approve your old reviews as well.

I have also added the email notification mod so that the store owner is notified of a review submission.


Regards,

Darren.


You do not have the required permissions to view the files attached to this post.


Last edited by pitstop on Sat Apr 12, 2008 6:19 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Thu May 04, 2006 11:35 pm 
Offline
CRE Freak
User avatar

Joined: Fri Nov 26, 2004 1:00 am
Posts: 123
Sweet Darren. Thanks for posting this one! I have many customers ask for this.

Shanna


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Fri May 05, 2006 1:12 am 
Offline
CRE Expert
User avatar

Joined: Fri Mar 03, 2006 1:00 am
Posts: 748
no problem Shanna, let me know if there are any issues.

I have also made an extra change to the admin code (not in the contrib as I wanted to keep that stock) that displays the review in the admin panel just above the appove button, just save having to go into then out of the review to approve it.

Let me know if you want that code, I'll post it.

Darren.


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Fri May 05, 2006 7:13 pm 
Offline
CRE Newbie
User avatar

Joined: Thu Jan 27, 2005 1:00 am
Posts: 7
Hi
and thanks for your work
Please provide the Download URL for this
BR


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Fri May 05, 2006 8:36 pm 
Offline
CRE Expert
User avatar

Joined: Fri Mar 03, 2006 1:00 am
Posts: 748
Hi,

D/L link? It's attached to the post, can you not see it?

regards,

Darren


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Thu Aug 24, 2006 9:53 am 
Offline
CRE Freak
User avatar

Joined: Sun Sep 04, 2005 12:00 am
Posts: 97
Location: Breda, The Netherlands
Very cool mod..thanks!!!!!

After mod, the count of reviews in product_info.php is wrong...
The review that's currently awaiting approval is counted....

Resulting in: product reviews: 1
while there is none yet...
tot fix this I changed:

$reviews_query = tep_db_query("select count(*) as count from " . TABLE_REVIEWS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "'");

to:

$reviews_query = tep_db_query("select count(*) as count from " . TABLE_REVIEWS . " where approved=1 AND products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "'");

_________________
Bas Debie's Blog: http://www.basdebie.com


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Thu Aug 24, 2006 12:18 pm 
Offline
CRE Expert
User avatar

Joined: Fri Mar 03, 2006 1:00 am
Posts: 748
Thanks, I will make the changes.

Darren


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Thu Aug 24, 2006 1:21 pm 
Offline
CRE Expert
User avatar

Joined: Wed May 03, 2006 12:00 am
Posts: 647
Darren,

Try putting this on creforge.com. Login to your account on creforge.com, click My Page and then click Register Project. We are trying to get all projects over to creforge.com

Thanks :wink:

_________________
Scott Logsdon
Software Development Manager
Chain Reaction eCommerce, Inc.


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Thu Aug 24, 2006 1:34 pm 
Offline
CRE Expert
User avatar

Joined: Fri Dec 09, 2005 1:00 am
Posts: 673
Location: Rhode Island
Darren I tried to download from the link and it came up empty when opening the zip file.

_________________
James McGettigan
http://www.magnumwebdesign.com
Looking to manage other CRE Loaded sites.


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Sat Aug 26, 2006 8:31 pm 
Offline
CRE Newbie
User avatar

Joined: Sat Aug 12, 2006 12:00 am
Posts: 9
Am I the only person who thinks it would be great if we could give incentives for people who submit reviews and we use?

Im thinking along the lines of a discount coupon or somthing if I use someone review.

Possible?


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Mon Aug 28, 2006 6:18 pm 
Offline
CRE Freak
User avatar

Joined: Fri Jan 13, 2006 1:00 am
Posts: 113
This sounds like a good contribution, however, I am using cre v6.15

What are your thoughts / comments on this? Is there anything I should know or take care of..

Thanks


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Fri Apr 06, 2007 3:21 pm 
Offline
CRE Expert
User avatar

Joined: Fri Mar 03, 2006 1:00 am
Posts: 748
templating will be different, otherwise fine.


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Fri Apr 06, 2007 3:23 pm 
Offline
CRE Expert
User avatar

Joined: Fri Mar 03, 2006 1:00 am
Posts: 748
Quote:
Am I the only person who thinks it would be great if we could give incentives for people who submit reviews and we use?

Im thinking along the lines of a discount coupon or somthing if I use someone review.

Possible?



this is possible, why not use the email function in this contrib to send a reviewers discount code. advertise the fact too.

Easy mod


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Mon May 05, 2008 11:44 am 
Offline
CRE Freak
User avatar

Joined: Wed Jul 04, 2007 12:00 am
Posts: 60
Hi Pitstop

Thanks for the great contrib...

I was just wondering - i have tried to add another review system and have totally messed up. Will adding this review help in restoring the original review system that comes with v6.2 or will I need to re-install the original before I add your contrib?

thanks for the help!


Top
 Profile  
 
 Post subject: Re: Port - Review Approval System
PostPosted: Wed May 14, 2008 8:34 pm 
Offline
CRE Expert
User avatar

Joined: Fri Mar 03, 2006 1:00 am
Posts: 748
roll back as it uses core code


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next

Board index » Web Design and Development » Contribution Announcements

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Thu May 24, 2012 5:52 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Forums Latest Activity

Top Listing

1. Cart2Cart - Shopping...
    Category: Shopping Cart Database Conversion Scripts
    
2. Points & Rewards PLUS!...
    Category: Add-Ons
    
3. Configuration Server...
    Category: Fixes
    
4. Credit Card with CCV
    Category: Payment Modules
    
5. CC7333_ATS
    Category: Templates
    
Show more...

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy