Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Free CSV Product Data Exporter for AspDotNetStorefront

  1. #1
    humbads is offline Junior Member
    Join Date
    Jul 2010
    Location
    Michigan, USA
    Posts
    8

    Default Free CSV Product Data Exporter for AspDotNetStorefront

    Here is a free (GPL) product data export script for AspDotNetStorefront. The script is open-source and written in VB.Net.

    Free CSV Product Data Exporter for AspDotNetStorefront

    To install it, all you do is copy the scripts to your website. You can specify a password to password-protect the data export. The exported data is formatted as Excel-compatible, CSV (comma-separated value). This script is specially designed for high-performance and low-memory usage, and it will compress output to save bandwidth.

    After installing, open the page and then you can enter the password and click Export. The raw data will start displaying in your web browser, and you can then save this to your computer. You can copy the URL and use it where needed to dynamically get your latest product data at any time. You can use this as source data for an Excel template that generates data feeds to Google, Bing, etc.

    This script exports the first category and manufacturer for each product. It also uses a refined set of filters to exclude products that should not be listed in search engines. The code is very well documented, so you are free to read through it.

    Any feedback would be appreciated.

  2. #2
    sasdaman is offline Member
    Join Date
    Mar 2009
    Location
    United Kingdom
    Posts
    35

    Default Version Compatibility

    Hi Humbads,

    Does this work with AspDotNetStorefront ML 7.1.0.0 by any chance?

    Cheers, Sahus
    Sahus Pilwal
    Web Designer
    eCommerce Design & Development

  3. #3
    humbads is offline Junior Member
    Join Date
    Jul 2010
    Location
    Michigan, USA
    Posts
    8

    Default Re: Version Compatibility

    This script should work with all versions of AspDotNetStorefront. There is contact information on the website if it doesn't.
    AspDotNetStorefront Feeds Add On - Data Feed Service by Aten Software

  4. #4
    Skriver is offline Senior Member
    Join Date
    Apr 2012
    Posts
    188

    Default

    Any idea if this works with Multistore? I am trying this but getting an error

    Compilation Error
    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: BC30007: Reference required to assembly 'ASPDNSFApplication, Version=9.0.1.3,

  5. #5
    humbads is offline Junior Member
    Join Date
    Jul 2010
    Location
    Michigan, USA
    Posts
    8

    Default

    We have not tested it with Multistore, but have not seen the error you are seeing either. The script does not reference or require the ASPDNSFApplication assembly, so the error is most likely from some other component in your website.

    If you want further help, please use the contact form on the Aten Software website.
    AspDotNetStorefront Feeds Add On - Data Feed Service by Aten Software