Bug showing shipping
							parent
							
								
									1665f461e2
								
							
						
					
					
						commit
						f033e89ca2
					
				|  | @ -65,7 +65,7 @@ | ||||||
|                             {{#ifCond session.shippingCostApplied '===' true}} |                             {{#ifCond session.shippingCostApplied '===' true}} | ||||||
|                             <div class="text-right"> |                             <div class="text-right"> | ||||||
|                                 Shipping: |                                 Shipping: | ||||||
|                                 <strong>{{currencySymbol config.currencySymbol}}{{formatAmount config.flatShipping}}</strong> |                                 <strong>{{currencySymbol config.currencySymbol}}{{formatAmount @root.config.flatShipping}}</strong> | ||||||
|                             </div> |                             </div> | ||||||
|                             {{else}} |                             {{else}} | ||||||
|                             <div class="text-right"> |                             <div class="text-right"> | ||||||
|  |  | ||||||
|  | @ -59,7 +59,7 @@ | ||||||
|                         {{#ifCond session.shippingCostApplied '===' true}} |                         {{#ifCond session.shippingCostApplied '===' true}} | ||||||
|                         <div class="text-right"> |                         <div class="text-right"> | ||||||
|                             Shipping: |                             Shipping: | ||||||
|                             <strong>{{currencySymbol config.currencySymbol}}{{formatAmount config.flatShipping}}</strong> |                             <strong>{{currencySymbol config.currencySymbol}}{{formatAmount @root.config.flatShipping}}</strong> | ||||||
|                         </div> |                         </div> | ||||||
|                         {{else}} |                         {{else}} | ||||||
|                         <div class="text-right"> |                         <div class="text-right"> | ||||||
|  |  | ||||||
|  | @ -59,7 +59,7 @@ | ||||||
|                         {{#ifCond session.shippingCostApplied '===' true}} |                         {{#ifCond session.shippingCostApplied '===' true}} | ||||||
|                         <div class="text-right"> |                         <div class="text-right"> | ||||||
|                             Shipping: |                             Shipping: | ||||||
|                             <strong>{{currencySymbol config.currencySymbol}}{{formatAmount config.flatShipping}}</strong> |                             <strong>{{currencySymbol config.currencySymbol}}{{formatAmount @root.config.flatShipping}}</strong> | ||||||
|                         </div> |                         </div> | ||||||
|                         {{else}} |                         {{else}} | ||||||
|                         <div class="text-right"> |                         <div class="text-right"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue