Results 1 to 8 of 8
  1. #1
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Help! My client accidentally sent $500 gc to ALL customers

    My client accidentally sent a $500 gift cert to ALL hundreds of customers when she forgot to use the pull-down list to select just one. I have taken the site down for maintenance, and we have sent apology emails with a $5 coupon code to everyone, but now I am stuck with 20 people that "redeemed" their gift certificates, but haven't placed orders.

    How do I get that gc $ out of their accounts???? How do I disable all 415 of the gc that were sent out so no one can redeem them? The site is DOWN until we can figure this out, and my client is losing $ because the site is down. I'm really at a loss, please help.

    Thank you,
    Kristin


  2. #2
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: Help! My client accidentally sent $500 gc to ALL customers

    Hi,

    To get your site back up quickly, you should disable the GV module in admin.

    admin->modules-order_total

    This will ensure that those who have GV's cannot redeem them

    (BTW drbyte came up with that quick fix - not me)

    As far as fixing the other stuff, this depends. Do you have access to phpMyAdmin on your host.

    Are there likely to be others that have Gv's apart from those that you sent the $500 to.

    I am looking at the DB now, for an easy way of 'nulling' those accounts

  3. #3
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: Help! My client accidentally sent $500 gc to ALL customers

    In terms of stopping those that have received the gv's from redeeming them, u will need to run this query in phpmyadmin

    Code:
    update coupons set coupon_active = 'N', coupon_amount=0 where  coupon_amount=500;
    This assumes that you do not expect anyone else to have a GV for $500, apart from those that you sent the GV too.

    This will not affect those that have already redeemed the GV.

    Amending those orders with Gv's already used, may prove to be much more of a challenge

  4. #4
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: Help! My client accidentally sent $500 gc to ALL customers

    Hi Again

    To zero the accounts of those that have already redeemed the Gift Certificate, but not used it. you will need to run this query in phpMyAdmin

    Code:
    update `coupon_gv_customer` set amount=0 where amount=500;
    Again that assumes that you do not expect to have any legitimate customers with a GV balance of $500

  5. #5
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Help! My client accidentally sent $500 gc to ALL customers

    Okay, yep the first thing I did was to uninstall the GC module in Order Total. But when I clicked on my email to redeem it after I did that, redeeming it worked!

    So, I am going to run those queries now on the db. Man, thanks for answering so fast. I'm posting the results when I'm done.

    Thanks!

    Kristin

  6. #6
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,896
    Blog Entries
    2
    Plugin Contributions
    2

    Default Re: Help! My client accidentally sent $500 gc to ALL customers

    Just to clarify as well,

    when I said

    Hi,

    To get your site back up quickly, you should disable the GV module in admin.

    admin->modules->order_total

    This will ensure that those who have GV's cannot redeem them
    It also means that those who have redeemed their GV, will not be able to use them as payment either.

  7. #7
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Help! My client accidentally sent $500 gc to ALL customers

    Okay, wow!

    I did that and it worked!

    We happened to have some legitimate GC redeemed in there with the highest amount being $300, so what I did was change one of those queries you gave me... the one that wiped out the balance if it equaled 500, I said if it is greater than 400 (because a few had multiple customer accounts with separate email addresses and had redeemed 2 and three of these totalling 1000 and 1500!) so I did this instead:

    Code:
    update `coupon_gv_customer` set amount=0 where amount>400;
    Wow! it all worked! So, now I can reinstall the GC module and turn the site back on!

    THANK YOU!!!!!!

  8. #8
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Help! My client accidentally sent $500 gc to ALL customers

    Quote Originally Posted by wilt View Post
    Just to clarify as well,

    when I said

    <quote>Hi,

    To get your site back up quickly, you should disable the GV module in admin.

    admin->modules->order_total

    This will ensure that those who have GV's cannot redeem them
    </quote>

    It also means that those who have redeemed their GV, will not be able to use them as payment either.
    that happens to be ok in this case!

 

 

Similar Threads

  1. Replies: 23
    Last Post: 9 Nov 2011, 12:16 AM
  2. Error 500 admin page dos not work after update image handler 2 client denied by serve
    By Dragon 1985 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 13 May 2010, 05:03 PM
  3. HELP! Client accidentally copied product attribute to category
    By newagekat in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 3 Jul 2009, 11:09 AM
  4. HELP HELP HELP!!! I accidentally deleted english.php
    By whiteblazer01 in forum General Questions
    Replies: 2
    Last Post: 6 Mar 2009, 01:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR