Advertisement:

Author Topic: Need billing service to OSClass  (Read 5146 times)

Jakbosons

  • Newbie
  • *
  • Posts: 8
Need billing service to OSClass
« on: September 08, 2011, 03:27:32 pm »
Hello friends,
I need code developer to add billing service to OSClass. I want to work with ElitPay.com, Who can help me? And how much it will cost for me?
:)

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Need billing service to OSClass
« Reply #1 on: September 08, 2011, 05:38:03 pm »
Hi jakbosons,

What do you mean with billing service? Do you want something similar to the current Paypal plugin but instead of paypal to use elitpay?

Thanks

Jakbosons

  • Newbie
  • *
  • Posts: 8
Re: Need billing service to OSClass
« Reply #2 on: September 08, 2011, 08:37:10 pm »
Hello _CONEJO,
Yes, something like PayPal plugin. But I want, something like this.
user post his ad to website, And he can Make it VIP, when he press PAY, there will open new window with code, which he need to send to elitpay by sms from mobile.
Sorry, for my english.
Waiting for reply.
Best regards

bilekas

  • Full Member
  • ***
  • Posts: 219
  • Bilekas
Re: Need billing service to OSClass
« Reply #3 on: October 03, 2011, 08:26:02 pm »
Jakbosons Do you have the merchant accounts already created for what payment gateways you would like to use ?


Jakbosons

  • Newbie
  • *
  • Posts: 8
Re: Need billing service to OSClass
« Reply #4 on: October 17, 2011, 11:59:58 pm »
No I didn't registed marchant account

bilekas

  • Full Member
  • ***
  • Posts: 219
  • Bilekas
Re: Need billing service to OSClass
« Reply #5 on: October 18, 2011, 03:02:17 am »
A Billing service can be implemeted using the API of a merchant, for example we are working on integrating flow2cash into OSClass..

The hardest part is what you want to bill.... Memberships or item listings alone..

nakamura

  • Guest
Re: Need billing service to OSClass
« Reply #6 on: October 21, 2011, 12:49:03 pm »
I'm wondering if it might be an idea to look into using a separate script for controlling memberships, logins, payments and accounts, then bridging it with OSClass?

The following PHP script does this job very well and has a system where you can build your own plugins: http://www.amember.com

It also has the benefit of being integrated with 60+ payment systems!

bilekas

  • Full Member
  • ***
  • Posts: 219
  • Bilekas
Re: Need billing service to OSClass
« Reply #7 on: October 23, 2011, 02:43:10 am »
We did somethin simular for a client actually..

we removed the register page completely and created a "become a partner"

The page was form based which when filled out went to payment gateway of choice - in this case it was flow2pay

the success paymnt url would then send the admin/support team an email with all details, and then they would create the account in the admin area...

Worked quite well.. And not too much modification needed.

Jakbosons

  • Newbie
  • *
  • Posts: 8
Re: Need billing service to OSClass
« Reply #8 on: October 26, 2011, 10:43:07 pm »
OSClass Eiltpay.com billing system plugin is creat. :) If you need you can download it from attach. Very big thanks to elitpay administrators. Great guys.

BuySellAndSwap

  • Sr. Member
  • ****
  • Posts: 389
Re: Need billing service to OSClass
« Reply #9 on: October 28, 2011, 01:21:09 am »
i now get this error in plugins
Notice: Plugin osclass_elitpay_plugin is missing the index.php file /kunden/homepages/41/d379217473/htdocs/ads/oc-content/plugins/osclass_elitpay_plugin/index.php in /homepages/41/d379217473/htdocs/ads/oc-includes/osclass/plugins.php on line 92

and now unable to configre some plugins please help

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: Need billing service to OSClass
« Reply #10 on: October 28, 2011, 10:59:16 am »
Hi hunt4it,

Add read permission to plugin's index file, that should work. In fact, you need to add read permission to the whole plugins folder

BuySellAndSwap

  • Sr. Member
  • ****
  • Posts: 389
Re: Need billing service to OSClass
« Reply #11 on: October 29, 2011, 02:34:53 am »
Ok thank you for your help