*

msrahmanzero

  • **
  • 7 posts
Replace Contact Seller Functionality on Public Profile Page
« on: January 29, 2019, 09:43:49 AM »
Hi, Again thanks for this nice plugin.
I'm very much happy with it. However I'm missing one thing. On item page it's replace contact seller functionality. That's great. But on public profile page it doesn't. How can I replace contact seller functionality on public profile page instead of sending email? I mean direct message to seller, without listing inquiry. Is it possible?

*

MB Themes

Re: Replace Contact Seller Functionality on Public Profile Page
« Reply #1 on: January 29, 2019, 10:59:44 AM »
You must replace button there.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

msrahmanzero

  • **
  • 7 posts
Re: Replace Contact Seller Functionality on Public Profile Page
« Reply #2 on: January 29, 2019, 11:33:52 AM »
I tried to putting this <?php if(function_exists('im_contact_button')) { im_contact_button(); } ?> but it shows nothing.

*

MB Themes

Re: Replace Contact Seller Functionality on Public Profile Page
« Reply #3 on: January 29, 2019, 01:30:01 PM »
try <?php if(function_exists('im_contact_button')) { echo im_contact_button(); } ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

msrahmanzero

  • **
  • 7 posts
Re: Replace Contact Seller Functionality on Public Profile Page
« Reply #4 on: January 29, 2019, 02:30:12 PM »
No it's not working. As I see it will work if it gets an item id, but I need direct message to seller like we have on public profile that send a email to user. Also the contact form on item page send an email but with instant messenger we can replace that.

Sorry for asking but I need this because getting message on user account is 100 times better that getting an email.

Thanks

*

MB Themes

Re: Replace Contact Seller Functionality on Public Profile Page
« Reply #5 on: January 29, 2019, 03:11:33 PM »
@msrahmanzero
You are true, it require item ID as based on this, target side of communication is identified, so actually on item page, you do not contact user, but you are contacting owner of that listing.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

msrahmanzero

  • **
  • 7 posts
Re: Replace Contact Seller Functionality on Public Profile Page
« Reply #6 on: January 29, 2019, 03:32:14 PM »
May we get an update with that feature so that user can contact seller without selecting an item?

Regards

*

MB Themes

Re: Replace Contact Seller Functionality on Public Profile Page
« Reply #7 on: January 29, 2019, 03:44:47 PM »
@msrahmanzero
We do not plan to redesign infrastructure of plugin.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

msrahmanzero

  • **
  • 7 posts
Re: Replace Contact Seller Functionality on Public Profile Page
« Reply #8 on: January 29, 2019, 04:31:01 PM »
Thank you!