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 8 of 8

Thread: Product Import

  1. #1
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Exclamation Product Import

    Can Any one help me
    how to import only one filed to the website products.

    i already have the products on the website, now i would like to import it'sRestrictedQuantities


    so basically, i will prepare a spread sheet, with SKU and RestrictedQuantities

    and want to import this file.

    please help me how to do this even with WSI.


    thanks
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  2. #2
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    Look at this thread, it might help
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  3. #3
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Exclamation interesting

    Certainly. One way to do it would be to export the content of the table to an excel spreadsheet. You must include at least the primary key of the table in the columns, and any other data columns you're interested in changing. Then using a formula in excel create an update statement for each row, and copy that down. Copy the SQL back out and fire it against the db. You'll need something like SQL Server Management Studio to get at the data in the first place.
    when you say Copy the SQL back out and fire it against the db.

    i have SQL Server Management Studio.
    Can you please elaborate the above statement.
    am i suppose to to Excel Import from SQL Server Studio Management.

    thank you.
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  4. #4
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    Yes, absolutely. You are only using Excel to create the SQL statements. Copy those statements to either SQL Server Management Studio, or the built-in 'Run SQL' window in ASDNSF admin site.
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  5. #5
    harsha.gus is offline Senior Member
    Join Date
    Mar 2009
    Posts
    301

    Exclamation not clear

    If in that case, i will be ending up creating 1500 SQL Statements.
    and i have to copy each Statement to SQL Server Management Studio.

    or else do we have any option to run all 1500 Statements at once?

    thanks
    rbgx
    AspDotNetStorefront ML
    v8.0.1.4

  6. #6
    jsimacek is offline Senior Member
    Join Date
    Dec 2008
    Location
    Phoenix, AZ
    Posts
    373

    Default

    Harsha I believe you want the Bulk Product Updater: http://www.ecommercecartmods.com/p-2...torefront.aspx you would give it your Excel with SKU column and Restricted Quantities in the other and it will update the existing products with that information based on the SKU given!
    Jan Simacek - Compunix, LLC
    AspDotNetStorefront trusted Devnet Partner and Reseller since 2005

    AspDotNetStorefront Mods and Add-Ons at http://www.ecommercecartmods.com/
    - Searching, Filtering and Sorting (like cSearch, Dealer Locator, Price Ranges, Blog)
    - Reports (like Cart Abandonment and Net Sales)
    - Customer Experience (like Question/Answers)
    - Site and Data Management (like Entity Product Mapper, Bulk Updaters, Make/Model/Year filters)

  7. #7
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    Why pay $400, when u can do it for free, if you have Excel and SSMS?

    If you looked at the spreadsheet in the thread I pointed you to, you could see that the 4th column D, has the SQL statements prepared via a forumla based on the content of columns A, B & C.

    Your spreadsheet would look different because you would be using the SKU instead of the ProductID/VariantID, but the principal of creating the formula is the same. Then copy the formula down for all of the rows, and then copy and paste the resulting SQL into SSMS.
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!

  8. #8
    jsimacek is offline Senior Member
    Join Date
    Dec 2008
    Location
    Phoenix, AZ
    Posts
    373

    Default

    If you alreayd have the SQLs, then you have the work done practically :-), just execute the SQLs directly.

    I'm sorry I misunderstood, our Bulk Updater can be used to update any product data based on any identifier (ProductID, VariantID, SKU, ManufacturerPartNumber etc) using ANY Excel file you have.

    But yes, if you setup your Excel alreayd with formulas to generate your SQLs, then you can execute them directly in your SQL Management Studio, just make sure to make full backups.
    Jan Simacek - Compunix, LLC
    AspDotNetStorefront trusted Devnet Partner and Reseller since 2005

    AspDotNetStorefront Mods and Add-Ons at http://www.ecommercecartmods.com/
    - Searching, Filtering and Sorting (like cSearch, Dealer Locator, Price Ranges, Blog)
    - Reports (like Cart Abandonment and Net Sales)
    - Customer Experience (like Question/Answers)
    - Site and Data Management (like Entity Product Mapper, Bulk Updaters, Make/Model/Year filters)