Hi folks,
After I placed an order, i got an email about my order. I need to modify this email info. which part of code is to send email? Thanks, Chwang |
Chwang,
Look at the following request in ecommerce controller.xml is responsible for sending the emails. You need to trace the code and then edit the template or override the screen. <request-map uri="emailorder"> <security https="true" direct-request="false"/> <event type="service" path="async" invoke="sendOrderConfirmation"/> <response name="success" type="view" value="ordercomplete"/> <response name="error" type="view" value="ordercomplete"/> </request-map> Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, Jun 24, 2010 at 11:25 AM, chaohua wang <[hidden email]> wrote: > Hi folks, > After I placed an order, i got an email about my order. > I need to modify this email info. which part of code is to send email? > Thanks, > > Chwang > |
Hi Chwang,
Also, refer the ProductStoreEmailSetting entity if you want to see the template location see the BodyScreenLocation field of this entity. Thanks, Mukesh Marathe On 6/24/2010 11:56 AM, Rishi Solanki wrote: > Chwang, > Look at the following request in ecommerce controller.xml is responsible for > sending the emails. > You need to trace the code and then edit the template or override the > screen. > > <request-map uri="emailorder"> > <security https="true" direct-request="false"/> > <event type="service" path="async" invoke="sendOrderConfirmation"/> > <response name="success" type="view" value="ordercomplete"/> > <response name="error" type="view" value="ordercomplete"/> > </request-map> > > Rishi Solanki > Manager, Enterprise Software Development > HotWax Media Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxmedia.com > > > On Thu, Jun 24, 2010 at 11:25 AM, chaohua wang<[hidden email]> wrote: > > >> Hi folks, >> After I placed an order, i got an email about my order. >> I need to modify this email info. which part of code is to send email? >> Thanks, >> >> Chwang >> >> > |
In reply to this post by edward wang
from the UI
click on catalogs tab then click on stores then select a store and click in it. then click on emails. https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductStoreEmails?productStoreId=9000 you will see like this. component://ecommerce/widget/EmailOrderScreens.xml#PaymentRetryNotice that file defines what is in the email. chaohua wang sent the following on 6/23/2010 10:55 PM: ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=52> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > Hi folks, > After I placed an order, i got an email about my order. > I need to modify this email info. which part of code is to send email? > Thanks, > > Chwang > |
Thank you very much, all!!!
On Thu, Jun 24, 2010 at 7:06 AM, BJ Freeman <[hidden email]> wrote: > from the UI > click on catalogs tab then click on stores then select a store and click in > it. > then click on emails. > > https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductStoreEmails?productStoreId=9000 > > you will see like this. > component://ecommerce/widget/EmailOrderScreens.xml#PaymentRetryNotice > that file defines what is in the email. > > chaohua wang sent the following on 6/23/2010 10:55 PM: > > > ========================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation < > http://www.businessesnetwork.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > Linkedin < > http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro > > > > > Hi folks, >> After I placed an order, i got an email about my order. >> I need to modify this email info. which part of code is to send email? >> Thanks, >> >> Chwang >> >> |
Free forum by Nabble | Edit this page |