valefu Posted November 24, 2013 Share Posted November 24, 2013 Hi all, how can I insert base price in invoice ? How can I insert shippping cost before tax calculation ? I'm going fool ! Help ! Link to comment Share on other sites More sharing options...
valefu Posted November 26, 2013 Author Share Posted November 26, 2013 No answers ? Link to comment Share on other sites More sharing options...
HARI DUDDELA Posted August 22, 2015 Share Posted August 22, 2015 Hi all, how can I insert base price in invoice ? How can I insert shippping cost before tax calculation ? I'm going fool ! Link to comment Share on other sites More sharing options...
tuk66 Posted September 7, 2015 Share Posted September 7, 2015 Edit /pdf/invoice.tpl and move this block above the previous: {if $order_invoice->total_shipping_tax_incl > 0} <tr style="line-height:5px;"> <td style="text-align: right; font-weight: bold">{l s='Shipping Cost' pdf='true'}</td> <td style="width: 17%; text-align: right;"> {if $tax_excluded_display} {displayPrice currency=$order->id_currency price=$order_invoice->total_shipping_tax_excl} {else} {displayPrice currency=$order->id_currency price=$order_invoice->total_shipping_tax_incl} {/if} </td> </tr> {/if} Link to comment Share on other sites More sharing options...
HARI DUDDELA Posted September 8, 2015 Share Posted September 8, 2015 Insert base price on invoice Link to comment Share on other sites More sharing options...
Recommended Posts