mben Posted April 16, 2020 Share Posted April 16, 2020 Il cliente fatto un acquisto, l'importo gli è stato addebitato (lo testimonia l'sms della banca), ma nel pannello di prestashop l'ordine non compare. Nella scheda cliente della gestione clienti è presente il carrello contentente i prodotti relativi all'importo corrispondente, ma riporta la dicitura "nessun ordine effettuato da questo carrello". Il modulo è il "Prestashop checkout" Link to comment Share on other sites More sharing options...
idnovate.com Posted April 17, 2020 Share Posted April 17, 2020 Cosa succede a tutti gli ordini pagati con "PrestaShop checkout" o se uno è stato generato correttamente? Link to comment Share on other sites More sharing options...
mben Posted April 17, 2020 Author Share Posted April 17, 2020 Sono tutti andati a buon fine. questo è l'unico caso. il cliente afferma di aver pagato, ma non c'è traccia nel pannello. Link to comment Share on other sites More sharing options...
idnovate.com Posted April 17, 2020 Share Posted April 17, 2020 Deve esserci stato un errore 500. Si dovrebbe controllare il registro degli errori. Link to comment Share on other sites More sharing options...
Giuseppe C. Posted April 17, 2020 Share Posted April 17, 2020 Con quale metodi di pagamento riscontri l'errore? Prova ad aggiornare il metodo di pagamento Link to comment Share on other sites More sharing options...
mben Posted April 17, 2020 Author Share Posted April 17, 2020 Uso il modulo PrestaShop Checkout v. 1.3.0 credo sia aggiornato Link to comment Share on other sites More sharing options...
mben Posted April 17, 2020 Author Share Posted April 17, 2020 in effetti, cliccando la voce ORDINI>CARRELLO DELLA SPESA ottengo un errore 500, abilitando la modalità di debugging ottengo in seguente messaqggio di errore: Price specification not found for currency: "" PrestaShop\PrestaShop\Core\Localization\Exception\ LocalizationException in src/Core/Localization/Locale.php (line 171) public function getPriceSpecification($currencyCode) { $currencyCode = (string) $currencyCode; $priceSpec = $this->priceSpecifications->get($currencyCode); if (null === $priceSpec) { throw new LocalizationException( 'Price specification not found for currency: "' . $currencyCode . '"' ); } return $priceSpec; Mi sembra di capire che non sia specificato il prezzo per una determinata valuta Dove dovrei cercare? Dove trovo il registro degli errori? Link to comment Share on other sites More sharing options...
Giuseppe C. Posted April 17, 2020 Share Posted April 17, 2020 Ciao, prova a dare un'occhiata a questo post: Link to comment Share on other sites More sharing options...
mben Posted April 17, 2020 Author Share Posted April 17, 2020 Sembra logico, ma non trovo dove farlo. Come valute ho il dollaro (disattivo) e l'euro con tasso di cambio 1,000000 (sei zeri) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now