Results 1 to 10 of 35

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    Yes, the download is limited without quantity. Luckily, the file structure to generate the spreadsheet is very simple. Looking here:
    PHP Code:
    'v_customers_country'    => $iii++, 
    'v_customers_telephone'    => $iii++, 
    'v_customers_email_address'    => $iii++, 
    'v_products_model'    => $iii++, 
    'v_products_quantity'    => $iii++,
    'v_products_name'    => $iii++, 
    'v_products_options'    => $iii++, 
    'v_products_options_values'    => $iii++, 
    you can see I added the quantity after the model number.
    Then it should be added again like this:
    PHP Code:
    date_purchased as v_date_purchased,
    orders_status_name as v_orders_status_name,
    products_model as v_products_model,
    products_quantity as v_products_quantity,
    products_name as v_products_name,
    products_options as v_products_options
    It needs to be repeated for each type of output you want. I did it for the first selection.

    I'm going to look into other ways to manipulate the output like dropping the extra data and adding a line between orders.

  2. #2
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    Note also: the output is the Customer name and address. The file should also be changed to pull the delivery address data where needed (always in my case).

  3. #3
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    OK, I can't figure out how to drop a line break between orders. Any help would be appreciated.

  4. #4
    Join Date
    Nov 2005
    Posts
    30
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    I've downloaded this addon, and am excited to use it...but where the heck to I upload it to? I know it is probably easy, but I can't figure it out. Thanks!

  5. #5
    Join Date
    Oct 2005
    Location
    Connectiuct
    Posts
    70
    Plugin Contributions
    1

    Default Re: orders Exporter 0.1

    In the readme file it sez:

    ++++
    Upload the import script files and import_osc_configure.php to the same directory on your url.

    Point your browser to one of the import scripts you want to run.
    Example: http://www.yoursite.com/import_osc_customers.php
    ++++

    It doesn't have to be in the root directory but in that example you would put those files in your root directory. Reminder: Do NOT leave them in there after you are done.

    Jim

  6. #6
    Join Date
    Mar 2005
    Posts
    174
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    This thread is for "Mat's Orders Exporter," correct?

    Is there a way to include the PayPal transaction ID for each order? I see "txn_id" in the paypal_payment_status_history" table and the "paypal" table. I'd love some help including this in the export. Thanks!

  7. #7
    Join Date
    Sep 2008
    Posts
    108
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    I'm stuck.

    Need order total in full export, but when I try editing the code it either won't work or gives me a "cannot find header information" or whatever it says.

 

 

Similar Threads

  1. v150 Orders Exporter Module
    By mprough in forum Addon Admin Tools
    Replies: 113
    Last Post: 5 Sep 2024, 08:16 PM
  2. v154 Orders exporter
    By delia in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 13 Jul 2015, 12:38 PM
  3. Keepalive Timer and Orders Exporter conflict
    By gjh42 in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 1 Aug 2014, 02:15 PM
  4. v139h with Orders Exporter can I export only recent orders?
    By kbrown in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 29 Sep 2012, 02:39 PM
  5. Orders Exporter issue
    By TheRaven00 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 25 Aug 2009, 07:36 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