By Seth Turnbull on Monday, 16 October 2017
Posted in Payment Gateways
Replies 7
Likes 0
Views 1K
Votes 0
Dear StackIdeas,

We have an active PayPlan subscription on http://www.equinerescuefund.com.
We need to update the PayPal.com payment processor to include additional information about the item purchased.
Such as:
1. Item Name
2. Items duration
3. etc.

However I cannot seem to locate where the Paypal.com submission is built in the code.
Will you please provide filename and line of code where the actual detailed information is built and sent to paypal.com?

This would be of great help to us moving forward.

Kind Regards,
Seth Turnbull
Hey Seth,

It looks like your account isn't tied up with any payplans subscriptions on our site, may i know do you have claim your Payplans license through this page yet?

https://stackideas.com/payplans/license

Let us know how it goes. Thanks.
·
Monday, 16 October 2017 09:51
·
0 Likes
·
0 Votes
·
0 Comments
·
I have followed the instructions to bring over my subscription.
You should now be able to see it in the system.

Are you able to assist in my query?

Seth
·
Tuesday, 17 October 2017 01:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Seth,

Yes, you can add additional field as per your need, but if supported by the gateway.
Can you please let me know these information are fixed for each one or you want to show as per plan they subscribe , so i'll assist you.
·
Tuesday, 17 October 2017 10:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Manisha,

I am asking where is the code for adding additional fields to the gateway located at?
EG: /com_paypal/../../filename.php

Please assist

Seth
·
Monday, 23 October 2017 23:03
·
0 Likes
·
0 Votes
·
0 Comments
·
in case of paypal, find below mentioned file path.

# Root/plugins/payplans/paypal/paypal/app/paypal/tmpl/form_buynow.php (for fixed payment )
# Root/plugins/payplans/paypal/paypal/app/paypal/tmpl/form_subscription.php (for recurring payments)

Let me know if you have any query.
·
Monday, 23 October 2017 23:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Ahh it's a little buried under plugins directory. Thank you so much this should be what I need!
·
Tuesday, 24 October 2017 00:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Your welcome
·
Tuesday, 24 October 2017 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post