Resend Gift Certificate / Generate and Send


  • Default avatar
    mhogan    
     13 years ago
    0

    awoCoupon Pro

    1. Is there a way to resend a gift certificate?

    2. Is there a way to generate a gift certificate and send it to someone without them purchasing it? Our user wants to send out gift certificates to their site for major customers.
  • Your avatar
    seyi    
     13 years ago
    0

    Hi,

    1) If the gift certificate was not sent, then you can manually try to force it by moving the order status to 'pending' and then to 'confirmed'. If it was already sent, or there is errors when trying to send, this will not work.

    2) No, there is no way to generate the gift certificate email. Righ now you can manually create a gift certificate by adding it as a new coupon entry and then emailing the code you created to the customer.
  • Default avatar
    mhogan    
     13 years ago
    0

    I solved the resend by breaking the ps_awo_giftcert.php into two modules. One was just as the original except the send mail was removed. The second does just the e-mail and does not generate a new code. I call both from ps_order.php. If the code has already been created and sent the first time, a new code is not generated. The second always sends if the status is set to confirmed.


    Thanks.