Jump to content

(SOLUCIONADO) error en multitienda Undefined index: iso_code


ACILEGNA

Recommended Posts

tengo el siguiente error en mi pagina multitienda la principal funciona bien y la segunda no. Este error surgio despues de actualizar prestashop de 1.7.3 a 1.7.6

Alguien que pueda ayudarme

 

(1/1) ContextErrorException

Notice: Undefined index: iso_code

in Tools.php line 774

at ToolsCore::displayPrice(0.0, array())in PriceFormatter.php line 55

at PriceFormatter->format(0.0)in CartPresenter.php line 336

at CartPresenter->present(object(Cart))in FrontController.php line 490

at FrontControllerCore->assignGeneralPurposeVariables()in FrontController.php line 548

at FrontControllerCore->initContent()in IndexController.php line 37

at IndexControllerCore->initContent()in Controller.php line 292

at ControllerCore->run()in Dispatcher.php line 515

at DispatcherCore->dispatch()in index.php line 28

Edited by ACILEGNA (see edit history)
Link to comment
Share on other sites

Para quien tenga multitienda y actualice prestashop a 1.7.6   esta es la solución

inserte un registro a la tabla currency_shop con su respectivo identificador de su nueva tienda  id_shop  e  id de  moneda  id_currency ; por ultimo no olvide borrar la cache

image.png.23ca2d2798fcf76f892da209e46360cb.png

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

  • 5 months later...

(1/1) ContextErrorException

Notice: Undefined index: iso_code

in Tools.php line 774

at ToolsCore::displayPrice(0.0, array())in PriceFormatter.php line 55

at PriceFormatter->format(0.0)in CartPresenter.php line 336

at CartPresenter->present(object(Cart))in FrontController.php line 490

at FrontControllerCore->assignGeneralPurposeVariables()in FrontController.php line 548

at FrontControllerCore->initContent()in IndexController.php line 37

at IndexControllerCore->initContent()in Controller.php line 292

at ControllerCore->run()in Dispatcher.php line 515

at DispatcherCore->dispatch()in index.php line 28

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...