You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "HotWax Media OFBiz Team (JIRA)" <ji...@apache.org> on 2014/08/16 16:05:18 UTC

[jira] [Updated] (OFBIZ-5690) Order confirmation and order order complete email notification issue from backend

     [ https://issues.apache.org/jira/browse/OFBIZ-5690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

HotWax Media OFBiz Team updated OFBIZ-5690:
-------------------------------------------

    Attachment: OFBIZ-5690.patch

Test Case 1:
# Place order from front end.
# Complete the order.

Expected Result: Order Confirmation and Order Completed email should be triggered.

Test Case 2:
# Place order from back end.
# Complete the order.

Expected Result: Order Confirmation and Order Completed email should be triggered.

> Order confirmation and order order complete email notification issue from backend
> ---------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5690
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5690
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Trunk
>            Reporter: Mohd Viqar
>         Attachments: OFBIZ-5690.patch
>
>
> Order Confirmation email notification and order complete notification is not sent When an order is created from  backend i.e ordermgr app.
> Steps to reproduce :
> 1.Enable email notification in general.properties.
> 2. set mail redirect property to your preferred email id
> 1. Create a sales order from ordermgr component with demo customer as party 
> Expected result :
> Should get a order confirmation mail
> On checking log got this error
> Service Failure [sendOrderConfirmation]: No website attached to order; cannot generate notification WSCO10100
> On checking the code I noticed that shopping cart website id is set from webapp's website id of web.xml. But when we create order from backend there is no websiteId parameter in web.xml for ordermgr app. In case of order from backend It should pick websiteId from the selected product store.
> P.S : Email notification works when an order is placed from ecommerce component 



--
This message was sent by Atlassian JIRA
(v6.2#6252)