This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

Camilo Vargas

  • ***
  • 47 posts
add chat only for premium ads. I want it to be only available or shown in premium ads.... theme stela

*

MB Themes

You can only restrict initiate chat button to be visible on premium listings.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Camilo Vargas

  • ***
  • 47 posts
how do I restrict the start chat button that is only available for premium?

Marked as best answer by frosticek on March 17, 2018, 09:12:07 AM
*

MB Themes

@Camilo
Code: [Select]
<?php 
  
if(osc_item_is_premium()) { 
    ... 
chat button code ...
  }
?>

  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Camilo Vargas

  • ***
  • 47 posts
thank you  :) :) :)

In what file do i insert the code above. Is it item.php or where