svn commit: r540984 - /ofbiz/trunk/applications/ecommerce/templates/email/ContactListVerifyEmail.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r540984 - /ofbiz/trunk/applications/ecommerce/templates/email/ContactListVerifyEmail.ftl

rayb-2
Author: rayb
Date: Wed May 23 09:05:23 2007
New Revision: 540984

URL: http://svn.apache.org/viewvc?view=rev&rev=540984
Log:
Fix for the ecommerce contact list email confirmation message so it contains the statusId to correctly confirm the opt-in.

Modified:
    ofbiz/trunk/applications/ecommerce/templates/email/ContactListVerifyEmail.ftl

Modified: ofbiz/trunk/applications/ecommerce/templates/email/ContactListVerifyEmail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/templates/email/ContactListVerifyEmail.ftl?view=diff&rev=540984&r1=540983&r2=540984
==============================================================================
--- ofbiz/trunk/applications/ecommerce/templates/email/ContactListVerifyEmail.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/templates/email/ContactListVerifyEmail.ftl Wed May 23 09:05:23 2007
@@ -35,7 +35,7 @@
 <p class="tabletext">To complete your subscription use the verify form in your <a href="${baseEcommerceSecureUrl}viewprofile">online profile</a>, or use the following link:</p>
 <#if (contactListPartyStatus.optInVerifyCode)?has_content><p class="tabletext">Your verify code is: ${contactListPartyStatus.optInVerifyCode}</p></#if>
 
-<#assign verifyUrl = baseEcommerceSecureUrl + "updateContactListParty?contactListId=" + contactListParty.contactListId + "&amp;partyId=" + contactListParty.partyId + "&amp;fromDate=" + contactListParty.fromDate/>
+<#assign verifyUrl = baseEcommerceSecureUrl + "updateContactListParty?contactListId=" + contactListParty.contactListId + "&amp;partyId=" + contactListParty.partyId + "&amp;statusId=CLPT_ACCEPTED&amp;fromDate=" + contactListParty.fromDate/>
 <#if (contactListPartyStatus.optInVerifyCode)?has_content><#assign verifyUrl = verifyUrl + "&amp;optInVerifyCode=" + contactListPartyStatus.optInVerifyCode/></#if>
 <p class="tabletext"><a href="${verifyUrl}" class="linktext">${verifyUrl}</a></p>
 </body>