Results 1 to 10 of 538

Hybrid View

  1. #1
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by Doodlebuckets View Post
    Any answer on this? Please...
    Here are some links that might help you resolve this. My question would be

    1) Have they upgraded to a different version of MySQL, and if so what version?

    2) Did they install any other mods that affect any of the tables this mod pulls from? It could be that one of them changed the table collation?

    Here are the links to look at:

    http://bugs.mysql.com/bug.php?id=20123

    http://www.vbulletin.com/forum/showt...ations-problem


    http://www.google.com/search?hl=en&s...&aq=f&oq=&aqi=



    Let me know answers to the above to see if we can narrow down what caused it.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #2
    Join Date
    Dec 2008
    Posts
    28
    Plugin Contributions
    1

    Default Re: Export Shipping & Order Information

    I assume that it wasn't corrected jet, because (at least in the downloads section) there's not a version dated later than my post.

    Just a note

    This is not meant unfriendly, but just want to help.
    Really, this mod is great!

  3. #3
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Ok no problem! I'll put that in this next release (working on it now).

    I was working on it anyhow as I just customized it for one of my members at my site to work better with PayPal.

    I'm hoping to have this new version up in these forums here within the week.

    I've got 3 items (which include 2 bug fixes) that will be included in the new release.

    Later versions are slated to revamp a few portions and provide more export file options (XML, etc...)

    But that is later.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  4. #4

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by econcepts View Post
    Here are some links that might help you resolve this. My question would be

    1) Have they upgraded to a different version of MySQL, and if so what version?

    2) Did they install any other mods that affect any of the tables this mod pulls from? It could be that one of them changed the table collation?

    Here are the links to look at:

    http://bugs.mysql.com/bug.php?id=20123

    http://www.vbulletin.com/forum/showt...ations-problem


    http://www.google.com/search?hl=en&safe=off&rlz=1G1GGLQ_ENUS271&q=1267+Illegal+mix+of+collations+(lati n1_general_ci%2CIMPLICIT)+and+(latin1_swedish_ci%2CIMPLICIT)+for+operation&aq=f& oq=&aqi=



    Let me know answers to the above to see if we can narrow down what caused it.
    Sorry, I never got an email saying you had replied to this. No mods were added, I am the only one working on the site. I'll look at the links. It had worked for months and then all of the sudden not.

  5. #5
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by Doodlebuckets View Post
    Sorry, I never got an email saying you had replied to this. No mods were added, I am the only one working on the site. I'll look at the links. It had worked for months and then all of the sudden not.
    No problem. Yes, under the circumstances I listed in my response (if that is indeed the case) then it would work for months (or years) up until MySQL was altered (by possible upgrade, host changes, other means sometimes outside your control.)

    Take a look at those links and let me know if they help. It seems as though the answer is in the collation of the tables.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  6. #6
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information version 1.2.6

    Ok, for those of you who have been looking for the new release, I just uploaded it (not posted by the zen cart team yet but you can get it now from the link below if you don't want to wait.)

    In this release:

    - Bugfix:
    Corrected issues with company name not exporting correctly (field was coming in blank)

    - Bugfix:
    if a product's attributes have a newline in them, the export file also has a line break in it, making the import break. This can occur if there is a text entry field for a product attribute (such as a gift card memo, etc.). This has now been corrected.

    - New Addition: Added the ability to export Manufacturers Name

    The only thing that was altered was the "/admin/shipping_export.php" file so if you are running any of the versions 1.2.x plus all you need to do is upload this one file and overwrite what you already have. That's it.

    If you can't wait for the free downloads area to post it get it at the link below now:

    Export Shipping and Order Information v1.2.6


    .
    Last edited by econcepts; 7 Jan 2010 at 07:51 PM. Reason: clarification
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  7. #7
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: Export Shipping & Order Information version 1.2.6

    Quote Originally Posted by econcepts View Post
    Ok, for those of you who have been looking for the new release, I just uploaded it (not posted by the zen cart team yet but you can get it now from the link below if you don't want to wait.)
    I just uploaded 1.2.6 and tested it out. It does not export any order that is missing shipping information. We get a lot of these, the prior versions exported all the other information for those order (people would put addresses in the notes or attributes), now we don't get any of them.

    When I get a chance, I'll take a look at the code and see if its an easy "fix" (or add an option).

  8. #8
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: Export Shipping & Order Information version 1.2.6

    ..those aren't the only orders missing. I have an order from 2-Jan (that has normal shipping information) to GB that is not included. The only oddity might be the word "it's" in the note the customer sent?

  9. #9
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: Export Shipping & Order Information version 1.2.6

    (fyi - i was last using 1.2.2, I skipped 1.2.4)
    Even though the orders show up on the 'left hand side' of the export screen, they are not in the file.
    Last edited by dhcernese; 10 Jan 2010 at 11:25 PM.

  10. #10

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by econcepts View Post
    No problem. Yes, under the circumstances I listed in my response (if that is indeed the case) then it would work for months (or years) up until MySQL was altered (by possible upgrade, host changes, other means sometimes outside your control.)

    Take a look at those links and let me know if they help. It seems as though the answer is in the collation of the tables.
    It's all beyond my understanding. No changes have been made unless she was hacked. I am thinking we just won't be able to use this mod...

 

 

Similar Threads

  1. Export Shipping+Order Information plugin not exporting some orders
    By woemlavy in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 22 Mar 2013, 02:01 PM
  2. v138a Trouble Installing Export Shipping+Order Information
    By scripto in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 16 Jan 2013, 11:36 PM
  3. Export Shipping/Order Information - dump down to 2 sheets or XML
    By sbbemn in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Oct 2012, 05:37 PM
  4. Export Shipping / Order Information
    By digruk in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Oct 2011, 08:25 PM
  5. Export Shipping Order Information doesn't include downloadable products?
    By rcaroe in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Jul 2010, 05:14 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