Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Jan 2010
    Posts
    189
    Plugin Contributions
    1

    Default Apsona CSV data exporter [support thread]

    This add-on exports data records (customers, orders, products, product attributes, and categories) to CSV format from the admin to interact with the Apsona service.

    Tested with Zen Cart 1.3.8, but should work on earlier versions as well.

    Download link:
    http://www.zen-cart.com/index.php?ma...oducts_id=1500

    More details about how this add-on works are here: http://apsona.com/pages/ec/howItWorks.html

    You will need this add-on for using the Apsona service.

    Comments/feedback very welcome.

  2. #2
    Join Date
    Dec 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Apsona CSV data exporter [support thread]

    This seems exactly what I was looking for so thank you.

    I have two remarks if I may:
    1. When I export the Orders, all orders show twice. It exports 1,2,3, and then starts again with 1,2,3 etc.
    2. The discount amount is not exported, when I select orders_products.

    Can you fix it?
    Please?


    ZC 1.3.8a
    Last edited by KnowNoneSince; 27 Jan 2010 at 06:08 PM.

  3. #3
    Join Date
    Jan 2010
    Posts
    189
    Plugin Contributions
    1

    Default Re: Apsona CSV data exporter [support thread]

    Hello,

    Thanks for the feedback. I'd love to fix these two issues, but I'd like some help with them.

    - I am not seeing this order duplication problem you mention, so perhaps there is something in your environment that I have not accounted for. Does this happen under all circumstances, or only when you choose a particular date value in the export form?

    - As for the discount amount, would you happen to know the table/column in the database where this value appears? I looked around in the schema and in the source code but wasn't able to deduce the answer. I am hoping some of the other folks in this forum will be able to help answer these questions as well.

    Thanks.

  4. #4
    Join Date
    Dec 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Apsona CSV data exporter [support thread]

    Hi Apsona,

    Thanks for your reply. i played a lot with your code to make it custom for my own use and the order export is working fine. (it was my mistake)
    And the discounts, I added by referring to the discounts-table.

    I love your exporter, it's great.
    Removed the quotation marks and some fields that I didn't need to my backend system.
    Thanks.

  5. #5
    Join Date
    Feb 2006
    Location
    Central Coast, NSW, Australia
    Posts
    560
    Plugin Contributions
    0

    Default Re: Apsona CSV data exporter [support thread]

    Hi,

    I'm currently using Easy Populate (EP) 1.2.5.7 which allows uploading of meta data (which earlier versions of EP don't support)

    I am about to start the upgrade path form ZC 1.3.8a to 1.3.9b.

    EP 1.2.5.7 is not yet compatible with the 1.2.5.7 and or PHP 5.3

    Your add-on looks like a good fit and a great replacement for EP, but is it compatible with the latest version of ZC and will it run on PHP 5.3 ?

    Thanks,
    Mike

  6. #6
    Join Date
    Jan 2010
    Posts
    189
    Plugin Contributions
    1

    Default Re: Apsona CSV data exporter [support thread]

    Mike_Dean - The exporter add-on is meant only for data export. It does not do any importing, unlike Easy Populate. Perhaps you are referring to Apsona ShopAdmin, which is entirely different from the exporter add-on, and does export, import and quite a lot more.

    Thanks,
    Apsona
    http://apsona.com

  7. #7
    Join Date
    Mar 2010
    Posts
    251
    Plugin Contributions
    0

    Default Re: Apsona CSV data exporter [support thread]

    Can I export, change and then import mass attribute prices using your shop program rather than updating prices individually using zen cart admin?

  8. #8
    Join Date
    Jan 2010
    Posts
    189
    Plugin Contributions
    1

    Default Re: Apsona CSV data exporter [support thread]

    moesoap - The Apsona CSV exporter export-only, it doesn't have an importing or uploading part to it. But you can use Apsona ShopAdmin (which is a very different and more capable app, also free) to do the export/edit/re-update cycle not just for product attributes but for products, categories, orders and customers.

    Apsona
    http://apsona.com

  9. #9
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Apsona CSV data exporter [support thread]

    I tested the Apsona ShopAdmin and I can say it's loaded with useful features. Unfortunately, for us we decided not to use it because it requires our server to have allow_url_fopen to be turn on and we decided against that for security reasons.

  10. #10
    Join Date
    Jan 2010
    Posts
    189
    Plugin Contributions
    1

    Default Re: Apsona CSV data exporter [support thread]

    BlessIsaacola - I'd like to address the security concern and the reasons for the choices we made with ShopAdmin. I will provide some brief technical details here, but please feel free to follow up.

    • ShopAdmin has to download the user interface software layer (JavaScript and CSS files) into the user's browser. This is obviously necessary, otherwise we can't paint the browser's screen.
    • It can't download that software directly from the ShopAdmin server, because it will run head-on into the Same-Origin-Policy issue that Ajax programmers have to deal with. So it will have to provide a pass-through so that the software is downloaded from the ShopAdmin server via the Zen Cart application.
    • PHP provides two ways of implementing such a pass-through: either allow_url_fopen or curl. But curl, to my mind, is the less desirable choice because it spawns a new child process on the server, with two undesirable results:
      1. It will require the child-process-spawning capability, and there are lots of attack vectors that open up if you include that capability. This is in fact the usual trick that Windows viruses use to get in to a victim computer.
      2. It increases the load on the server, because spawning another process is a high-overhead operation (the same reason why FastCGI is preferable to CGI).

      In contrast, allow_url_fopen has neither of these drawbacks, since it is implemented directly within the PHP virtual machine. It also offers fine-grain control to the web server setup.

    The ShopAdmin code is written to take care that we do not download anything else through the server, and more importantly, it does not write anything to the server's file system (other than updating the database, according to the user's instructions). As you well know, when it comes to security, we have to be paranoid. And when someone is trusting their business and their livelihood with a piece of software, that software had better be totally reliable, or it will soon be a forgotten memory.


    Hope this helps.
    Apsona
    http://apsona.com

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. JK Order Exporter - Support Thread
    By eVelt in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Sep 2015, 07:06 AM
  2. eBay Turbo Lister 2.0 Exporter Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 215
    Last Post: 8 Feb 2014, 06:03 AM
  3. Products/Categories URLs Exporter Support Thread
    By joshuayang in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 28 Mar 2010, 05:33 PM
  4. Amazon Exporter Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 14
    Last Post: 10 Feb 2010, 12:41 AM
  5. eBid Exporter - Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 1 Dec 2007, 10:34 PM

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