Results 1 to 10 of 28

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    41
    Plugin Contributions
    0

    Default Orders not recording on Admin

    I am needing some help ASAP. I have recently received 3 orders through Paypal IPN payment. None of them were recorded on the admin cart. How I know that I had orders were through my email notices. I went everywhere on the cart trynig to find the orders. It was like they never existed.

    I went through every post and suggested solution to resolve the matter. I am not having such luck. I did a test on my IPN everything is fine. I ran through a test order 4 times today after making a few adjustments, but nothing.

    I also seem to have a problem with the debug log because when I active it, I'm not seem to be getting information.

    BTW - I am using v1.3.8 It's a full installation not an update.


    -Michelle

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Orders not recording on Admin

    If you look at the database and browse the orders table in phpMyAdmin ... do you see any orders?

    If you turn on Check/Money Order and make a test order ... do you see any orders?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

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

    Default Re: Orders not recording on Admin

    Who is your hosting company?
    What is your URL?
    .

    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
    May 2006
    Posts
    41
    Plugin Contributions
    0

    Default Re: Orders not recording on Admin

    Quote Originally Posted by DrByte View Post
    Who is your hosting company?
    What is your URL?

    My hosting company is InMotion Hosting. My site is http://www.mistys-specialty-gifts.com/catalog I called them to make sure ports 80 and 443 are open. Which they did tell me they are. I also told them I need to put paypal addresses on the firewall whitelist. The person I was talking with directed me to "Spam Assassin". For some reason, I am thinking that's not the hosts firewall ap. It looks more like an email filter.

    I received noticed of payment from my cart once and that was yesterday morning. Since then I haven't been able to get an email directly from the cart about an order being placed. I don't know what I did during the day to get the cart email notices to stop working. I want to reassure that I followed the instructions to set up Paypal IPN. I did both of the IPN test and they came out working okay.

    Late yesterday afternoon, I called them back up and asked about the CURL proxy and they didn't know what I was talking about.


    Someone told me to check for the orders in my database "order table". I went to look but couldn't see any signs of orders. It's like they don't exsist.

    I even tried to go over to the Debug log, but I couldn't find any log recordings.

    -Michelle
    Misty's Specialty Gifts

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,511
    Plugin Contributions
    126

    Default Re: Orders not recording on Admin

    Note that this site is NSFW.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #6
    Join Date
    May 2006
    Posts
    41
    Plugin Contributions
    0

    Default Re: Orders not recording on Admin

    I did another IPN test and for the heck of it I did a CURL test. Here are the results.

    IPN CHECK TEST

    IPNCHECK.PHP - Version 1.0

    IPN TESTING - POSTING to PayPal via: ssl://www.paypal.com:443

    IPN TESTING - Confirmation/Validation response: RESPONSE RECEIVED - Communications OKAY


    Script finished.


    CURL TEST

    I did this test on my SSL url addy: https://secure24.inmotionhosting.com...6/curltest.php

    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTEST.PHP running on YOUR server.

    You submitted the following fields and data:
    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )
    Data validation
    Good
    Other Info
    Your server IP address is: 74.124.198.61.
    user-agent: unknown.
    Copyright © 2003 - 2007 Zen Ventures, LLC - Powered by Zen Cart™
    Array
    (
    [url] => "http://www.zen-cart.com/testcurl.php"
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 139
    [request_size] => 174
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.254094
    [namelookup_time] => 0.081281
    [connect_time] => 0.126095
    [pretransfer_time] => 0.126147
    [size_upload] => 0
    [size_download] => 2141
    [speed_download] => 8426
    [speed_upload] => 0
    [download_content_length] => 0
    [upload_content_length] => 0
    [starttransfer_time] => 0.254054
    [redirect_time] => 0
    )


    I don't understand very much about the CURL results. Of what I am looking at they both to seem to be good. Could it be something within my cart files?


    I just tried to work on the solution again today, and i came across several file named "myDEBUG-xxxxxxxxxx.log" in the cache/ folder.

    If they are the right files I am needing to look at, then this is what they are telling me:

    [23-Oct-2008 12:43:50] PHP Warning: Wrong parameter count for define() in /home/mistys6/public_html/catalog/includes/languages/english/extra_definitions/logo_sidebox_defines.php on line 35


    I am a bit confused how this could prevent the communication between my cart and paypal. Should I try to remove the logo_sidebox and then try an order test?

    Also, when I go do a test, on the first paypal page, I have to "manually" add my total to paypal. How can I fix it to automatically bring the total on over?


    -Michelle

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

    Default Re: Orders not recording on Admin

    Quote Originally Posted by MSGOK View Post
    [23-Oct-2008 12:43:50] PHP Warning: Wrong parameter count for define() in /home/mistys6/public_html/catalog/includes/languages/english/extra_definitions/logo_sidebox_defines.php on line 35
    You might try temporarily deleting or renaming that file (rename the .php to .bad) to make the error go away. Then work on fixing the syntax error on line 35 in the file.
    .

    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.

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

    Default Re: Orders not recording on Admin

    Quote Originally Posted by MSGOK View Post
    Also, when I go do a test, on the first paypal page, I have to "manually" add my total to paypal.
    That's not normal behavior.
    Is this a USD transaction for a US address?
    .

    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. v154 Paypal payments standard not recording orders in admin.
    By dspeak35640 in forum General Questions
    Replies: 11
    Last Post: 10 May 2016, 09:40 PM
  2. v150 Not Recording customer orders
    By Thomasl in forum Managing Customers and Orders
    Replies: 2
    Last Post: 20 Oct 2015, 06:48 PM
  3. Not Recording Orders, ultimate seo
    By 00bob in forum General Questions
    Replies: 1
    Last Post: 5 Sep 2010, 10:04 AM
  4. Help! Orders are NOT recording
    By splishsplashbb in forum General Questions
    Replies: 93
    Last Post: 29 Jun 2010, 05:40 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