Copied to clipboard

Flag this post as spam?

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


  • James Shute 5 posts 84 karma points
    Jun 05, 2018 @ 13:22
    James Shute
    0

    Merchello and Dialogue login functions

    Hello there,

    I am using Umbraco 7.6.5, along with Merchello shopping plugin and the Dialogue forum plugin, is there a way to make a login and register area for both these plugins so the users doesn't have to login/register multiple times for each plugin.

    Many thanks in advance,

    James Shute

  • MM 29 posts 125 karma points
    Jun 22, 2018 @ 14:36
    MM
    100

    You can add any custom member types into Merchello.config on the following line

      <customer memberTypes="customer,Customer,merchelloCustomer,MerchelloCustomer" />
    

    Adding in DialogueMember (or whatever the alias you wish to use is) into here should start classing them both as customers.

    Ideally you'd have one common member type to share across both, so you'd manually add in any necessary property types (though I think in this case they only exist within Dialogue). You'd need to ensure all the correct fields are initialised on registration (again, this should only be needed for Dialogue custom fields like post count).

    This is all theoretical and may break down at some point within the process, but from what I can remember from working with Dialogue, this should be fine

Please Sign in or register to post replies

Write your reply to:

Draft