I am im****ting products to the product catalog via the standard im****t XML
process. When I set a list price of (say) 7214.53, the price which shows
up
on the catalog is 7214.5298. It appears CS 2007 is doing some sort of
mathematical processing on the list price which ends up creating a float
amount which is nearly but not exactly the price I want.
I got around the problem by im****ting all of my prices in whole (Kroner)
amounts. Is there a way to control the listprice attribute to indicate
that
it is a fixed (2 decimal places) amount?
XML Snippet: <Product UseCategoryPricing="0" listprice="7214.53" and so
on...>