Magento: Impostare la spedizione con Poste Italiane
Oggi affronteremo un problema molto comune per chi affida le proprie spedizioni alle Poste Italiane.
Prima di tutto ci serve un estensione chiamata MatrixRates.
Potete scaricarla dal sito dello sviluppatore oppure potete direttamente incollare sul vostro Magento Connect la sua extension key:
http://connect20.magentocommerce.com/community/Auctionmaid_Matrxrate
Una volta installato il modulo vai nel backend di Magento in System -> Configuration e scegli la scheda Sales e infine la voce Shipping Method.
Tra le varie schede al centro scegli quella chiamata ActionMaid Matrix Rates e da qua puoi finalmente configurare le opzioni della spedizione.
Per settare invece i vari metodi ecco una tabella csv di esempio: tablerates-antoniocarboni.csv
Puoi modificarla con notepad++(PC), Sublime Text 2(Mac) oppure più semplicemente con il software scalc incluso nella suite OpenOffice. Modifica il file secondo le tue esigenze dopodichè importalo tramite l’apposito form nella scheda ActionMaid Matrix Rates.
Ciao, ho fatto tutto ma l’ultima parte non mi è chiara. Da dove posso importare il csv?
Grazie ancora.
Devi impostare un website nel campo di applicazione per vedere il form 😛
Nel caso in cui si usa la versione magento 1.8.1 e avete problemi uste questa fix:
But because there is another Matrixrate.php folder under the Source folder i replaced that file the same way.
Conclusion:
Step 1:
Delete the following folder:
– app/code/community/Webshopapps/Matrixrate/Model/Adminhtml/System/Config/Source/Shipping/Matrixrate.php
and replace it with the following file:
– https://raw.github.com/mswebdesign/Webshopapps_Matrixrate/master/app/code/community/Webshopapps/Matrixrate/Model/Adminhtml/System/Config/Source/Shipping/Matrixrate.php
Step 2:
Delete the following folder:
– app/code/community/Webshopapps/Matrixrate/Model/Adminhtml/System/Config/Backend/Shipping/Matrixrate.php
and replace it with the following file:
– https://raw.github.com/mswebdesign/Webshopapps_Matrixrate/master/app/code/community/Webshopapps/Matrixrate/Model/Adminhtml/System/Config/Backend/Shipping/Matrixrate.php
Ciao Antonio,
ho provato a modificare un solo costo di spedizione dal csv delle spedizioni esportandolo da Magento e, provando ad importarlo dopo la modifica, ho ricevuto il seguente messaggio di errore:
Si è verificato un errore durante il salvataggio di questa configurazione: Duplicate Row #8 (Country “*”, Region/State “*”, City “”, Zip From “”, Zip To “”, Delivery Type “Standard”, Value From “15001” and Value To “20000”) Duplicate Row #9 (Country “*”, Region/State “*”, City “”, Zip From “”, Zip To “”, Delivery Type “Standard”, Value From “5001” and Value To “10000”) Duplicate Row #11 (Country “*”, Region/State “*”, City “”, Zip From “”, Zip To “”, Delivery Type “Standard”, Value From “60001” and Value To “70000”) Duplicate Row #12 (Country “*”, Region/State “*”, City “”, Zip From “”, Zip To “”, Delivery Type “Standard”, Value From “40001” and Value To “50000”) Duplicate Row #13 (Country “*”, Region/State “*”, City “”, Zip From “”, Zip To “”, Delivery Type “Standard”, Value From “20001” and Value To “30000”) Duplicate Row #14 (Country “*”, Region/State “*”, City “”, Zip From “”, Zip To “”, Delivery Type “Standard”, Value From “10001” and Value To “15000”) Duplicate Row #15 (Country “*”, Region/State “*”, City “”, Zip From “”, Zip To “”, Delivery Type “Standard”, Value From “50001” and Value To “60000”) Duplicate Row #17 (Country “*”, Region/State “*”, City “”, Zip From “”, Zip To “”, Delivery Type “Standard”, Value From “30001” and Value To “40000”) Duplicate Row #18 (Country “*”, Region/State “*”, City “”, Zip From “”, Zip To “”, Delivery Type “Standard”, Value From “0” and Value To “5000”)
Sapresti dirmi cortesemente a cosa può essere dovuto?
Grazie mille in anticipo!
Ciao
come è scritto nell’errore, sono presenti righe duplicate all’interno del file di importazione.