makaraci Posted July 8, 2009 Share Posted July 8, 2009 please look at the picture . how can i delete invoice section ?Fatura=invoice in turkish language Link to comment Share on other sites More sharing options...
bito08 Posted July 10, 2009 Share Posted July 10, 2009 Hi, you need to edit two TPL files1) go to: themes/YOUR_THEME/history.tpl find: {l s='Invoice'} and coment this code with <!-- --> like: <!--{l s='Invoice'}--> Find code: {if ($order.invoice or $order.invoice_number) AND $invoiceAllowed}{l s='PDF'} {else}-{/if} and do the same (<!-- -->)2) In order details - in the bottom of the order history you can find a link to pdf invoice - to remove it:Go to themes/YOUR_THEME/order-detail.tpl find: {if $invoice AND $invoiceAllowed} id|intval}">{l s='Download your invoice as a .PDF file'} and do the same as above (<!-- -->) Link to comment Share on other sites More sharing options...
makaraci Posted July 13, 2009 Author Share Posted July 13, 2009 Hello bro. i am glad you.Cheers. Link to comment Share on other sites More sharing options...
Recommended Posts