Nik
Nik
That's interesting because I can't actually do you work around as the code doesn't seem to allow: When I create the query: ``` searcher.CreateQuery().NodeTypeAlias(Recording.ModelTypeAlias) ``` It's generates an `IBooleanOperation` which...
Hi guys, Just came across this discussion and I had an idea regarding the +'s as I've had editors say it can be frustrating to find them. What if they...
Hey @mattbrailsford , yeah I mean things like billing fields etc. Working on a SagePay Provider there is a lot of mapping that needs to be done for order properties:...
Off this this, a slight question on how the transaction meta properties are store... what happens if you have 2 payment methods for the same provider.. e.g. One off Stripe...
Why not allow the following ``` Order.CopyFrom(existingOrder, CopyFromOptions.OrderLines & CopyFromOptions.Customer) .CopyLinesFrom(anotherExistingOrder, CopyLiesFromOptions.AppendAndUpdate) ``` Where AppendAndUpdate means if the same product exists it merges the quantities together, if it does it...
I would like to see this as an option so you can pick if it does/doesn't hide things from the tree - this caters for both scenarios. If you have...
@TvGessel , due to V15 and nearly v16 being out. Do you not think it would better to push this change to v18. This then doesn't mean that projects being...