Hi,
I am trying to add a product with a variant and have dimensions to it in the following way
<AspDotNetStorefrontImport Verbose='true'><Transaction>
<Product Action='Add'><Name><![CDATA[Cheesemelter, Countertop]]></Name>
<ProductType>Generic Product</ProductType><Display><XmlPackage>product.variantsi nrightbar.xml.config</XmlPackage>
<ColWidth>4</ColWidth><PageSize>20</PageSize></Display>
<Images><ImageFilenameOverride>VUL1036C.jpg</ImageFilenameOverride></Images>
<Summary><![CDATA[Cheesemelter, Countertop, Electric, 2.4 KW, four rack positions, 27" long, solid state controls, quartz infrared tube heating elements, s/s exterior and interior finish, 4" adjustable legs]]></Summary>
<Description><![CDATA[Rack positions=4;Length=27";Electric or Gas=electric;Heat type=quartz elements;Exterior finish=stainless steel]]></Description>
<MiscText>each</MiscText><SKU>1024C</SKU>
<Mappings AutoCleanup='True'><Entity EntityType='Category' ID='528'/>
<Entity EntityType='Manufacturer' Name='Vulcan-Hart Corporation'/>
</Mappings><Variants><Variant Action='Add'><Name>
<![CDATA[Cheesemelter, Countertop]]></Name>
<Description><![CDATA[Rack positions=4;Length=27";Electric or Gas=electric;Heat type=quartz elements;Exterior finish=stainless steel]]></Description>
<Price>3402</Price><IsTaxable>True</IsTaxable><MSRP>3402</MSRP>
<Weight>75</Weight>
<Dimensions>19.25x27x17.13</Dimensions>
<Inventory>0</Inventory><Published>True</Published><ExtensionData2>0</ExtensionData2><ExtensionData3>0</ExtensionData3><ExtensionData4>1250.39</ExtensionData4></Variant></Variants></Product></Transaction></AspDotNetStorefrontImport>
But I dont know the reason, I could still see the value as 0x0x0 in the database and front end. Please help me.
Thanks,
Shyam