m_passe Posted December 2, 2013 Share Posted December 2, 2013 Salve, è scomparso il link alle fatture degli ordini dal pannello FO dei clienti (account/storico ordini). Anche gli ordini completati e pagati mostrano sempre il segno — sotto la colonna 'fattura' rendendo impossibile scaricare per il cliente la fattura in pdf ho aperto il file history.tpl del mio tema, e verificato che non ci sono problemi, il condizionale per mostrare il link alla fattura è lo stesso del file del file corrispondente del template di default prestashop. sto utilizzando PS 1.49, questa è la parte del codice in history.tpl (inizio a riga 33 per me) {if (isset($order.invoice) && $order.invoice && isset($order.invoice_number) && $order.invoice_number) && isset($invoiceAllowed) && $invoiceAllowed == true} <a href="{$link->getPageLink('pdf-invoice.php', true)}?id_order={$order.id_order|intval}" title="{l s='Invoice'}"><img src="{$img_dir}icon/pdf.png" alt="{l s='Invoice'}" class="icon" /></a> <a href="{$link->getPageLink('pdf-invoice.php', true)}?id_order={$order.id_order|intval}" title="{l s='Invoice'}">{l s='PDF'}</a> {else}—´{/if} non capisco come mai improvvisamente si sia verificato questo errore, qualcuno ha delle soluzioni? posso alterare le condizioni {if...}? al limite sarebbe meglio un link fattura sempre presente, anche se 'rotto' nel caso di non presenza di fattura grazie Link to comment Share on other sites More sharing options...
tuk66 Posted December 3, 2013 Share Posted December 3, 2013 Sono fatture abilitati ai sensi: Are invoices enabled under: Back Office > Orders > Invoices > Invoice options ? Link to comment Share on other sites More sharing options...
m_passe Posted December 3, 2013 Author Share Posted December 3, 2013 (edited) yes.. they are enabled from BO, but maybe i could check the ps_configure table directly in DB , maybe there is a problem between BO settings and DB update... si sono abilitate dal BO ma forse potrei andare direttamente nel DB e cofigurare l'opzione in ps_configuration (non mi ricordo esattamente il nome), forse c'è un problema tra i settaggi BO e l'aggiornamento del DB Edited December 3, 2013 by m_passe (see edit history) 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