We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tested on Umbraco 8.10.1 and 8.12.2, uSync v8.9, Vendr.uSync v1.0.0
Temp fix: Manually add these settings to the config/usync8.Config file
<Handler Alias="vendrStoreHandler" Enabled="true" /> <Handler Alias="vendrCurrencyHandler" Enabled="true"/> <Handler Alias="vendrCountryHandler" Enabled="true" /> <Handler Alias="vendrEmailTemplateHandler" Enabled="true" /> <Handler Alias="vendrOrderStatusHandler" Enabled="true" /> <Handler Alias="vendrPaymentMethodHandler" Enabled="true" /> <Handler Alias="vendrRegionHandler" Enabled="true" /> <Handler Alias="vendrShippingMethodHandler" Enabled="true" /> <Handler Alias="vendrTaxClassHandler" Enabled="true" />
The text was updated successfully, but these errors were encountered:
@nick-hoang what method did you use to install the package? NuGet or the Umbraco zip package?
Sorry, something went wrong.
Hi @mattbrailsford I installed the package via NuGet
No branches or pull requests
I tested on Umbraco 8.10.1 and 8.12.2, uSync v8.9, Vendr.uSync v1.0.0
Temp fix: Manually add these settings to the config/usync8.Config file
The text was updated successfully, but these errors were encountered: