Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11
    Join Date
    Jan 2008
    Location
    Healdsburg, CA
    Posts
    18
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    Is there a way to add a blank line after every entry? My client wants to sort by model number, then add all the quantities for each model number. A simple way to do this would be to add a blank line in the Excel spreadsheet, but that is tedious and it would be easier to have the module automatically add a blank line so an auto sum can be done in Excel without having to add the blank line manually. Any ideas?
    Oohmmm!

  2. #12
    Join Date
    Mar 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    is there a way to select particular orders with this? For example, if I want to export orders from a particular week, is that possible with this mod? If not, does anyone know of a mod that you can do that with?

  3. #13
    Join Date
    Dec 2008
    Location
    Iowa
    Posts
    13
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    Quote Originally Posted by thematysek View Post
    Extended version which includes order_totals is now available in download section.
    I have the latest Orders Exporter. Where do I install the files?
    Thanks!

  4. #14
    Join Date
    Dec 2008
    Location
    Iowa
    Posts
    13
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    It works great, thanks!!!

  5. #15
    Join Date
    Nov 2007
    Posts
    217
    Plugin Contributions
    0

    Default Number of Products Ordered?

    Hi

    This is a great module, thanks.

    But I really need to know how many of each product were ordered. It's nice that it has the line items for each product, but if someone ordered 3 of 1 thing and 5 of another, each product only gets 1 line and no info on item count.

    Does anyone know how I can get the number of each product ordered?

  6. #16
    Join Date
    Dec 2006
    Posts
    190
    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.

  7. #17
    Join Date
    Dec 2006
    Posts
    190
    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).

  8. #18
    Join Date
    Dec 2006
    Posts
    190
    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.

  9. #19
    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!

  10. #20
    Join Date
    Oct 2005
    Location
    Connectiuct
    Posts
    63
    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

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Easy Populate 1.2.5.4 support
    By langer in forum All Other Contributions/Addons
    Replies: 3641
    Last Post: 25 Apr 2013, 10:33 AM
  2. Info/Orders at a Glance Admin Contribution for 1.2.7 and 1.3.0.
    By Reesy in forum All Other Contributions/Addons
    Replies: 203
    Last Post: 17 Feb 2012, 04:15 PM
  3. Product Upload Mess!
    By admcompa in forum General Questions
    Replies: 3
    Last Post: 15 Jun 2007, 11:18 PM
  4. Does changing default currency affect previous orders? coupons? super orders?
    By apemusic in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 2
    Last Post: 21 Apr 2007, 01:53 PM
  5. Suspension from excessive resources all of a sudden
    By chriscana in forum General Questions
    Replies: 9
    Last Post: 28 Feb 2007, 09:45 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
  •