*

rsn

  • ***
  • 61 posts
How to configure SMS payment
« on: February 29, 2016, 10:31:24 PM »
you have clear instructions on how to configure

*

MB Themes

Re: How to configure SMS payment
« Reply #1 on: March 01, 2016, 07:48:42 AM »
@rsn
Yes, it is in plugin settings:

1. First you need to create new service on https://fortumo.com/.
2. It is reqired to create 2 services, one for "Promotion" and one for "Move to Top" function.
3. Service type: Cross-Platform Mobile Payments
4. Define countries you want to allow your service in, in section "Do you want to sell single item or virtual credits?" choose "Single item".
5. Set price for your service.
6. Define name of your application (i.e. Promotion or Move to Top) and also name of website where service will be used.   
7. To which URL will your payment requests be forwarded to?:
http://your-site.com/   

8. Where to redirect the user after completing the payment?
For promote function, enter:
http://your-site.com/index.php?page=sms-payment&action=promote&item_id=CUID   

For move to top function, enter:
http://your-site.com/index.php?page=sms-payment&action=movetop&item_id=CUID   

9. Define additional information about service.
10. When everything is set and working properly, do not forget to click on "Go live" on fortumo page and disable test in plugin settings.   

To show Promote and Move to Top buttons, place following code to item.php of your theme:
Code: [Select]
<?php if(function_exists('sp_buttons')) { echo sp_buttonsosc_item_id() ); } ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rsn

  • ***
  • 61 posts
Re: How to configure SMS payment
« Reply #2 on: March 06, 2016, 04:46:28 PM »
agreed  :)

*

MB Themes

Re: How to configure SMS payment
« Reply #3 on: March 06, 2016, 05:05:11 PM »
@rsn
You probably need to configure fortumo service first.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots