cyber Posted September 16, 2018 Share Posted September 16, 2018 (edited) Salve se volete contattare il cliente nel vostro ordine direttamente dal computer su whatsapp con un click, vi mostro come fare, la versione che sto utilizzando e la 1.6.1.x per prima cosa a noi interessa modificare il file view.tpl si trova in root/prestashop/admin/themes/default/template/controllers/orders/helpers/view/view.tpl riga 709 inserire questo codice : {displayAddressDetail address=$addresses.delivery newLine='<br />'} {if $addresses.delivery->other} <hr />{$addresses.delivery->other}<br /> {/if} <p><label>{l s='whatsapp'}</label><a href="https://api.whatsapp.com/send?phone=39{$addresses.delivery->phone_mobile}" target="_blank"> {$addresses.delivery->phone_mobile}</a><br /> Edited September 16, 2018 by cyber inserito una foto (see edit history) Link to comment Share on other sites More sharing options...
cyber Posted September 16, 2018 Author Share Posted September 16, 2018 (edited) Ovviamente il phone_mobile e dedicato a chi inserisce i cellulari vediamo di analizzare come ho fatto <p><label>{l s='whatsapp'}</label><a href="https://api.whatsapp.com/send?phone=39{$addresses.delivery->phone_mobile}" target="_blank"> {$addresses.delivery->phone_mobile}</a><br /> <label>Whatsapp</label>indica il nome in grassetto della variante richiamata in php <a href="https://api.whatsapp.com/send?phone=39 e il link che ci serve per aprire il nostro contatto whatsapp {$addresses.delivery->phone_mobile} è il codice php che richiama il numero di cellulare oppure solo la stringa phone per il numero di casa ma in questo caso non ci serve. target="_blank" semplice codice html per aprire la paginetta in una nuova scheda. {$addresses.delivery->phone_mobile}</a><br /> infine questo mostra fuori da a href il numero inserito dal cliente con relativo link inserito e chiusura del link e del codice php con </a> ed </br> Edited September 16, 2018 by cyber (see edit history) Link to comment Share on other sites More sharing options...
cyber Posted September 16, 2018 Author Share Posted September 16, 2018 ps se non vi compare piu il google maps niente paura , google richiede un iscrizione developers ed inserimento di carta di credito o IBAN per i codici api di maps quindi è tutto ok :-D Link to comment Share on other sites More sharing options...
cyber Posted September 16, 2018 Author Share Posted September 16, 2018 Altra miglioria ho aggiunto anche le iconcine <p><label>{l s='Numeri WhatsApp'}</label></p> <p><img src="https://www.destinazionefoto.it" alt="Telefono"> <a href="https://api.whatsapp.com/send?phone=39{$addresses.delivery->phone}" target="_blank"> {$addresses.delivery->phone}</a><br /></p> <p><img src="https://www.destinazionefoto.it" alt="Smartphone"> <a href="https://api.whatsapp.com/send?phone=39{$addresses.delivery->phone_mobile}" target="_blank"> {$addresses.delivery->phone_mobile}</a><br /></p> Link to comment Share on other sites More sharing options...
cyber Posted September 16, 2018 Author Share Posted September 16, 2018 ho inserito anche la variante phone perchè a volte il cliente distrattamente inserisce il numero di cellulare nella voce telefono Link to comment Share on other sites More sharing options...
cyber Posted September 16, 2018 Author Share Posted September 16, 2018 nel caso vi dovessero servire ecco le iconcine penso che meglio di cosi si muore! sono 20x20px Link to comment Share on other sites More sharing options...
crix87 Posted September 17, 2018 Share Posted September 17, 2018 (edited) Ciao, scusa se vado off-topic ho visto il tuo sito, posso chiederti come hai fatto a creare un menù orizzontale come quello del tuo template? Edited September 17, 2018 by crix87 (see edit history) Link to comment Share on other sites More sharing options...
cyber Posted September 17, 2018 Author Share Posted September 17, 2018 ciao ho modificato il css se vuoi dammi il tuo sito ti faccio un video su come fare :-) Link to comment Share on other sites More sharing options...
crix87 Posted September 18, 2018 Share Posted September 18, 2018 Grazie mille!!! noemidolcicreazioni.it Link to comment Share on other sites More sharing options...
caygri Posted September 18, 2018 Share Posted September 18, 2018 io ho comprato il modulo e l'ho fatto XD 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