Gift Certificate configuration, no email with invoice to customer


  • Default avatar
    edvard    
     4 years ago
    0

    Hello,

    When I choose a value in "Order status to set after sending automatic email" to any of the options available that are generating invoice, status is changed, invoice is generated and admin is receiving email with the invoice but the customer doesn't.

    What could be a problem?

    J3.9.15 / VM 3.6.10  10211 / AC 3.5.8.0

  • Your avatar
    seyi    
     4 years ago
    +1

    Hello,

    The customer notification email is disabled for this function.  If you really want to enable it you can update the code:

    in the file www/administrator/components/com_awocoupon/helper/estore/virtuemart/class-awocoupon-helper-estore-virtuemart-giftcert.php, around line 373 is this:
    <?php
            $order
    ['customer_notified'] = 0;
    ?>

    Update it to this
    <?php
            $order
    ['customer_notified'] = 1;
    ?>

  • Default avatar
    edvard    
     4 years ago
    0

    excellent support as usual, it works, thanks!!!!


    please think about adding this option to configuration so the updates do not overwrite this