Ir al contenido principal
Todas las coleccionesPrestaShopPrestaShop
Error (1/1) LocalizationException Price specification not found for currency
Error (1/1) LocalizationException Price specification not found for currency
Actualizado hace más de 3 meses

Si al activar el DEBUG en PrestaShop vemos este error:

(1/1) LocalizationException Price specification not found for currency: ""

Revisar el archivo /config/defines.inc.php

Que no tenga activado el DEBUG_PROFILING:

if (!defined('PS_DEBUG_PROFILING ')) {
define('PS_DEBUG_PROFILING ', true);

Lo cambiaremos por:

if (!defined('PS_DEBUG_PROFILING ')) {
define('PS_DEBUG_PROFILING ', false);
¿Ha quedado contestada tu pregunta?