Results 1 to 10 of 10
  1. #1
    Join Date
    Dec 2009
    Posts
    51
    Plugin Contributions
    0

    Default Cart not generating orders

    Hallo,
    i have 2 customers already who used my cart and paid for items thru Paypal(this is my only payment option..either got to Paypal website or pay with credit card using Paypal).... The order amount shows in Paypal, but no order is generated in the Zen cart. I can see that the customer has registered but i didnot receive any order confirmation, nor the order shows in the cart. Can any one help and suggest what may be happening?
    Thank you

  2. #2
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Cart not generating orders

    Quote Originally Posted by svetlae View Post
    Hallo,
    i have 2 customers already who used my cart and paid for items thru Paypal(this is my only payment option..either got to Paypal website or pay with credit card using Paypal).... The order amount shows in Paypal, but no order is generated in the Zen cart. I can see that the customer has registered but i didnot receive any order confirmation, nor the order shows in the cart. Can any one help and suggest what may be happening?
    Thank you
    Guess is that you are using paypal standard instead of paypal express. PayPal standard has the potential of providing the results that are described. Suggest switching to Paypal express and the orders should consistently arrive upon completion of payment.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Dec 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: Cart not generating orders

    We have Paypal Express Checkout and Paypal WEbsite Payment pro enabled as payment options

  4. #4
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Cart not generating orders

    ZC version?
    Settings for IPN Notification in Paypal account do go back to your site?
    Other plugins?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Dec 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: Cart not generating orders

    v1.3.9d

    and it doesnt happen to all clients....one last week, one today...

    What do you mean by other plugins?

  6. #6
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Cart not generating orders

    other plugins: while the "definition" of a "plugin" for ZenCart is by some debated, the concept is code that has been added to the site to provide functionality that was not available when it was first installed. This code can take the form of a download from the ZC website, or customization made to the store code.

    As has been seen even today in the forum, there are some programs that can have an effect on another part of the store. The effect may be intentional, it may not be and the effect could have been caused by incorrect installation of software.

    PHP version? (By-the-way, really should consider upgrading your site. Of even the version 1.3.9 series, revision d is pretty old. Latest published version as of today is ZC 1.5.3)
    Last edited by mc12345678; 17 Dec 2014 at 05:49 PM.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #7
    Join Date
    Dec 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: Cart not generating orders

    Yes, i know, we are looking into it...and no other plugins....

  8. #8
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Cart not generating orders

    PHP version can be found on the version link on the admin panel. (I made an assumption that the looking into it statement was related to the upgrade, but could have been in reference to finding the PHP version.)

    So your store is basically ZC 1.3.9d with the two paypal payment methods and whatever shipping methods that come with the store, but there was no other code installed to the site, no image handler, no commercial shipping method, USPS isn't used?

    The two failed purchases, were they through PayPal Website Payment Pro only?

    Have you followed up with the customers to try to determine if there is something consistent about the two orders?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #9
    Join Date
    Dec 2009
    Posts
    51
    Plugin Contributions
    0

    Default Re: Cart not generating orders

    we are trying to determine....one client already asked for refund..she wasnt very cooperative

  10. #10
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Cart not generating orders

    When customers pay with Express Checkout or Payments Pro, if the order doesn't appear in your store there could be a few possible causes for that:

    a) something caused the order-status to be set to an invalid number
    This usually happens if you've configured settings in your PayPal module to set "Order Status" to something incorrect (0 or some other number not in your list of order statuses from the Admin->Localizations->Order Status page). It can also happen if you've got addons or code customizations set to manipulate order data for specialized reasons, or if you're using incorrectly configured 3rd party update tools such as shipment notification handling etc.
    To check this, use phpMyAdmin and look in your "orders" table in the database. Sort on orders_status, and look for values that are 0 and set them to 1 instead.
    Also check the "orders" table for "orders_status" values that don't match the possible values in the "orders_status" table (by default only values 1-4 are valid).

    b) a PHP error occurred
    On ZC v1.3.x there was no built-in error-logging, but you could add it by following the instructions in this article:
    http://www.zen-cart.com/content.php?124-blank-page

    c) unexpected / unauthorized changes to code on your server
    http://www.zen-cart.com/wiki/index.p...ing_From_Hacks

    d) something went wrong on the PayPal end
    In your ZC store if you've got your PayPal module settings set to do debug logging, then you can review the responses returned from PayPal for each transaction, which may give clues to possible solutions.
    http://www.zen-cart.com/showthread.p...Logging-PayPal
    .

    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.

 

 

Similar Threads

  1. 404 Page Not Found, zen cart generating 10
    By jami1955 in forum General Questions
    Replies: 2
    Last Post: 18 Nov 2010, 11:00 PM
  2. Image Handler 2.0 not generating images
    By DebiWebi in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Aug 2009, 11:35 PM
  3. PayPal orders not in Admin or generating Order email
    By rebekah in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 4 Oct 2008, 09:09 PM
  4. My cart not generating order confirmation
    By SammyD in forum General Questions
    Replies: 11
    Last Post: 12 Oct 2006, 02:46 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR