Please remember to click Mark as Installed if you use this modification.
Support questions from members who have not marked this as installed will be considered low priority.
Note: This product has been requested by Jenkins as a custom work. It has been completed & delivered few months ago. Since all of my custom work is licensed under Creative Commons - Attribution-Noncommercial-Share Alike 3.0, I publish it now for the public use, I hope this product will be useful for all of you.
Name: Subscription Certain Payment APIs Version: 3.8.101
Description:
This product allows administration to specify certain payment APIs for each paid subscription.
Compatible with: All 3.7.x/3.8.x vBulletin versions.
Features:
Fully Phrased.
Fully Supported.
Professionally Coded.
Doing all default vBulletin checks & follow all vBulletin default scenarios while proccessing.
Allowing maximum flexibility for choosing certain payment methods for certain paid subscriptions.
Installation Procedure:
Do the following file edits:
Open the file "admincp/subscriptions.php" & search in it for the following code:
// Subscription Certain Payment APIs
$subapis = unserialize($sub['paymentapi']);
if (is_array($subapis) AND !empty($subapis) AND !in_array($method['classname'], $subapis))
{
continue;
}
Save the file "payments.php" and upload it replacing the existing one.
Import product's XML file from AdminCP.
Done .
Control:
vBulletin AsminCP -> Paid Subscriptions -> Subscription Manager -> select a subscription -> Payment API Manager
The process is working perfectly on the users side, but for some reason the paid subscription isn't updating the user's user group after they pay. The transaction doesn't even show up in the transaction log.
Do you have a simple payment API that will pull from the internal database (for example, a field called vcurrency in the user table), versus an external gateway?
The process is working perfectly on the users side, but for some reason the paid subscription isn't updating the user's user group after they pay. The transaction doesn't even show up in the transaction log.
Regarding your mentioned problem, it sounds to be something related to your payment processing cycle & vBulletin, not related to this product since this product has no business with transaction processing. You may have to test your payment processing is working well or not without this product installed, I'm sure you will get the same result & so you've to search the actual reason for your problem. If you've further notes, please let me know .
Quote:
Originally Posted by imported_silkroad
Hi. This is great!
Do you have a simple payment API that will pull from the internal database (for example, a field called vcurrency in the user table), versus an external gateway?
Unfortunately no.
This product uses the default vBulletin payment options/features. It just extend it a bit.
You may search forums here, I think you may find your need already done by another coder.