% if (ob.templateData.length) { %>
<%= option.name %> | <% if (option.type === "LOCAL_PICKUP") { %><%= ob.polyT('listingDetail.localPickup') %> | <% } else { %><%= ob.polyT('listingDetail.deliveryTime') %> | <%= ob.polyT('listingDetail.priceFirst') %> | <%= ob.polyT('listingDetail.priceSecond') %> | <% } %>||
---|---|---|---|---|---|---|
<%= service.name %> | <%= service.estimatedDelivery %> |
<% if (fShp) { %>
<%= ob.polyT('listingDetail.freeShippingBanner') %>
<% } else { %>
<%=
ob.currencyMod.formattedCurrency(
service.price,
ob.pricingCurrency,
ob.displayCurrency
)
%>
<% } %>
|
<% if (service.additionalItemPrice === 0) { %>
<%= ob.polyT('listingDetail.freeShippingBanner') %>
<% } else { %>
<%=
ob.currencyMod.formattedCurrency(
service.additionalItemPrice,
ob.pricingCurrency,
ob.displayCurrency
)
%>
<% } %>
|