W
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
# = Error..Mail Error Invalid address (bcc).
I don't understand these things. Still learning
- MSAnsweredHello,
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 - WAnsweredthank you all
- Login to Reply