Commit d09f3cf8 by Francisco Salazar

precio envio en view

parent 27a16981
......@@ -181,10 +181,10 @@ setlocale(LC_MONETARY, 'en_US');
@endif
@if($shipping_price != null)
<tr>
<td>1</td>
<td>{{$distancia." km"}}</td>
<td>{{$shipping_price->name}}</td>
<td>{{money_format('%(#10n', $shipping_price->cost)}}</td>
<td>{{money_format('%(#10n', $shipping_price->cost)}}</td>
<td>{{money_format('%(#10n', $shipping_price->cost * $distancia)}}</td>
</tr>
@endif
<tfoot>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment