*

Miller

  • ****
  • 141 posts
Public profile contact seller
« on: December 28, 2018, 09:30:41 AM »
How to replace to messenger plugin

*

MB Themes

Re: Public profile contact seller
« Reply #1 on: December 28, 2018, 11:00:58 AM »
@Miller
Remove block and put there button.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Mostapha R.

  • ***
  • 20 posts
Re: Public profile contact seller
« Reply #2 on: May 08, 2019, 05:46:25 AM »
Hey guys,

Please is there anyways to get the generated URL so I can use it in my own customized button?

Thanks

*

MB Themes

Re: Public profile contact seller
« Reply #3 on: May 08, 2019, 11:19:10 AM »
I think no, button should use form. But check on item page, I am not 100% sure
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Mostapha R.

  • ***
  • 20 posts
Re: Public profile contact seller
« Reply #4 on: May 08, 2019, 04:39:18 PM »
Guys thanks for your reply, but there is no code related with im-contact in the item.php!

What i need is to get the generated URL " https://MyWebste.com/im-create-thread/30 " so i can add it in another button!

Or I need to customize the attached button

*

MB Themes

Re: Public profile contact seller
« Reply #5 on: May 09, 2019, 03:24:32 PM »
@Mostapha
Code: [Select]
<?php echo osc_route_url('im-create-thread', array('item-id'osc_item_id())); ?>
as you can see thread is related to item, not user, therefore cannot be used on public profile page.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots