Users - ecommerce store checkout error

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

Users - ecommerce store checkout error

Hao Jiang-4
Hello

It seems that the following codes at
ofbiz/applicationsofbiz/applications/ecommerce/webapp/ecommerce/order/orderheader.ftl
will cause checkout errors.

from line 47-66

 <#if localOrderReadHelper?exists>
                  <#assign displayParty =
localOrderReadHelper.getPlacingParty()?if_exists/>
                  <#if displayParty?has_content>
                      <#assign displayPartyNameResult =
dispatcher.runSync("getPartyNameForDate",
Static["org.ofbiz.base.util.UtilMisc"].toMap("partyId",
displayParty.partyId, "compareDate", orderHeader.orderDate, "userLogin",
userLogin))/>
                  </#if>
                  <tr>
                    <td align="right" valign="top" width="15%">
                      <div
class="tabletext">&nbsp;<b>${uiLabelMap.PartyName}</b></div>
                    </td>
                    <td width="5">&nbsp;</td>
                    <td align="left" valign="top" width="80%">
                      <div class="tabletext">

${(displayPartyNameResult.fullName)?default("[Name Not Found]")}
                      </div>
                    </td>
                  </tr>
                  <tr><td colspan="7"><hr class="sepbar"/></td></tr>
                </#if>  





I commented them out then it worked properly

Hao


 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users