David Lee

Results 65 comments of 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??? ![image](https://user-images.githubusercontent.com/5583141/111297020-70eb3a80-864d-11eb-9abb-1aa1e2482c66.png) The is the default ClassicAjax Theme.

![image](https://user-images.githubusercontent.com/5583141/111297289-be67a780-864d-11eb-8845-fd7c8b162405.png)

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.