Get the order adjustment name thru locale

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

Get the order adjustment name thru locale

                                          <#if maySelectItems?default("N") == "Y"></#if>
                      </#list>

If the order adjustment is a promotion, it always write 'promotion' even if the languaje of the browser or the selected locale in java is another languaje diferent from english.

Sorry for my bad english and thank you very much.
h3ct0r
Hi, i would like to know if there a way to show the adjustment type from an order in several languajes. For example in /specialpurpose/ecommerce/webapp/ecommerce/order/dorderitems.ftl :

          <#list headerAdjustmentsToShow as orderHeaderAdjustment>
           
<div class="tabletext">${localOrderReadHelper.getAdjustmentType(orderHeaderAdjustment)}</div><div class="tabletext"><@ofbizCurrency amount=localOrderReadHelper.getOrderAdjustmentTotal(orderHeaderAdjustment) isoCode=currencyUomId/></div> 
Reply | Threaded
Open this post in threaded view
|

Re: Get the order adjustment name thru locale

h3ct0r
BUMP