Jump to content

Pagina bianca al conferma ordine con bonifico


ippolito.l

Recommended Posts

Ciao a tutti voi.

Ho un problema col pagamento tramite bonifico.

Al momento di confermare l'ordine compare questa scritta:

 

"Oops, something went wrong.

Try to refresh this page or feel free to contact us if the problem persists.     "

 

 

 

Ho attivato la verifica degli errori e mi restituisce quanto segue:

 

 

Can't load Order state status
at line 147 in file classes/PaymentModule.php

141. 		if (Configuration::get('PS_TAX_ADDRESS_TYPE') == 'id_address_delivery')142. 			$context_country = $this->context->country;143. 144. 		$order_status = new OrderState((int)$id_order_state, (int)$this->context->language->id);145. 		if (!Validate::isLoadedObject($order_status))146. 			throw new PrestaShopException('Can\'t load Order state status');147. 148. 		if (!$this->active)149. 			die(Tools::displayError());150. 		// Does order already exists ?151. 		if (Validate::isLoadedObject($this->context->cart) && $this->context->cart->OrderExists() == false)
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...