Advertisement:

Author Topic: HOW DO I ACHIEVE THIS ON MY WEBSITE?  (Read 3121 times)

christogonus

  • Newbie
  • *
  • Posts: 4
HOW DO I ACHIEVE THIS ON MY WEBSITE?
« on: November 09, 2014, 10:02:54 pm »


I want as it is here on my website but dont know how to achieve that.

You help me please.
« Last Edit: November 09, 2014, 10:32:40 pm by christogonus »

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: HOW DO I ACHIEVE THIS ON MY WEBSITE?
« Reply #1 on: November 09, 2014, 11:51:41 pm »
@christogonus
Not possible do the same with current plugins, you would need a lot of programming and coding... Currently, payment plugin allow to promote listing, but I think user cannot change any date, select if it should be featured, highlighted etc...

Adyyda

  • Sr. Member
  • ****
  • Posts: 435
Re: HOW DO I ACHIEVE THIS ON MY WEBSITE?
« Reply #2 on: November 10, 2014, 05:31:05 pm »
@christogonus
Not possible do the same with current plugins, you would need a lot of programming and coding... Currently, payment plugin allow to promote listing, but I think user cannot change any date, select if it should be featured, highlighted etc...

Any plans to make a proper payment that allow paypal, sms, credit card etc?

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: HOW DO I ACHIEVE THIS ON MY WEBSITE?
« Reply #3 on: November 10, 2014, 11:48:25 pm »
@dyyda
You already can promote your listing using PayPal (and some other gateways), check Payment Plugin ;)

Adyyda

  • Sr. Member
  • ****
  • Posts: 435
Re: HOW DO I ACHIEVE THIS ON MY WEBSITE?
« Reply #4 on: November 10, 2014, 11:54:15 pm »
@dyyda
You already can promote your listing using PayPal (and some other gateways), check Payment Plugin ;)

Before i replied here i have installed Payments plugin and i have see just Paypal. No SMS, no bank transfer etc.
I have see olso that it is showing just 5 of my 20 test ads.

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: HOW DO I ACHIEVE THIS ON MY WEBSITE?
« Reply #5 on: November 11, 2014, 12:00:32 am »
@Adyyda
You just need to search on forums, there is also Fortumo Payment Plugin that allows to make payment via SMS, but I cannot imagine that anyone would pay for premium listing few cents via bank transfer  :-\

Adyyda

  • Sr. Member
  • ****
  • Posts: 435
Re: HOW DO I ACHIEVE THIS ON MY WEBSITE?
« Reply #6 on: November 11, 2014, 01:24:01 pm »
@Adyyda
You just need to search on forums, there is also Fortumo Payment Plugin that allows to make payment via SMS, but I cannot imagine that anyone would pay for premium listing few cents via bank transfer  :-\

The plugin that you mentioned doesn't work.
Payment via bank transfer is useful if you have an account on the website on which to deposit the value and than payments are taken from that value. 

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: HOW DO I ACHIEVE THIS ON MY WEBSITE?
« Reply #7 on: November 11, 2014, 02:44:17 pm »
@Adyyda
I was testing with 3.3 version and worked perfectly, I am also pretty sure it works also on 3.4, it just require precise setting. Not minute work.
With payments, you are talking about wallet right now, there it might have some small reason, but anyway, noone want to pay with bank transfer and wait XX days till it is complete. Everyone is looking for 1 click payment finished in minute.

christogonus

  • Newbie
  • *
  • Posts: 4
Re: HOW DO I ACHIEVE THIS ON MY WEBSITE?
« Reply #8 on: November 11, 2014, 02:49:15 pm »
@Adyyda,
Thanks but what I really want is that the screen be that way (not selectable option).
I want to know how to show the field for the premium ad details and allow user to select the ones of his choice.



Adyyda

  • Sr. Member
  • ****
  • Posts: 435
Re: HOW DO I ACHIEVE THIS ON MY WEBSITE?
« Reply #9 on: November 11, 2014, 02:57:15 pm »
@Adyyda
I was testing with 3.3 version and worked perfectly, I am also pretty sure it works also on 3.4, it just require precise setting. Not minute work.

Can you tell us the steps that you did? Or post a video? Many of us will apreaciate it.
I have done this. I downloaded the plugin and install it. Than activate it and once done, i have accessed the plugin page.
There we have to add <?php fortumo_button(osc_item_id()); ?> which i did and the button shows fine.
I have Renamed sms.php to xxxx.php and move it to root directory - mywebsite.com/xxxx.php

I went to http://fortumo.com/ and made a account and set up Cross-Platform Mobile Payments and made
General information

Service:   Pay-by-Mobile Widget
Country:    my country
Started at:   2014-11-11 11:49
Messages:   0
Service ID:   long code
Secret:   log code

Those long codes i have added them into the plugin.

The moment i created on their website the function, in setup page i see
For integration simply add the following HTML code to your webpage

First, add this on your page once

<script src="//fortumo.com/javascripts/fortumopay.js" type="text/javascript"></script>

And then add this where you want the payment button

<a id="fmp-button" href="#" rel="long code"><img src="//fortumo.com/images/fmp/fortumopay_96x47.png" width="96" height="47" alt="Mobile Payments by Fortumo" border="0" /></a>

if i add these 2, a second button shows which opens up the process like in the demo from their website.
if i remove them, nothing shows. The buttons created by <?php fortumo_button(osc_item_id()); ?> has no function, nothing is launched

So what did i miss out?

The only thing which is not specified was Where to redirect the user after completing the payment? [CUID] which i left it like that to http://my website/index.php?page=fortumo&action=return&id=CUID


frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: HOW DO I ACHIEVE THIS ON MY WEBSITE?
« Reply #10 on: November 11, 2014, 09:12:52 pm »
@Adyyda
You should follow your question to plugin's thread, but:

Quote
if i add these 2, a second button shows which opens up the process like in the demo from their website.

So what is wrong?