UmbracoProductAdapter.GetProductSnapshot(,,) not virtual
I've been overriding UmbracoProductAdapter.GetProductSnapshot(string productReference, string languageIsoCode). With the introduction of GetProductSnapshot(string productReference, string productVariantReference, string languageIsoCode) I wanted to override that as well but it isn't virtual.
My workaround is to wrap UmbracoProductAdapter, but I thought I'd log this issue (assuming you want this isn't intentional).
Would you mind raising it on the issue tracker though as that is where we track issues https://github.com/vendrhub/vendr/issues, the forums are more for discussions / how can I do X, Y and Z?
UmbracoProductAdapter.GetProductSnapshot(,,) not virtual
I've been overriding
UmbracoProductAdapter.GetProductSnapshot(string productReference, string languageIsoCode)
. With the introduction ofGetProductSnapshot(string productReference, string productVariantReference, string languageIsoCode)
I wanted to override that as well but it isn't virtual.My workaround is to wrap UmbracoProductAdapter, but I thought I'd log this issue (assuming you want this isn't intentional).
Good spot!
Would you mind raising it on the issue tracker though as that is where we track issues https://github.com/vendrhub/vendr/issues, the forums are more for discussions / how can I do X, Y and Z?
👍
It's not a difficult distinction, but I seem to struggle with it
is working on a reply...