Page 10 of 23 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 223
  1. #91
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Export orders to Spreadsheet / Excel to email to suppliers

    Quote Originally Posted by jonsnolen View Post
    The mod looks to be great, but I am obviously doing something wrong. I have followed the install, but nothing shows up in the lower portion of my screen. The last thing showing is the Notice, and nothing at all below there. I have verified that I have had sales since the install. Any ideas???
    I would try to reinstall and make sure you didn't miss anything. The other thing to note is that it will only show orders on the screen if any NEW orders have been added.

    In addition, make sure you ran the SQL query to add the extra field in the db for it.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

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

    Default Re: Export orders to Spreadsheet / Excel to email to suppliers

    Quote Originally Posted by Boby55 View Post
    Great Mod!!!

    I will be very happy to use the "Tax" as well.
    I'll look at splitting this out in a future version. The current "total" amount includes everything that could go into a total including tax and shipping.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #93
    Join Date
    Oct 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Export orders to Spreadsheet / Excel to email to suppliers

    Quote Originally Posted by econcepts View Post
    I would try to reinstall and make sure you didn't miss anything. The other thing to note is that it will only show orders on the screen if any NEW orders have been added.

    In addition, make sure you ran the SQL query to add the extra field in the db for it.
    Thanks! That got me seeing the orders and if i run the export, they correctly do not show next time. Any idea why the csv would only have the column headers? This will help me out a whole bunch if the operator (me) errors can get fixed....

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

    Default Re: Export orders to Spreadsheet / Excel to email to suppliers

    Quote Originally Posted by jonsnolen View Post
    Thanks! That got me seeing the orders and if i run the export, they correctly do not show next time. Any idea why the csv would only have the column headers? This will help me out a whole bunch if the operator (me) errors can get fixed....

    See my earlier post on this same issue. Just a little further back in the postings. I refer to the following post in it.

    http://www.zen-cart.com/forum/showpo...5&postcount=69
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  5. #95
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: Export orders to Spreadsheet / Excel to email to suppliers

    Quote Originally Posted by econcepts View Post
    I'll look at splitting this out in a future version. The current "total" amount includes everything that could go into a total including tax and shipping.
    Thanks, I look forward to that. again great mod.
    Thanks
    Supersnow

  6. #96
    Join Date
    May 2006
    Posts
    134
    Plugin Contributions
    0

    help question Re: Export orders to Spreadsheet / Excel to email to suppliers

    Hi Eric and everyone,

    I need to export some orders from last year again for tax reporting purposes?

    Any idea how I get them to show up again so I can export them? Any code I can reset or edit?

    I did export them before but did not include proper field last time and it didn't work properly??

    Also is this the most suitable tool to export orders for tax reporting or does someone know something more appropriate (something that shows sales taxes, last order status, payment method would really help!)

    cheers,
    Dave
    ApeShop.com - Mobile Cell Phones, Digital Cameras, Camcorders, Lenses, iPods, PSPs, Watches & more!
    http://www.apeshop.com/

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

    Default Re: Export orders to Spreadsheet / Excel to email to suppliers

    Dave,

    Great stuff here. I've had a number of request for similar functionality and planned on adding the ability to export
    "tax"
    "payment method"
    and possibly last order status as well.

    I've been in the middle of a number of projects, but it looks like it is time to move this next version forward a bit (which would be 1.2.3).

    I'll get cracking here and keep you all updated.

    Thanks!
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  8. #98
    Join Date
    May 2006
    Posts
    134
    Plugin Contributions
    0

    help question Re: Export orders to Spreadsheet / Excel to email to suppliers

    Thanks Eric!

    Gday from Australia, 1am here

    Just for now how can I re-export some old orders again?

    Obviously since I exported before they are not showing, but I didn't include the order totals etc last time so need to export again

    can I edit or reset the code somewhere? Or will an uninstall / reinstall do the trick? I don't want to mess anything up :)

    cheers,
    Dave
    ApeShop.com - Mobile Cell Phones, Digital Cameras, Camcorders, Lenses, iPods, PSPs, Watches & more!
    http://www.apeshop.com/

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

    Default Re: Export orders to Spreadsheet / Excel to email to suppliers

    The only way right now is to go into the ORDERS database and set the "downloaded_ship" field in each record you want to re-export to "no".

    This will make them show once again when you visit the "export shipping" page in your admin.

    To speed up this process, you could write an SQL script that looks something like this and run it form within your admin.

    UPDATE orders SET downloaded_ship="no" WHERE downloaded_ship="yes" AND [add your other criteria here such as dates between etc...]


    Hope that helps. :)

    Now, would you get some sleep already!
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  10. #100
    Join Date
    May 2005
    Posts
    535
    Plugin Contributions
    0

    Default Re: Export orders to Spreadsheet / Excel to email to suppliers

    how can I export the product id field or add any other field from the database as well as the model field . I could do with the product ID so I can link with sage.

    Many thanks

    MG

 

 
Page 10 of 23 FirstFirst ... 8910111220 ... LastLast

Similar Threads

  1. Export Users and Orders to Excel?
    By Crazy88 in forum Managing Customers and Orders
    Replies: 5
    Last Post: 20 Nov 2012, 08:24 AM
  2. Excel Spreadsheet
    By shutupplease in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 2 Jul 2009, 09:44 PM
  3. export orders to excel
    By pgu64 in forum Managing Customers and Orders
    Replies: 8
    Last Post: 5 Oct 2008, 02:15 PM
  4. Export orders to spreadsheet
    By thezbian in forum Managing Customers and Orders
    Replies: 3
    Last Post: 31 Dec 2006, 12:07 PM
  5. Is it possible to download customer list to excel spreadsheet?
    By bcbailey in forum Managing Customers and Orders
    Replies: 1
    Last Post: 11 Jun 2006, 10:03 AM

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