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

Thread: WSI consideration

  1. #1
    vedran is offline Member
    Join Date
    Jun 2012
    Posts
    98

    Default WSI consideration

    I am thinking to move on to WSI and abandon Excel import tool.

    Does anyone have an example how to insert a product that has a kit in it using WSI?

    Thanks

    PS
    When addind product do I just name the category, and it will be added to the appropriate one?
    Last edited by vedran; 08-09-2012 at 02:26 PM.

  2. #2
    vedran is offline Member
    Join Date
    Jun 2012
    Posts
    98

    Default

    Sometimes I am blind. It was there in samples folder.

    Sorry

  3. #3
    vedran is offline Member
    Join Date
    Jun 2012
    Posts
    98

    Default

    This error I get... whatever entities or combination make.

    Code:
     <Error Message="Exception, Message=Conversion failed when converting from a character string to uniqueidentifier." />
    This is just bare bones adding manufacturer code and I get the above error:


    Code:
    <AspDotNetStorefrontImport Version="9.3" SetImportFlag="true" AutoLazyAdd="true" AutoCleanup="true" Verbose="true" TransactionsEnabled="true">
    
        <Entity EntityType="Manufacturer" Action="Add" ID="" GUID="" XPathLookup="/x/y/z" RemoveMappings="boolean">
            <Name>mujo</Name>
            <XPath></XPath>
            <!-- XPath only allowed on Add Actions -->
            <SE>
                <SEName></SEName>
                <SETitle></SETitle>
                <SEKeywords></SEKeywords>
                <SEDescription></SEDescription>
                <SENoScript></SENoScript>
                <SEAltText></SEAltText>
            </SE>
            <Address1>a</Address1>
            <Address2>a</Address2>
            <Suite>a</Suite>
            <City>a</City>
            <State>a</State>
            <ZipCode>342</ZipCode>
            <Country>a</Country>
            <Phone>a</Phone>
            <FAX>a</FAX>
            <URL>a</URL>
            <EMail>a@a.com</EMail>
            <Summary>a</Summary>
            <Description>a</Description>
            <Display>
                <XmlPackage>entity.grid.xml.config</XmlPackage>
                <ColWidth>4</ColWidth>
                <PageSize>4</PageSize>
                <SkinID></SkinID>
                <TemplateName></TemplateName>
            </Display>
            <Images>
    
            </Images>
            <QuantityDiscount Name="string" ID="integer" GUID="uniqueidentifier"/>
            <DisplayOrder></DisplayOrder>
            <Published></Published>
            <Wholesale></Wholesale>
            <ExtensionData></ExtensionData>
            <StoreMappings AutoCleanup="boolean" PreserveExistingRecords="boolean">
                <Store StoreId="int" StoreName="string" />
                <Store StoreId="int" StoreName="string" />
            </StoreMappings>
    
        </Entity>
    </AspDotNetStorefrontImport>
    However, mujo manufacturer is inserted normally.