Page 1 of 2 12 LastLast
Results 1 to 10 of 35

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Location
    Prague
    Posts
    5
    Plugin Contributions
    7

    Default Re: orders Exporter 0.1

    Extended version which includes order_totals is now available in download section.

  2. #2
    Join Date
    Mar 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    Thematysek, great addition to the Zen cart...

    I downloaded the newest update to get the order totals.... but when I used it for the first time I found it was the the total dollar amount for the purchase not the total number of items purchased.... guess we have a different idea what totals means...lol...

    Since you were so kind to add that feature to your mod may I request a few more to make your mod really fly and make my life allot easier?

    I need to be able to export the orders and have them include:

    >>Total number of "widgets" per item per order... for example:

    Customer X orders 10 widgets and 5 gidgets

    Currently downloads only show that Customer X ordered a widget and a
    gidget... I don't know exactly how many widgets and gidgets Customer X
    ordered.


    >>Select a date range for orders exporting... for example:

    Can you add the ability to select a range of dates to selectively download?


    I'd hate to abandon Zen cart and move to another shopping cart after all the time spent on getting it set up... your help in adding these features will be a tremendous burden lifted.

  3. #3
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    Quote Originally Posted by garyfranchi View Post
    Thematysek, great addition to the Zen cart...

    I downloaded the newest update to get the order totals.... but when I used it for the first time I found it was the the total dollar amount for the purchase not the total number of items purchased.... guess we have a different idea what totals means...lol...

    Since you were so kind to add that feature to your mod may I request a few more to make your mod really fly and make my life allot easier?

    I need to be able to export the orders and have them include:

    >>Total number of "widgets" per item per order... for example:

    Customer X orders 10 widgets and 5 gidgets

    Currently downloads only show that Customer X ordered a widget and a
    gidget... I don't know exactly how many widgets and gidgets Customer X
    ordered.


    >>Select a date range for orders exporting... for example:

    Can you add the ability to select a range of dates to selectively download?


    I'd hate to abandon Zen cart and move to another shopping cart after all the time spent on getting it set up... your help in adding these features will be a tremendous burden lifted.

    Your trouble similar with me

  4. #4
    Join Date
    Oct 2007
    Posts
    134
    Plugin Contributions
    0

    Default Re: orders Exporter 0.1

    I am getting blank page when I click on the SHOW ME THE MONEY button.

    i am using Zencart v 1.5.4
    please help

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: orders Exporter 0.1

    There have been several new versions of this mod since 0.1, and the thread where thy have been discussed is here:
    https://www.zen-cart.com/showthread....r-Module/page3
    The most recent v2.1 is attached to post 109. I will be folding in DrByte's v1.5.4+ updates before I post it to the download page.

  6. #6
    Join Date
    Dec 2008
    Location
    Iowa
    Posts
    14
    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!

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

    Default Re: orders Exporter 0.1

    It works great, thanks!!!

  8. #8
    Join Date
    Nov 2007
    Location
    Upstate NY
    Posts
    232
    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?

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

  10. #10
    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).

 

 
Page 1 of 2 12 LastLast

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