• jordilopez96

    (@jordilopez96)


    Hello there,

    I have an e-commerce that allows the clients to create their profile and they also can become a vendor if they want.

    I’m using a plugin called Profilegrid to create the customer profile, which mixes with Woocomerce pretty well, and the plugin Dokan to migrate the customer account to a vendor account.

    The thing is that Profilegrid creates a profile with it’s profile image and cover image but then, when they become a vendor, Dokan creates a store with different settings and I would like to merge the Dokan store with the profile created in ProfileGrid.

    What do you suggest me to do? I’m guessing that I need to edit the Dokan plugin with code manually…

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You should avoid editing plugin code if at all possible. Well written plugins should provide filter and action hooks through which you can alter behavior without altering their code.

    I don’t know either plugin, but I would guess the best approach would be to manage Dokan and Profilegrid data the way it’s set up now. You could then merge the data as appropriate on front end pages via custom templates. It should be possible to develop an integrated UI without directly modifying either plugin.

    Custom templates could involve modifying your theme, which also should not be done. Instead, create a child theme to contain your custom templates.

Viewing 1 replies (of 1 total)
  • The topic ‘Fuse Dokan Store settings with Customer profile’ is closed to new replies.