Page 46 of 50 FirstFirst ... 364445464748 ... LastLast
Results 451 to 460 of 497
  1. #451
    Join Date
    Jul 2011
    Posts
    146
    Plugin Contributions
    4

    Default Re: Export Shipping & Order Information

    Uploaded a version to work with Php 7.x

    Version is now 1.3.4

  2. #452
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    304
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Indispensable Plugin!

    My client wants to NOT see all the RSS stuff and I don't want it running in the background.
    How do I gracefully remove all the RSS feed stuff.

    I butchered the code on a previous install BUT I don't want it running in the background.

    Thanks, Lucien

  3. #453
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    304
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    I'm using the checkbox option in the attributes

    When downloading CSV file I want to make a separate row for each products WITH the size attribute appended.
    Is this possible in exporter or would this require a ZC code change when generating the order?

    THIS:
    Product Name
    4400407S
    4400407L

    NOT THIS:
    Product Name Product Model Product Attributes
    4400407 6003 Size: S | Size: L |

  4. #454
    Join Date
    Jun 2007
    Posts
    47
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Package in zen repository, export_shipping_information_V1.3.5.zip, file admin/shipping_export.php has version number 1.3.2 (it wasn't updated) so wrong version number shows in admin interface.

  5. #455
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,622
    Plugin Contributions
    123

    Default Re: Export Shipping & Order Information

    Updated to remove marketing information, clean out dead code and reformat.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #456
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    250
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    The variable "TEXT_PREVIOUS_EXPORTS" is defined twice in \admin\includes\languages\english\extra_definitions\shipping_export.php
    lines 32 and 33

  7. #457
    Join Date
    Sep 2013
    Location
    Texas
    Posts
    304
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    PHP 7.1
    zen-cart-v1.5.6a-01042019
    [CloneClassic Template]
    one_page_checkout-2.0.5
    extra_field_on_customer_sign_up_0
    EasyPopulate-4.master-ZC
    export_shipping_information_V1.3.5
    Several core mods.

    The issue I'm having with ESI is when the Company name has a comma in it (My Big Company, Inc.)
    As expected the CSV file sees the comma as an additional delimiter (See attached example)
    Is it possible to delete the commas in the "Customer" column during exporting.
    OR is there some other option to eliminate the comma.

    Thank You for your time!
    Attached Images Attached Images  

  8. #458
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,541
    Plugin Contributions
    19

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by linuxguy2 View Post
    The issue I'm having with ESI is when the Company name has a comma in it (My Big Company, Inc.)
    As expected the CSV file sees the comma as an additional delimiter (See attached example)
    Is it possible to delete the commas in the "Customer" column during exporting.
    OR is there some other option to eliminate the comma.

    Thank You for your time!
    I think your problem is Excel, not the CSV file. Open the CSV file with Notepad and see how it looks. If the data is something like "My Big Company, Inc.","12670","L-01"... then it's definitely Excel causing headaches. If exported file does have correct field delimiters and fields are properly enclosed with double-quotes, the results ARE valid, and it's just Excel being Excel. I find Excel almost impossible to use with CSV files and have become a huge fan of OpenOffice Calc (plus it's free).

    As a workaround, you can change the delimiter to a semicolon - it's a trick I used before OpenOffice Calc. Just edit shipping_export.php and change line 36 from
    Code:
    $FIELDSEPARATOR = ',';
    to
    Code:
    $FIELDSEPARATOR = ';';
    and when you open the file in Excel, you'll have to set your custom delimiter when you choose to convert data to columns.

  9. #459
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,289
    Plugin Contributions
    22

    Default Re: Export Shipping & Order Information

    if you are drop shipping to different providers, the manufacturer may be the most important part of the export. Has anyone added that in at any point? I might be able to figure out how but I'm a little surprised this isn't in there.
    The full-time Zen Cart Guru. WizTech4ZC.com

  10. #460
    Join Date
    Mar 2006
    Posts
    477
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    So far this module is great. i just want to ask if i can setup a way to export the billing address for customers? also if there is a way to set all the boxes up so that i don't have to do it every time i export because we use the same method every time.

    Thanks
    We sell ATV, Dirtbike, Streetbike, Snowmobile, Watercraft & Custom stickers & Banners. Check us out www.AD-DiscountPerformance.com

 

 
Page 46 of 50 FirstFirst ... 364445464748 ... 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