How do you add to ShoppingCart using WSI?
How do you add to ShoppingCart using WSI?
...AllStar
I've tried this:
<AspDotNetStorefrontImport Version="7.1" Verbose="false">
<ShoppingCart Action="Update" CartType="ShoppingCart" CustomerID="<customerID goes here>" CustomerGUID="<customerGUID goes here>" CustomerEMail="<customerEmail goes here>">
<Add ProductID="23" VariantID="39" Quantity="1" />
</ShoppingCart>
</AspDotNetStorefrontImport>
RESULT:
<?xml version="1.0" encoding="utf-8"?>
<AspDotNetStorefrontImportResult Version="7.1" DateTime="4/16/2009 11:35:56 AM" />
Checked the cart of the user...Nothing in the cart. Any guidance would be greatly appreciated. Thanks!!!
...AllStar
I got it working.
...AllStar
That's Great! Thanks for updating us.
How did you do it. When I look at the service, I dont see any implementation code. Am I missing something?