Page 43 of 50 FirstFirst ... 334142434445 ... LastLast
Results 421 to 430 of 497
  1. #421
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    312
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Got it figured out.
    To eliminate the timestamp from exported orders.
    Replaced this:
    $str_export .= $FIELDSEPARATOR . $FIELDSTART . $order_details->fields['date_purchased'] . $FIELDEND;
    With this.
    $str_export .= $FIELDSEPARATOR . $FIELDSTART . zen_date_short($order_details->fields['date_purchased']) . $FIELDEND;

    On the date display I had to move the date_purchased from the end of the query to the appropriate position in this code as I am not displaying all the fields.

    $query = "SELECT o.orders_id, customers_email_address, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, date_purchased, shipping_method, customers_telephone, order_total
    FROM ". TABLE_ORDERS ." o
    WHERE downloaded_ship='no'
    ORDER BY orders_id ASC";

  2. #422
    Join Date
    Feb 2015
    Location
    Montreal
    Posts
    1
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Trying to export customer info to Excel: name, mailing address in full.

    Tried to download a plugin, it`s not working.

    Anyone?

  3. #423
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    312
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by lolo1 View Post
    Trying to export customer info to Excel: name, mailing address in full.

    Tried to download a plugin, it`s not working.

    Anyone?
    What plugin?

  4. #424
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    312
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by lolo1 View Post
    Trying to export customer info to Excel: name, mailing address in full.

    Tried to download a plugin, it`s not working.

    Anyone?
    What plugin?
    How/where is it failing?

  5. #425
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    312
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    ZC 1.51 with several plugins and modified core files.

    I have duplicate products names (items) but some are in a hidden category prefaced with a "H" for a special customer.
    When I export orders I would like to parse the product names and strip the "H" from the front of certain items.
    But not all of them.
    EXAMPLE:

    H10001 after export 10001
    H10002 after export H10002
    H10003 after export 10003
    H10004 after export H10004
    etc.

    I've already made some mods to sort on product names in shipping_export.php but I could use some help on this one.

    Thanks

  6. #426
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by lhungil View Post
    The Export Shipping & Orders Information module is not compatible with Zen Cart 1.5.3+. If one wishes to use this module in newer versions of Zen Cart, the module will need to be updated.


    NOTE 1: In particular, this module uses direct "mysql_*" functions (mixed with $db method calls). Best practice is for Zen Cart plugins (modules) to only use $db methods for accessing the database. This provides better long term compatibility with Zen Cart (and future versions).

    NOTE 2: Zen Cart 1.5.3+ no longer uses "mysql_*" functions (these functions were removed from upstream versions of PHP). Instead Zen Cart now uses the newer "mysqli_*" functions. This means modules using "mysql_*" functions and relying on Zen Cart to open a MySQL connection for the "mysql_*" functions (instead of only using $db) will fail in Zen Cart 1.5.3+.
    Is there anyone out there who's prepared to upgrade this mod? My PHP skills are not adequate...
    20 years a Zencart User

  7. #427
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Export Shipping & Order Information

    The "orders export" plugin might provide similar functionality? Though not updated as a plugin for 1.5.4, the support thread has an updated RC that has been working for me in 1.5.3 for a year & 1.5.4 since early July.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

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

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by schoolboy View Post
    Is there anyone out there who's prepared to upgrade this mod? My PHP skills are not adequate...
    I was the original author of the module. I can look at updating it to work with newer versions. Let me see what it would take to do that here.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  9. #429
    Join Date
    Jul 2011
    Posts
    146
    Plugin Contributions
    4

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by econcepts View Post
    I was the original author of the module. I can look at updating it to work with newer versions. Let me see what it would take to do that here.
    Please do! My monthly sales analysis is a nightmare without it!

  10. #430
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: Export Shipping & Order Information

    So, uhm... I'm not sure if I'm missing something obvious here, but it took me 5 minutes to upgrade it and have it working with 1.5.4...

    I'll submit it to the plugins in a few minutes since everything seems to be working fine on my test install. In the meantime, for those who can't wait for it to be approved, here's a direct link to the file on my server:
    click here

 

 
Page 43 of 50 FirstFirst ... 334142434445 ... 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