@@ -188,7 +188,8 @@ <h4><%= polyglot.t('CanBeShippedTo') %></h4>
188188 < % if(ob.vendor_offer.listing.shipping.shipping_regions.length || ob.vendor_offer.listing.policy.returns || ob.vendor_offer.listing.policy.terms_conditions) { %>
189189 < div class ="flexCol-6 ">
190190 < div class ="rowItem fontSize16 padding30 lineHeight24 fontWeight400 ">
191- < h3 > < %= polyglot.t('Domestic') %> < %= ob.displayShippingOrigin || ob.userCountry %> </ h3 >
191+ < h3 > < %= polyglot.t('ShipsFrom2', {country: ob.displayShippingOrigin || ob.userCountry}) %> </ h3 >
192+ < h3 > < %= polyglot.t('Local') %> </ h3 >
192193 < div >
193194 < % if(ob.userCurrencyCode != "BTC"){ %>
194195 < %= polyglot.t('Shipping2') %> < %= ob.displayDomesticShipping %> (< %= Number(ob.domesticShippingBTC.toFixed(8)) %> BTC)
@@ -197,25 +198,27 @@ <h3><%= polyglot.t('Domestic') %> <%= ob.displayShippingOrigin || ob.userCountry
197198 < % } %>
198199 </ div >
199200 < p > < %= polyglot.t('transactions.EstimatedDelivery') %> < %= ob.vendor_offer.listing.shipping.est_delivery.domestic %> </ p >
200- < hr />
201- < h3 > < %= polyglot.t('International') %> </ h3 >
202- < div >
203- < % if(ob.userCurrencyCode != "BTC"){ %>
204- < %= polyglot.t('Shipping2') %> < %= ob.displayInternationalShipping %> (< %= Number(ob.internationalShippingBTC.toFixed(8)) %> BTC)
205- < % } else { %>
206- < %= polyglot.t('Shipping2') %> < %= Number(ob.internationalShippingBTC.toFixed(8)) %> BTC
201+ < % if(ob.internationalShippingBTC){ %>
202+ < hr />
203+ < h3 > < %= polyglot.t('International') %> </ h3 >
204+ < div >
205+ < % if(ob.userCurrencyCode != "BTC"){ %>
206+ < %= polyglot.t('Shipping2') %> < %= ob.displayInternationalShipping %> (< %= Number(ob.internationalShippingBTC.toFixed(8)) %> BTC)
207+ < % } else { %>
208+ < %= polyglot.t('Shipping2') %> < %= Number(ob.internationalShippingBTC.toFixed(8)) %> BTC
209+ < % } %>
210+ </ div >
211+ < p > < %= polyglot.t('transactions.EstimatedDelivery') %> < %= ob.vendor_offer.listing.shipping.est_delivery.international %> </ p >
207212 < % } %>
208- </ div >
209- < p > < %= polyglot.t('transactions.EstimatedDelivery') %> < %= ob.vendor_offer.listing.shipping.est_delivery.international %> </ p >
210213 < hr />
211- < % if(ob.vendor_offer.listing.policy.returns) { %>
212- < h3 > < %= polyglot.t('ReturnsPolicy') %> </ h3 >
213- < p > < %= ob.vendor_offer.listing.policy.returns %> </ p >
214- < % } %>
215- < % if(ob.vendor_offer.listing.policy.terms_conditions) { %>
216- < h3 > < %= polyglot.t('TermsAndConditions') %> </ h3 >
217- < p > < %= ob.vendor_offer.listing.policy.terms_conditions %> </ p >
218- < % } %>
214+ < % if(ob.vendor_offer.listing.policy.returns) { %>
215+ < h3 > < %= polyglot.t('ReturnsPolicy') %> </ h3 >
216+ < p > < %= ob.vendor_offer.listing.policy.returns %> </ p >
217+ < % } %>
218+ < % if(ob.vendor_offer.listing.policy.terms_conditions) { %>
219+ < h3 > < %= polyglot.t('TermsAndConditions') %> </ h3 >
220+ < p > < %= ob.vendor_offer.listing.policy.terms_conditions %> </ p >
221+ < % } %>
219222 </ div >
220223 </ div >
221224 < div class ="flexCol-6 ">
0 commit comments