Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Jun 2010
    Location
    Milano (Italy)
    Posts
    24
    Plugin Contributions
    0

    Default Re: paypal express COUPON % - errore 10419

    Quote Originally Posted by DrByte View Post
    Correct. Upgrade to the latest version of Zen Cart. The problem is fixed in the latest version.

    So I can not do anything for your version 1.3.7 ? thanks

  2. #2
    Join Date
    Jun 2010
    Location
    Milano (Italy)
    Posts
    24
    Plugin Contributions
    0

    Default Re: paypal express COUPON % - errore 10419

    Quote Originally Posted by adelefr View Post
    So I can not do anything for your version 1.3.7 ? thanks
    Nessuno sa indicarmi se si riesce ad inserire o correggere qualche file nella versione 1.3.7, per inserire il PAYERID = id

    Grazie

    No one knows how to tell if you can add or correct some files in version 1.3.7, to insert the id = PAYERID

    thanks

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: paypal express COUPON % - errore 10419

    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.

  4. #4
    Join Date
    Jun 2010
    Location
    Milano (Italy)
    Posts
    24
    Plugin Contributions
    0

    Default Re: paypal express COUPON % - errore 10419

    Quote Originally Posted by DrByte View Post
    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.

    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

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: paypal express COUPON % - errore 10419

    .

    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.

  6. #6
    Join Date
    Jun 2010
    Location
    Milano (Italy)
    Posts
    24
    Plugin Contributions
    0

    Default Re: paypal express COUPON % - errore 10419 v1.3.7

    Thanks for the reply! But the Italian version is made for a new installation.

  7. #7
    Join Date
    Jun 2010
    Location
    Milano (Italy)
    Posts
    24
    Plugin Contributions
    0

    Default Re: paypal express COUPON % - errore 10419 v1.3.7

    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.

 

 

Similar Threads

  1. PayPal Express Coupon Discount Promo Code Box
    By jasmel in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 14 Aug 2013, 02:50 PM
  2. PayPal Express Checkout Error (10419)‏
    By tundria in forum Bug Reports
    Replies: 2
    Last Post: 7 Dec 2011, 06:22 PM
  3. 10419 Express Checkout PayerID is missing / Confirm Your order going nowhere
    By xfourninetwox in forum PayPal Express Checkout support
    Replies: 10
    Last Post: 5 Oct 2011, 09:53 PM
  4. 10419 Express Checkout PayerID is missing.
    By edadk in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 24 Nov 2010, 10:07 PM
  5. Apply coupon before checkout with PayPal Express
    By taydu in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 6 Oct 2007, 08:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg