Paid support should go through the support channel but support does not cover customization or consulting services.
I have NO errors, i have saved and unzipped the program. in the program i see the folders. BUT there is not anything to RUN the program... How does it work???
When you extract the files, the executable to run the import tool can be found at WSITestProgram\WSIEventSampleClient\WSIImportTeste r\WindowsApplication1\bin\Debug\WindowsApplication 1.exe. As far as how to use it, all of the instructions are in the wsi manual in Sample Test Program.
The full xml schema for using WSI can be found in the copy of AspDotNetStorefront that you have downloaded. The file is called wsi.xml and can be found in the ImportFileSamples directory. It has the node schema for setting prices on a per customer level basis. You would do something like
Code:
<AspDotNetStorefrontImport>
<Product Action="Update" ID="#">
<Variants>
<Variant Action="Update" ID="#">
<ExtendedPrices>
<CustomerLevel ID="#" Price="##.##" />
<CustomerLevel ID="#" Price="##.##" />
<CustomerLevel ID="#" Price="##.##" />
</ExtendedPrices>
</Variant>
</Product>
</AspDotNetStorefrontImport>
Ultimately though, it sounds like you are looking for someone to do this for you. If you need someone to just write the thing for you and execute it then you might want to work with a developer or one of our devnet partners. If you aren't sure what all of this means, then I would also suggest working with a developer or one of our partners, as it's possible to use WSI to completely decimate your database. At any rate, don't jump into this and just start firing off commands without first testing in a sandbox environment or you may bring down your live site...WSI has the ability to touch all data in an AspDotNetStorefront database.
Last edited by George the Great; 03-16-2010 at 01:58 PM.
<a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>