Page 33 of 53 FirstFirst ... 23313233343543 ... LastLast
Results 321 to 330 of 524
  1. #321
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by tsrplatelayer View Post
    I dont have Tools > Export Shipping and Order Info
    I have Tools > Orders Export - click this and I go to Mat's Orders Exporter page. (which does export order details)

    When I installed I renamed the 'Admin' install folder to match my the name of my admin folder.

    Ah - ha - there are 2 different add ons for exporting orders
    Orders Exporter 1.0 and Export Shipping Information 1.3.2

    I'lll try installing the 'other' one -
    Yes, this is the support forum for the "Export Shipping Information" module.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  2. #322
    Join Date
    Oct 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    hello, i need to export the orders of several order status,
    what do i change <?php echo zen_draw_pull_down_menu('order_status', $status_array, $_POST['order_status'], 'id="order_status"'); ?> to checkbox?

  3. #323
    Join Date
    Oct 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    can i export the file with format type SQL?

  4. #324
    Join Date
    Oct 2009
    Posts
    32
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    with this mod, i can export the delivery country iso code correctly, what do i export both delivery country iso code and billing country iso code?

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

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by quick1 View Post
    with this mod, i can export the delivery country iso code correctly, what do i export both delivery country iso code and billing country iso code?
    What version are you running? Older versions had a bug when those options were selected together. I believe this was corrected in the most recent version.

    Quote Originally Posted by quick1 View Post
    can i export the file with format type SQL?
    No. The options available at this time are CSV and TXT. It's mainly meant for order / shipping fulfillment and not database building etc... If you want to get data out in SQL format you could setup a query that runs directly through something like PHPMyAdmin etc... (or cron) that would enable you to export what you need in SQL format. There are also come backup programs available in the zen cart downloads section which could help with this regard.

    Quote Originally Posted by quick1 View Post
    hello, i need to export the orders of several order status,
    what do i change <?php echo zen_draw_pull_down_menu('order_status', $status_array, $_POST['order_status'], 'id="order_status"'); ?> to checkbox?
    You would need to alter a number of sections of code to do this (just making that box a checkbox won't work.)

    That is the box you need to alter, but you'll also need to change the SQL statement to accommodate multiple options in that field (likely from an array or something.)

    It would then need to be tested to see if it works.

    To get around this you could run multiple exports.

    The first for one order status, the second for the second order status, third for the third order status, etc...

    Or you could export all order statuses then open your file in a program like Excel and edit it there (removing the orders statuses you do not need.)
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  6. #326
    Join Date
    Jun 2011
    Posts
    63
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    hello, i send you a message, please check, thanks

  7. #327
    Join Date
    Jul 2006
    Location
    Manchester
    Posts
    138
    Plugin Contributions
    1

    help question Orders with Customers Comments not exporting

    I'm just testing the export function with five orders on the test cart.

    Two orders have customer comments (from me ) attached and those are the ones not being exported into the CSV.

    Is this a known problem or have I missed something?

    I've searched the thread and there's nothing I can find about this.
    "Why dumb down when we can rise up?" Worldmaker / BonDevZone Store

  8. #328
    Join Date
    May 2010
    Posts
    84
    Plugin Contributions
    0

    red flag Re: Export Shipping & Order Information

    Hi,

    Is it possible to automatically export new orders every few hours?

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

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by waterbender View Post
    Hi,

    Is it possible to automatically export new orders every few hours?
    Yes. You would have to setup a new script that is similar to the current, take into account the sessions etc... and then setup a CRON job to run it. I've helped a few others do this as custom jobs but none used the standard conventions (all had custom fields etc...) so there is no version outside of those, but it does work quite well.

    Send me a PM if you need assistance on this.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

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

    Default Re: Orders with Customers Comments not exporting

    Quote Originally Posted by worldmaker View Post
    I'm just testing the export function with five orders on the test cart.

    Two orders have customer comments (from me ) attached and those are the ones not being exported into the CSV.

    Is this a known problem or have I missed something?

    I've searched the thread and there's nothing I can find about this.
    They should still export, but let me know this (just out of curiosity sake). Do any of those orders which don't export have apostrophes, commas, etc... in them (in the comments section)? I thought I had a syntax cleaner built in for that but wanted to find out.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

 

 
Page 33 of 53 FirstFirst ... 23313233343543 ... LastLast

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

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