phrancis Posted September 2, 2015 Share Posted September 2, 2015 Hi all... Please I need an urgent assistance. I can seem to be able to get the phone number(s) to show on the Invoice slip and they show on the delivery slip. P.S version is 1.6.1.1 Invoice slip addresses tab <table id="addresses-tab" cellspacing="0" cellpadding="0"> <tr> <td width="33%"><span class="bold"> </span><br/><br/> {if isset($order_invoice)}{$order_invoice->shop_address}{/if} </td> <td width="33%">{if $delivery_address}<span class="bold">{l s='Delivery Address' pdf='true'}</span><br/><br/> {$delivery_address} {/if} </td> <td width="33%"><span class="bold">{l s='Billing Address' pdf='true'}</span><br/><br/> {$invoice_address} </td> </tr> </table> Delivery slip addresses tab <table id="addresses-tab" cellspacing="0" cellpadding="0"> <tr> <td width="33%"><span class="bold"> </span><br/><br/> {$order_invoice->shop_address} </td> {if !empty($invoice_address)} <td width="33%">{if $delivery_address}<span class="bold">{l s='Delivery Address' pdf='true'}</span><br/><br/> {$delivery_address} {/if} </td> <td width="33%"><span class="bold">{l s='Billing Address' pdf='true'}</span><br/><br/> {$invoice_address} </td> {else} <td width="66%">{if $delivery_address}<span class="bold">{l s='Billing & Delivery Address' pdf='true'}</span><br/><br/> {$delivery_address} {/if} </td> {/if} </tr> </table> Please what do I do to rectify this?Thanks Link to comment Share on other sites More sharing options...
tuk66 Posted September 3, 2015 Share Posted September 3, 2015 Try this: https://www.prestashop.com/forums/topic/465404-bug-affichage-t%C3%A9l%C3%A9phone-dans-facture-pdf-sur-ps-1611/?do=findComment&comment=2130311 Link to comment Share on other sites More sharing options...
phrancis Posted September 3, 2015 Author Share Posted September 3, 2015 Try this: https://www.prestashop.com/forums/topic/465404-bug-affichage-t%C3%A9l%C3%A9phone-dans-facture-pdf-sur-ps-1611/?do=findComment&comment=2130311 Thanks I'll try it out and let you know if it works. Link to comment Share on other sites More sharing options...
phrancis Posted September 3, 2015 Author Share Posted September 3, 2015 Try this: https://www.prestashop.com/forums/topic/465404-bug-affichage-t%C3%A9l%C3%A9phone-dans-facture-pdf-sur-ps-1611/?do=findComment&comment=2130311 Hi... Please the description isn't clear. I don't understand what was said and it's in French. Had to convert and maybe I'm missing something during the conversion. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now