Page 29 of 53 FirstFirst ... 19272829303139 ... LastLast
Results 281 to 290 of 524
  1. #281
    Join Date
    Oct 2007
    Posts
    381
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by DML73 View Post
    If I check the checkbox "Save file to server and automatically email to supplier", where is the file saved on my server?? in what folder?
    Ok, I just found this info in the shipping_export.php file, so I can answer my own question: by default they are saved to images/uploads/

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

    Default Re: Export Shipping & Order Information

    Glad you got it all worked out!
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #283
    Join Date
    Jul 2010
    Posts
    106
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Hi
    I would like to add a function to the export shipping orders-the discount code used for orders,the discount itself is already there but what would be involved in adding the actual discount code that the customer used also?

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

    Default Re: Export Shipping & Order Information

    To add that you would need to alter the SQL queries. You'll need to add the coupon table to the mix and then link that up on something like the 'coupon_redeem_tracking' table which would then be linked to the order table.

    The order table is the only one in the mix now (the discount total is simply pulled from there as a number.)

    So you would need to go through the code and add the proper sql language to tie those two new tables in with the current (tie the coupon table to the coupon_redeem_tracking table by coupon id and then tie the 'redeem' table to the orders on order id.

    It could likely take some time to implement but that is generally how it would be done.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  5. #285
    Join Date
    Apr 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Just installed the module and getting this error message when I try to run the export:

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND cc.countries_name = o.delivery_country WHERE o.orders_id = ot.orders_id AND' at line 1
    in:
    [SELECT o.orders_id, customers_email_address, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, shipping_method, customers_telephone, order_total, op.products_model, products_name, op.products_price, final_price, op.products_quantity, date_purchased, ot.value, orders_products_id, order_tax, o.orders_status, o.payment_method, cc.countries_iso_code_2, cc.countries_iso_code_3 FROM (orders o LEFT JOIN orders_products op ON o.orders_id = op.orders_id), orders_total ot, countries cc AND cc.countries_name = o.delivery_country WHERE o.orders_id = ot.orders_id AND ot.class = 'ot_shipping' AND o.orders_status = '1' ORDER BY orders_id ASC]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Any ideas why

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

    Default Re: Export Shipping & Order Information

    Yes, this is occurring b/c there are two lines that need to be switched in the shipping_export.php file (in the admin).

    This is corrected in the next release (soon to be out.)

    In the meantime, here is how you fix it:

    1) Open the file admin/shipping_export.php

    2) Find the section that looks like this (around line 95 / 96 or so):
    Code:
    	if ($_POST['iso_country2_code'] == 1 || $_POST['iso_country3_code'] == 1) { $order_info = $order_info . " AND cc.countries_name = o.delivery_country "; };
    
    	$order_info = $order_info . " WHERE o.orders_id = ot.orders_id ";

    3) REPLACE those lines with this:

    Code:
    	$order_info = $order_info . " WHERE o.orders_id = ot.orders_id ";
    	if ($_POST['iso_country2_code'] == 1 || $_POST['iso_country3_code'] == 1) { $order_info = $order_info . " AND cc.countries_name = o.delivery_country "; };
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  7. #287
    Join Date
    Nov 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    The module is installed and all looks correct, however when I export the file, it's completely blank except for the header row.
    Can anyone direct me on how to fix this?
    Thanks in advance

  8. #288
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by jamie View Post
    The module is installed and all looks correct, however when I export the file, it's completely blank except for the header row.
    Can anyone direct me on how to fix this?
    Thanks in advance
    What version are you using?

    What happens if you run it in "test mode" and select "previously downloaded orders"?

    There was an issue in older versions that caused what you are saying, but that has been corrected in the most recent version.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  9. #289
    Join Date
    Nov 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Thanks! Just downloaded the newest version and it works perfectly!
    Thank you.

  10. #290
    Join Date
    Apr 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Anybody got any ideas on how I can automate the export of these files. Somehow at the end of each 'order completion'.

 

 
Page 29 of 53 FirstFirst ... 19272829303139 ... 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