Jump to content
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Location
    BARCELONA
  • Activity
    User/Merchant

[email protected]'s Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Puedes adquirir un modulo que incremente lo que quieras en funcion del tipo de pago... paypal, targeta, contrareembolso...
  2. Al actualizar la version me ha dado un error 500, tras hacer visible el error el resultado es este: [PrestaShopException]Tema actual no disponible "default". Por favor verifique el nombre del directorio de temas y licencias. at line 259 in file classes/controller/FrontController.php 254. Tools::redirect('index.php?controller=authentication'.($this->authRedirection ? '&back='.$this->authRedirection : '')); 255. } 256. 257. /* Theme is missing */ 258. if (!is_dir(_PS_THEME_DIR_)) { 259. throw new PrestaShopException((sprintf(Tools::displayError('Current theme unavailable "%s". Please check your theme directory name and permissions.'), basename(rtrim(_PS_THEME_DIR_, '/\\'))))); 260. } 261. 262. if (Configuration::get('PS_GEOLOCATION_ENABLED')) { 263. if (($new_default = $this->geolocationManagement($this->context->country)) && Validate::isLoadedObject($new_default)) { 264. $this->context->country = $new_default; FrontControllerCore->init - [line 170 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php]
×
×
  • Create New...