I'm the lucky owner of the SMS plugin, but I just want to show it to the listing owner. I have already arranged that only logged in users can see the SMS payment method, but I would like to add the owner id from the listing.
If you can help me, it will be greatly appreciated.
my code now is:
<?php if(function_exists('sp_buttons')) if(osc_is_web_user_logged_in()) { { echo sp_buttons( osc_item_id() ); } ?>
<?php } ?>