hakana VIP
Total posts: 425
01 May 2014 19:48

Hi,

I am currently using OSE Membership and considering to replace it with Emerald as a subscription component.

I saw you on JED. Even though you have been the oldest component, why do you have only 6 reviews?

  • I need a payment gate for a common payment point of a Bank in Turkey (Currenlty it is working in OSE membership)
  • I need all the data transfered to Emerald. (stopping the current service for one or two days is OK during the transition)
  • I need a custom report that I am currently using in OSE Membership,
  • I need the subscriber automatically be subscribed to benchmarkemail service. (Currently it is working on the site)

Do you think you can make all these for me and if yes, how much would it cost? Does Emerald have a sequential control system? Or can we manage it by a plugin?

Kind regards.

Last Modified: 30 May 2014


Sergey
Total posts: 13,748
07 May 2014 08:41

I need developer guide for payment gateway in inglish.

Also as i work on import now. And I discovered a little problem. If you have recurring payemnts setup then, after you migrate, payment gateway will continue to try to create orders with new recurrings. And that will fail. users will have to cancel PayPal subscriptions and recreate their subscirpitons.

Tel me do you have recurring payments setup?


Sergey
Total posts: 13,748
07 May 2014 11:41

hakana I know that the info I supplied you a little bit unsufficient. But the file I sent you about the payment is the only page that sends the payment info to the bank.

It looks like this file only receive data not send. I could not find any code that sends user to payment gateway.

hakana I am thinking like this: If I had some coding knowledge, I would have taken the code of Paypal payment gate, modified the parameters according to OOSPAY payment gate and then see how it works

This may be true may be not. If it is true then gateways do not need documentations but only code examples. Documentation describes how whole system is organized. Any way, sometimes it is enought to have only piese of code. But it is true if it is example code that is writted to demonstrate how things works. But peice of code that work in the other system is harder to understan. At least it did not give me all information I need. I am not able to create payment gateway based on ther PHP script you gave me.


Sergey
Total posts: 13,748
07 May 2014 11:52

Do they have integration method where user will be redirected to Granti Bank webpage to complte transaction? Emerald does not yet support API payment method. It is when user enter card information on your site. We only use payment mewthods when customer is redirected to the payment gateway to complte payment.


Sergey
Total posts: 13,748
07 May 2014 15:49

Perfect. I am so happy that you need redirect method. because I was scared that you will not get what you want after i read documentation you attached previosly. That one was for API method. I thought it is the only one.

I am going home right now, but I'll try to finish gateway tomorrow before release if I can. This is the only thing left in your list. Another one is custom repoer but I still cannot understand what that report is.


Sergey
Total posts: 13,748
08 May 2014 07:50

I need access to gateway merchant backend.


Sergey
Total posts: 13,748
08 May 2014 09:10

I need login credentials to Granti merchant backend not to your site. I need to see parametrs and acount configurations.

What is installment is for?

Anyway acording to documentaion

Txninstallmentcount: Store the ınstallment count for sales on installment. It should be blank for sales.

And txntype in our case is sale. So I cannot chnage installment parameter.


Sergey
Total posts: 13,748
08 May 2014 11:37

I do not need gateway login so bad. I added instalment parameter. SO it is up to you. Releasing all I have done this week.


Sergey
Total posts: 13,748
08 May 2014 12:08

hakana When listing the sales, if there is more than 1 order with the same orderid, it causes a problem while listng at the gateway site. When we import the subscriptions, can you confirm that it will keep sending the order ids after the last number?

not sure what you mean but imported subscription from OSE Membership will not send anything to your gateway.

hakana Or shall we discuss all these after the final release?

Yes.


Sergey
Total posts: 13,748
08 May 2014 13:33

hakana Which site name did I give you to test?

http://www.zestcoaching.com/_test/

hakana In the admin backend, please put these parameters:

I have updated gataway. Please download latewst version. There was already those paraeters. But all except OOS_PAY.


Sergey
Total posts: 13,748
09 May 2014 05:46

hakana OSE memberhisp importer gave this error:

1146 - Table 'arabacio_z33.j33_akeebasubs_levels' doesn't exist SQL=SELECT COUNT(*) FROM j33_akeebasubs_levels

I did not install the wrong plugin, table name needs to be changed. Thanks.

Importer updated to v 9.4

hakana Even though I have set the language Turkish from the backend settings, the language above is English. I think the plugin got the language from the site language.

Yes. It iakes language from the current language and use plugin p arameter only if site language not one of TR, EN or RO. And I think this is right. because if you have TR/EN site you want plugin to adopt to current language.


Sergey
Total posts: 13,748
09 May 2014 07:04

I have updated importer once more. And by the way I sent you messages to skype but probably you do not receive messages from people not in your contact list. Please change your setting and receive may messages. That will be much faster.


hakana VIP
Total posts: 425
09 May 2014 07:33

I have updated my Skype settings. Why don't you add me then? Isn't is easier?


Sergey
Total posts: 13,748
12 May 2014 15:20

hakana Why does the date of subscription and the start of subscription do not match? This is a credit card payment so it was activated automatically. Not a manual activation days after the payment. Is it an import issue?

I took start and end dates from osemsc_members table start_date and expired_date that correspond for start and end of subscritpion. And created date I took from osemsc_order_item table create_date. This sounds right to me. Even if there is small difefrence, then there is the same in original tables.

hakana Can you put OSE import field as ID (order id or sales id)?

Added

hakana The client with surname başağa has many orders (pending and confirmed) in OSE subscriptions order table. But we see that only the confirmed ones are imported.

Did you check only active memebers parameter on import?


Sergey
Total posts: 13,748
13 May 2014 05:32

Looks like those orders are pending. That is why it did not import.

2014-05-13_11-26-15

It is probably failed atempts to purchase. I only impoert based on membersjip table. It means only those orders that once were confirmed.

And I have updated importer.


hakana VIP
Total posts: 425
14 May 2014 16:38

Sergey, you are making my dreams come true one by one, day by day. Thank you very much. Emerald is the simplest subscription component which still responds to all my high needs.

You have recently developed an action for Benchmark email integration. To run that action, it required an additional pearl function to be loaded on the server. After discussing with my hosting company, they are strictly against making that function available for security reasons.

You have offered me an other option which is loading the pearl classes (or functions, whatever they are) locally from my web site. But I understand that this will add megabytes of load to my web site no matter the current page requires that pearl class or not.

I am after simplicty. I want my web site as simple as possible, both at the frontend and at the backend. Actually my OSE membership subscription component was working very well but I am changing it with Emerald because of the simplictiy it provides.

On the other hand, just for the BBM integration, I don't want to include mb's of files to m pages. Do you have another solution? Is there any other way to post those values to Benchmarkemail site without using the two options above?

Kind regards.


Sergey
Total posts: 13,748
15 May 2014 05:50
Powered by Cobalt