I exported a product from my development site and imported into my production site through WSI. Everything looks normal except that the Quantity box and "Add to cart" button disappeared.
In other word the function aspdnsf:AddtoCartForm(ProductID, VariantID, 0, 'left') in the xmlPackage returns " ".
I compared the records in productVariant between the 2 databases and realized that there are several fields in the production db are empty (a space or something?)whereas those in the development db are NULLs. Looks like WSI somehow fails to retain a NULL value during an import and export process.
Any idea?
PS: I am using the RestrictedQuanantities feature so that quantity box is actually a dropdodwn list.