David Lee
David Lee
I've removed my previous comment. Sorry, this is not the same issue I have had.
I've retested this problem in DNN9.10.2 and it failed. I upgraded to 9.11.0 and tested the sameimport and it worked. Not sure what was fixed. But it looks good now....
I can't remember an option to "mark" a product deleted. There are hidden and disabled flags, but the delete should work like a normal delete. If your building a new...
https://www.openstore-ecommerce.com
Yes, looks like a display issue with the option price. As a workaround for now I think you might be able to change the display format in the cart list...
not sure of the code off the top of my head.... but change... @NBrightBuyUtils.FormatToStoreCurrency(nbiOpt.GetXmlPropertyDouble("option/optvalcost")) to something like this... @nbiOpt.GetXmlPropertyDouble("option/optvalcost").ToString("C0") Currency should be kept in a Decimal, legacy code has it...
Here is my dev system... look OK???  The is the default ClassicAjax Theme.

This is in French... maybe something to do with language. try a test system in French and see if it works.
I think it is this... @if (@product.Options.Count >= 1) { @ProductOptions(product) } Not what you are formatting with.