Jeff Olmstead

Results 16 comments of Jeff Olmstead

Here is the smallest test I came up with: **ContentType:** * Let's call it SimpleProduct **Fields:** * Add any text field **Parts:** * Add PricePart Then go to make a...

The issue is triggered off of OrchardCore.ContentManagement.ContentExtensions.Get method on line 56: ``` var result = (ContentElement)elementData.ToObject(contentElementType); ``` I am assuming this is only called when a field is present.

I am not sure how to help on this one as I see there is a "LegacyAmountConverter" and an "AmountConverter" Is one of these going away or are both being...

@bleroy if I understand your comment correctly, it means if a user wants a role assignment they have to: 1. Add in the product (nothing unique on product about roles)...

I am a huge fan of Workflows so this would be my recommendation (and possibly we don't need to implement this as much as keep it a consideration during buildout)....

Carried that over to OrchardCore issues [here](https://github.com/OrchardCMS/OrchardCore/issues/2578).

Adding in information from @MatteoPiovanelli-Laser: - Promotion can be on a single product, on a cart "line", or on the whole cart. - Promotion has a condition that says whether...

I too am saddened to hear of this loss. Though I hadn't met Piotr in person, he was a great help in my ramping up in Orchard, even back to...

I don't know about other countries, in the USA the notion of a "Size" picklist is very handy as a lot of clients set up their generic shipping pricing matrix...

@bleroy do you know if this discussion has proceeded? I have utilized this tooling on Orchard Project and loved it / extended it and am now looking at Orchard Core...