Page 28 of 38 FirstFirst ... 182627282930 ... LastLast
Results 271 to 280 of 373
  1. #271
    Join Date
    Sep 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by econcepts View Post
    What version of the module are you using?

    I'll have to look and see if anything else changed that would have added or dropped something when the ISO codes are used. Anyone else notice this problem on their system?
    Quote Originally Posted by magnusrf View Post
    I had ISO Country Code checked, when I went back and unchecked it , it worked.
    Same here.

    version 1.3.2, when click product per row, with ISO Country Code selected will have error, bug at admin/shipping_export.php line 91 and 92, interchange this two line will work.

  2. #272
    Join Date
    Dec 2005
    Posts
    1,440
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by fatfaifai View Post
    Same here.

    version 1.3.2, when click product per row, with ISO Country Code selected will have error, bug at admin/shipping_export.php line 91 and 92, interchange this two line will work.
    What was the exact error code you received?
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #273
    Join Date
    Sep 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by econcepts View Post
    What was the exact error code you received?
    excalty same as magnusrf

    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:[...] 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.

    It appeared that the 'AND cc.countries_name = o.delivery_country' append before the WHERE clause in line 91-92, when iso country 2 or 3 selected.

  4. #274
    Join Date
    Dec 2005
    Posts
    1,440
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by fatfaifai View Post
    excalty same as magnusrf

    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:[...] 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.

    It appeared that the 'AND cc.countries_name = o.delivery_country' append before the WHERE clause in line 91-92, when iso country 2 or 3 selected.
    Ok, super. Thanks for listing that. I'll look at it here and alter for the next release. I have a new one coming out soon so that will be addressed.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  5. #275
    Join Date
    Jul 2010
    Posts
    112
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Hi
    just a couple of quick questions regarding the exported CSV file with customers orders-
    1.There seems to be a zero or letter o in some header row titles-such as,Product 0 Price,Product 0 Name etc,any idea how to remove this?
    2.How can I remove certain header row items such as Customer email, Country and Postcode?
    3.Have noticed some exported orders are being exported twice in the same export-in test mode without including previously exorted orders

    Thanks in advance for any help

  6. #276
    Join Date
    Dec 2005
    Posts
    1,440
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by trickobrien View Post
    1.There seems to be a zero or letter o in some header row titles-such as,Product 0 Price,Product 0 Name etc,any idea how to remove this?
    This is automatically added only when you are trying to export one order per row (it is not present in one product per row) and it should not be removed or it will render the rest of the export un-usable. If you have more than one product per order that is when it increments up Product 2, etc...


    Quote Originally Posted by trickobrien View Post
    2.How can I remove certain header row items such as Customer email, Country and Postcode?
    These are part of the default export. You can remove them but you'll need to remove them in several locations. First staring with the header row (in the php file) and then you will need to find each instance of where the data would be exported (the actual data row) and remove those as well. If you don't remove them correctly, you will throw your entire export file off (items will be exported in the incorrect locations most likely.)

    Quote Originally Posted by trickobrien View Post
    3.Have noticed some exported orders are being exported twice in the same export-in test mode without including previously exorted orders
    What version of the mod are you using? If you are exporting one ORDER per row then you should see (if all is working ok) only one order per line.

    If however you are exporting one PRODUCT per row then you will see one product per line. So if an order has multiple products, you will get that order info multiple times (because each product exports on a separate line.)
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  7. #277
    Join Date
    Jul 2010
    Posts
    112
    Plugin Contributions
    0

    Default Re: Export Shipping & Order Information

    Thanks for taking the time to clear that up for me,now I understand

  8. #278
    Join Date
    Oct 2007
    Posts
    161
    Plugin Contributions
    0

    help question Re: Export Shipping & Order Information

    I would like to remove the 'Product Price' and 'Product Attributes' fields from the csv file (when 'Full Product Details' is checked), could you possible let me know exactly how I could do that?

  9. #279
    Join Date
    Dec 2005
    Posts
    1,440
    Plugin Contributions
    6

    Default Re: Export Shipping & Order Information

    Quote Originally Posted by DML73 View Post
    I would like to remove the 'Product Price' and 'Product Attributes' fields from the csv file (when 'Full Product Details' is checked), could you possible let me know exactly how I could do that?
    These are referenced in a few areas with in the file (header, one product per row, one order per row) sections.

    The best thing to do is to search on 'price' and 'attributes' and then just comment out all of those areas where they appear.

    You might need to remove some code from an SQL query or so as well.
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  10. #280
    Join Date
    Oct 2007
    Posts
    161
    Plugin Contributions
    0

    help question Re: Export Shipping & Order Information

    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?

 

 
Page 28 of 38 FirstFirst ... 182627282930 ... LastLast

Similar Threads

  1. Freeshipper is overriding all shipping costs
    By dbrewster in forum Built-in Shipping and Payment Modules
    Replies: 23
    Last Post: 13 Feb 2008, 03:47 PM
  2. Free Shipping on First Order
    By esugrue in forum General Questions
    Replies: 11
    Last Post: 1 Jun 2007, 09:37 AM
  3. Free shipping on order less than free ship price
    By wynnesome in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 8 May 2007, 09:53 PM
  4. New fields populate Shipping information
    By brycej2 in forum Addon Shipping Modules
    Replies: 0
    Last Post: 23 Apr 2007, 09:09 PM
  5. Importing order information
    By magicpants in forum Managing Customers and Orders
    Replies: 0
    Last Post: 23 Apr 2007, 11:21 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
  •