Login  Register

Users - Newbie q. on FTL

Posted by Charles Johnson-2 on Dec 10, 2005; 8:58am
URL: http://ofbiz.116.s1.nabble.com/Users-Newbie-q-on-FTL-tp136694.html

At the beginning of
\ofbiz\applications\product\webapp\catalog\store\EditProductStorePaySetup.ftl,
there is the following code.
I'm wondering where 'paymentSettings' is coming from? I assume something
like from the context, having been put there. But how and where?

    <#list paymentSettings as setting>
      <#assign payMeth = setting.getRelatedOne("PaymentMethodType")>
      <#assign enum = setting.getRelatedOne("Enumeration")>      
      <tr>                  
        <td><div
class="tabletext">${payMeth.get("description",locale)}</div></td>
        <td><div
class="tabletext">${enum.get("description",locale)}</div></td>

CJ

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