======Documentació externa=====
* [[http://www.magentocommerce.com/wiki/upgrading_magento | Actualitzar Magento]]
* [[http://www.magentocommerce.com/knowledge-base/entry/tutorial-creating-products| Crear Productes]]
* [[http://chasesagum.com/how-to-import-products-into-magento | Importar / Exportar productes]]
* [[http://www.magentocommerce.com/boards/viewthread/4454/ | show products at the home page]]
* [[http://www.magentocommerce.com/boards/viewthread/6289/|How to make 1 website & 2 stores with 2 domains]]
* [[http://www.crucialwebhost.com/blog/how-to-setup-multiple-magento-stores/|How To Setup Multiple Magento Stores]]
* [[http://foros.mgnt.es/tutorial-configurar-iva-t220.html|Configurar el IVA]]
* [[http://www.magentocommerce.com/knowledge-base/entry/how-do-i-configure-and-use-the-reviews-and-ratings-module|How do I configure and use the Reviews & Ratings module?]] (comentaris i puntuacions dels productes)
* [[http://www.magentocommerce.com/wiki/how_to/add_fields_to_contact_form|Afegir camps al formulari contacte]]
* [[http://www.magentocommerce.com/boards/viewthread/40743/#t175257|calling parameters do not match signature error]]
* [[http://www.magentocommerce.com/boards/viewthread/77573/|Invalid mode for clean() method]]
===== Calling parameters do not match signature error =====
Comentar la línia de lib/Zend/XmlRpc/Server.php
if (!$matched)
{
#require_once 'Zend/XmlRpc/Server/Exception.php';
throw new Zend_XmlRpc_Server_Exception('Calling parameters do not match signature', 623);
}
===== Invalid mode for clean() method =====
Comentar la línia de /app/code/core/Zend/Cache/Backend/File.php
// Zend_Cache::throwException('Invalid mode for clean() method');