If you make a clean 8.1, set up modules and theme. Migrating data ( orders, customers, products, images etc ) you can use module, service either try with manual data base work.
Updating 1.6 to either 1.7 / 8.1 using 1-click isnt best idea. Better use clean 8.1.
Gracias por tu respuesta
Gracias a ella caí en cambiar que en los rangos de cada transportista, en lugar de ponerlos por peso (ya lo tenemos separados por zonas) ponerlos por precioy desactivar la opción de envío gratis en las opciones generales. Poner transporte a 0 a partir de una cantidad, con lo que ya he podido arreglar el entuerto que tenía.
Muchísimas gracias por tu ayuda, me ha servido mucho.
Hi
you could edit the file install/data/db_structure.sql and replace every occurance of
DEFAULT CHARSET=utf8mb4 COLLATION
with
DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
then klick the restart button and the install works..
but not sure if this has any long term impact on the shop
Ok, I coded a little tool to figure out whether a site's running Prestashop, and if so, which version :
http://runprestashop.com/
It works by comparing some publicly accessible resource files (CSS, JS) to the ones from the different versions of Prestashop.
Feedback most welcome