Re: Export Shipping & Order Information
Can we also import shipping addresses for the system with this one? If not, any idea how to import in bulk many shipping addresses that are same among the customers? (There is a customer, a big company, who wants the different order makers at their company to have their own accounts for the shop but all of them need the same additional shipping addresses to be available)
Would it be relatively easy directly via db sql?
Re: Export Shipping & Order Information
This module is only for exporting information from the cart. If you want to import information you could use phpMyAdmin (which might be best in your case) or use a tool like EZPopulate (which might be overkill for what you need.)
Re: Export Shipping & Order Information
Hey! This looks like a great addon! I see in the file admin\shipping_export.php that you have the following text:
//$available_export_formats[3]=array('id' => '3', 'text' => 'XML');
Does this mean that you will make an option to export to XML? This is exactly what i'm looking for! :)
Re: Export Shipping & Order Information
Quote:
Originally Posted by
panservolvo
Hey! This looks like a great addon! I see in the file admin\shipping_export.php that you have the following text:
//$available_export_formats[3]=array('id' => '3', 'text' => 'XML');
Does this mean that you will make an option to export to XML? This is exactly what i'm looking for! :)
In the future, I did account for the ability to add XML exports as an option. Just haven't added it to this point as there are numerous ways to build an XML file and with the little demand never got to it.
Yes, though, the opportunity is there for me to add it if needed.
Re: Export Shipping & Order Information
Does this contribution work with 1.5.0 RC1?
Re: Export Shipping & Order Information
It should work with that as well.
Let me know if you have any issues however and I can look into them.
Re: Export Shipping & Order Information
Quote:
Originally Posted by
econcepts
Quantity is already included in the mod. Just select "product details" as an export option. I can easily add weight to the next version as an option. I have that in a customized version used for real time printing of packing slips on another computer so I can add that to this one.
Anybody know how to add the products weight field to the export???
Re: Export Shipping & Order Information
very good addon. 2 questions:
1. how i can add "Shipped" into drop down menu that has Pending, Processing, Delivered.
2. When i try to use "Delivered", file comes empty, even i have lots of delivered orders in database. How to fix this? thanks.
Re: Export Shipping & Order Information
A big thank you for this contribution by the way.
I have a customer who isnt comfortable working in his Zen Cart admin,this contribution allows him to login,export and log out in under a minute.Couldnt be easier :)
Re: Export Shipping & Order Information
Quote:
Originally Posted by
simpledomaining
very good addon. 2 questions:
1. how i can add "Shipped" into drop down menu that has Pending, Processing, Delivered.
This should be added automatically as long as you have the 'shipped' option added in your actual zen cart status section (in the admin.) This module just pulls that data and populates the drop down with it. So if it is missing in your status section of the cart, it won't show here either.
Quote:
Originally Posted by
simpledomaining
2. When i try to use "Delivered", file comes empty, even i have lots of delivered orders in database. How to fix this? thanks.
If you already ran an export then you'll need to select more options in addition to the "delivered" option. Specifically you'll need to select "include orders already exported" as well. This will enable the module to pull orders that have already been exported at a previous date (and thus marked in the database as to the fact.)