[
https://issues.apache.org/jira/browse/OFBIZ-1274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530930
]
bjfreeman edited comment on OFBIZ-1274 at 9/29/07 8:45 PM:
------------------------------------------------------------
here is an xml for the demo store 9000 that can imported via webtools
<ProductStoreEmailSetting productStoreId="9000"
emailType="PRDS_CUST_REGISTER"
bodyScreenLocation="/component://securityext/widget/EmailSecurityScreens.xml#PasswordEmail"
fromAddress="[EMAIL PROTECTED]" subject="OFBiz Demo -New Password for
(${userLoginId}) from demostore"/>
you can also entery this manually into
https://localhost:8443/catalog/control/EditProductStoreEmails?productStoreId=9000
look at Retrieve Password for an example but use Registration.
Note: edited this to be like the current scheama
changed templatePath to bodyScreenLocation
was (Author: bjfreeman):
here is an xml for the demo store 9000 that can imported via webtools
<ProductStoreEmailSetting productStoreId="9000"
emailType="PRDS_CUST_REGISTER"
templatePath="/component://securityext/widget/EmailSecurityScreens.xml#PasswordEmail"
fromAddress="[EMAIL PROTECTED]" subject="OFBiz Demo -New Password for
(${userLoginId}) from demostore"/>
you can also entery this manually into
https://localhost:8443/catalog/control/EditProductStoreEmails?productStoreId=9000
look at Retrieve Password for an example but use Registration.
> does not send email password when new customer is created.
> ----------------------------------------------------------
>
> Key: OFBIZ-1274
> URL: https://issues.apache.org/jira/browse/OFBIZ-1274
> Project: OFBiz
> Issue Type: Bug
> Components: ecommerce
> Affects Versions: SVN trunk, Release Branch 4.0
> Environment: when a new customer logins before a order is created,
> and thier login is created
> Reporter: BJ Freeman
> Fix For: SVN trunk, Release Branch 4.0
>
>
> could not find a customer registration email in any of the data.xml
> with a PRDS_CUST_REGISTER type.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.