There were bugs in the v1.3.7 version related to the type of transaction where you're getting an error.
v1.3.7 was released in 2006. That's 5 years ago. There have been hundreds of fixes discussed, and solutions posted, as well as new versions released, since then.
Upgrading to the latest version is the fastest, smartest, safest, and most efficient solution to your problem.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you! Sorry, but I have been absent. So I need to update the version to 1.3.7 (latest Italy in 2008), the new version 1.3.9 H. But I have to completely reinstall or can I only update after downloading the files? Save the template and my stock.
thanks
Grazie! scusate, ma sono stata assente. Quindi devo aggiornare la versione da 1.3.7 (ultima Italia nel 2008), nella nuova versione 1.3.9 H. Ma la devo reinstallare completamente o dopo averla scaricata posso aggiornare solo i file? Savlare il magazzino ed il template mio.
Grazie
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks for the reply! But the Italian version is made for a new installation.
Hi, I found a temporary solution for version 1.3.7 (quietly pass directly to 1.5 when it is ready). To count the discount, even on the page paypal express
/includes/modules/payment/paypalwpp.php
around line 1583 you'll see this code:
Code:
// init new order object
require(DIR_WS_CLASSES . 'order.php');
$order = new order;
$doPayPal = $this->paypal_init();
Insert the extra lines as shown:
Code:
// init new order object
require(DIR_WS_CLASSES . 'order.php');
$order = new order;
require(DIR_WS_CLASSES . 'order_total.php');
$order_total_modules = new order_total;
$order_totals = $order_total_modules->pre_confirmation_check();
$order_totals = $order_total_modules->process();
$doPayPal = $this->paypal_init();
But still does not work (while definitely worked until November), if I want to make a payment by pressing the button paypal yellow cash fast for non-members.
Do not count the shopping cart even if I sign up. With or without discounts.
Do you know where I can act? I'm confused. Thank you!
-----------------------------------------------------------------
Salve, ho trovato la soluzione momentanea per l versione 1.3.7 (con calma passerò direttamente alla 1.5 quando verrà pronta). Per far conteggiare lo sconto anche nella pagina pagamento paypal express
/includes/modules/payment/paypalwpp.php
around line 1583 you'll see this code:
Code:
// init new order object
require(DIR_WS_CLASSES . 'order.php');
$order = new order;
$doPayPal = $this->paypal_init();
Insert the extra lines as shown:
Code:
// init new order object
require(DIR_WS_CLASSES . 'order.php');
$order = new order;
require(DIR_WS_CLASSES . 'order_total.php');
$order_total_modules = new order_total;
$order_totals = $order_total_modules->pre_confirmation_check();
$order_totals = $order_total_modules->process();
$doPayPal = $this->paypal_init();
Però non funziona ancora (mentre fino a novembre funzionava sicuramente), se voglio fare un pagamento premendo bottone paypal giallo cassa veloce, per i non iscritti.
Non conteggia nessun carrello anche se mi iscrivo. Con o senza sconti.