Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ianhoughton 281 posts 605 karma points c-trib
    May 06, 2022 @ 09:03
    ianhoughton
    0

    Vendr uSync package

    I've installed Vendr.uSync alongside uSync Complete on V8, but I can't see the "Report Vendr settings" link in the uSync section.

    Do I need to add a Handler in the main uSync8.config file?

    We're using Vendr v2.0.3

  • Matt Brailsford 4123 posts 22194 karma points MVP 9x c-trib
    May 06, 2022 @ 09:10
    Matt Brailsford
    0

    Hi Ian,

    Which version of Vendr.uSync have you installed? I think a few people might have seen this issue but I thought I fixed it recently. You might need to manually add the handlers.

    See this config file for what should have been added https://github.com/vendrhub/vendr-usync/blob/v2/dev/src/Vendr.uSync/Web/UI/App_Plugins/Vendr.uSync/config/uSync8.config.install.xdt

  • Bart 7 posts 88 karma points
    Nov 30, 2022 @ 13:32
    Bart
    0

    Hello Matt,

    I'm also encountering the same problem.

    I have installed uSync 10.3.0 and Vendr.uSync 3.0.0. I tried using the solution you provided but it still isn't working. I am not sure if I applied the solution correctly though.

    I copied the handlers from App_Plugins\Vendr.uSync\config\uSync8.config.install.xdt to uSync\v9\usync.config. This results into:

    <?xml version="1.0" encoding="utf-8"?>
    <uSync version="10.3.0.0" format="10.1.0" xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
    <BackOffice>
        <HandlerSets>
            <Handlers Name="default" xdt:Locator="Match(Name)">
                <Handler Alias="vendrStoreHandler" Enabled="true" xdt:Transform="Remove" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrCurrencyHandler" Enabled="true" xdt:Transform="Remove" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrCountryHandler" Enabled="true" xdt:Transform="Remove" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrEmailTemplateHandler" Enabled="true" xdt:Transform="Remove" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrPrintTemplateHandler" Enabled="true" xdt:Transform="Remove" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrExportTemplateHandler" Enabled="true" xdt:Transform="Remove" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrOrderStatusHandler" Enabled="true" xdt:Transform="Remove" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrPaymentMethodHandler" Enabled="true" xdt:Transform="Remove" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrRegionHandler" Enabled="true" xdt:Transform="Remove" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrShippingMethodHandler" Enabled="true" xdt:Transform="Remove" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrTaxClassHandler" Enabled="true" xdt:Transform="Remove" xdt:Locator="Match(Alias)" />
    
                <Handler Alias="vendrStoreHandler" Enabled="true" xdt:Transform="Insert" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrCurrencyHandler" Enabled="true" xdt:Transform="Insert" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrCountryHandler" Enabled="true" xdt:Transform="Insert" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrEmailTemplateHandler" Enabled="true" xdt:Transform="Insert" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrPrintTemplateHandler" Enabled="true" xdt:Transform="Insert" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrExportTemplateHandler" Enabled="true" xdt:Transform="Insert" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrOrderStatusHandler" Enabled="true" xdt:Transform="Insert" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrPaymentMethodHandler" Enabled="true" xdt:Transform="Insert" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrRegionHandler" Enabled="true" xdt:Transform="Insert" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrShippingMethodHandler" Enabled="true" xdt:Transform="Insert" xdt:Locator="Match(Alias)" />
                <Handler Alias="vendrTaxClassHandler" Enabled="true" xdt:Transform="Insert" xdt:Locator="Match(Alias)" />
            </Handlers>
        </HandlerSets>
    </BackOffice>
    </uSync>
    
  • Maarten van der Donk 3 posts 105 karma points c-trib
    Dec 06, 2022 @ 10:36
    Maarten van der Donk
    2

    In my case the problems was that the config of uSync was hiding the Vendr group. In my AppSettings I had the following:

        "uSync": {
          "Settings": {
            "UiEnabledGroups": "Settings"
          }
        },
    

    After adding Vendr to the UiEnabledGroups the Vendr settings showed up in uSync:

        "uSync": {
          "Settings": {
            "UiEnabledGroups": "Settings,Vendr"
          }
        },
    
  • Bart 7 posts 88 karma points
    Dec 06, 2022 @ 11:04
    Bart
    0

    Thanks Maarten,

    This solved our problem!

  • ianhoughton 281 posts 605 karma points c-trib
    May 06, 2022 @ 09:19
    ianhoughton
    0

    v2.0.1

    Thanks for the link, I'll add them now.

  • Matt Brailsford 4123 posts 22194 karma points MVP 9x c-trib
    May 06, 2022 @ 09:26
    Matt Brailsford
    0

    Hmm, I'll have to chat to Kevin to see why they might not be getting copied over 🤔

Please Sign in or register to post replies

Write your reply to:

Draft