Question: Payment Method Cash On Delivery

Payment Method Cash On Delivery

I'm having a problem.That is, the Cash On Delivery is displayed as # = Error..Mail Error Invalid address (bcc). I don't understand these things. Still learning

W

workkokogyi

Asked
I'm having a problem.That is, the Cash On Delivery is displayed as
# = Error..Mail Error Invalid address (bcc).
I don't understand these things. Still learning
  • MS

    Mian Saleem

    Answered
    Hello,

    I am checking this issue. Meanwhile you can remove the email from the shop warehouse or remove line no 410 - 413 from `app/controllers/shop/Shop.php`

    ```
    $warehouse = $this->site->getWarehouseByID($inv->warehouse_id);
    if ($warehouse->email) {
    $bcc[] = $warehouse->email;
    }
    ```

    Thank you
  • W

    workkokogyi

    Answered
    thank you all
  • Login to Reply