*

indrajit

  • ***
  • 23 posts
SMS Payment plugin-Not available in user A/c
« on: June 30, 2016, 04:05:09 PM »
I'm very much in deep trouble need urgent solution :---

Last night I bought SMS payment plugin and I installed that according to MB theme plug in instruction but the main problem is it is not showing in registered user's dashboard but according to Fortumo rules it must be in registered user's dashboard I tried to paste the widget code provided by seller(Mb_theme) but not yet worked now if I can't set this plug in in registered user dashboard
( like under each items of the registered user )Then Fortumo will not provide service,otherwise this will be my wastage Plz help as I'm not a technical person

www.adlluvia.com

Siliguri-West Bengal-India
Modify message
« Last Edit: June 30, 2016, 04:17:22 PM by indrajit »

*

MB Themes

Re: SMS Payment plugin-Not available in user A/c
« Reply #1 on: June 30, 2016, 05:32:36 PM »
@indrajit
1) You can allow to promote listings only to their owner on listing placing code into:
Code: [Select]
<?php if( osc_is_web_user_logged_in() && osc_logged_user_id() == osc_item_user_id() ) { ?>
  <?php if(function_exists('sp_buttons')) { echo sp_buttonsosc_item_id() ); } ?>
<?php ?>


2) I am not sure if fortumo supports to show multiple buttons for different items, but if you add to user-items.php javascript for fortumo, it might work:
Code: [Select]
<script src="https://assets.fortumo.com/fmp/fortumopay.js" type="text/javascript" data-cfasync="false"></script>
« Last Edit: June 30, 2016, 05:41:14 PM by frosticek »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

indrajit

  • ***
  • 23 posts
Re: SMS Payment plugin-Not available in user A/c
« Reply #2 on: July 01, 2016, 04:48:35 AM »
It worked and I applied no.1 method

Thanks
But Its not good as guest/flying  visitor can't see this payment option unless until they create an user a/c and post an ad, this is not good marketing strategy by the Fortumo I don't know why or it must be shown to all visitor or user etc etc I mean to say when an user or visitor will click the button, a massage will appear that ''only logged in user is allowed '' etc like this. or it  must be like other osclass payment plug in

*

MB Themes

Re: SMS Payment plugin-Not available in user A/c
« Reply #3 on: July 01, 2016, 07:47:52 PM »
Well I think you are complaining on bad forum, you should rather go to fortumo one.
What you want with buttons is not possible, you need to create new ones for logged off users.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots