Version: 1.01, by CaseLogic
Developer Last Online: May 2013
Category: Major Additions -
Version: 3.8.x
Rating:
Released: 08-30-2010
Last Update: 09-04-2010
Installs: 26
DB Changes Uses Plugins Auto-Templates
Additional Files
No support by the author.
This is my first released mod, so please rate!
This modification will allow you to use Google Checkout as a payment processor for paid subscriptions.
Google Checkout Steps
-Under Settings->Preferences, select the option to automatically authorize and charge
-Under Settings->Integration, uncheck the digitally signed cart box
-For the API Callback URL, enter in the following: http://path to your forum/payment_gateway.php?method=gcheckout
-Select the Notification Serial # method
-Select API version 2.5 (do NOT check the notification filtering checkbox!)
-Note your Merchant ID and Merchant Key on the right-hand side (will need for below)
vBulletin Steps
-Upload class_gcheckout.php to <forum base>/includes/paymentapi
-Install product
-Under Paid Subscriptions->Payment API Manager->Google Checkout, enter in the merchant ID and key found under your Settings.
-Activate Google Checkout payment API
-Optionally run "Test Communication" under Paid Subscriptions to ensure successful setup and integration
Don't edit functions.php file you need to upload the default one redown load it from the members area and take out the functions.php file from the zipped pack
Oh my... So, I was going into my webhosting files to edit the error on line 4734..
I opened it in notepad and this is what it currently is:
PHP Code:
trigger_error('fetch_template() calls should be replaced by the vB_Template class. Template name: ' . htmlspecialchars($templatename), E_USER_WARNING);
I was going to switch it with this:
PHP Code:
LEFT JOIN " . TABLE_PREFIX . "userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = " . $vbulletin->userinfo['userid'] . ")
Then save, reupload the functions.php file and then test the mod.. Do I not do that? I thought that is what you said to do in your previous post
Oh my... So, I was going into my webhosting files to edit the error on line 4734..
I opened it in notepad and this is what it currently is:
PHP Code:
trigger_error('fetch_template() calls should be replaced by the vB_Template class. Template name: ' . htmlspecialchars($templatename), E_USER_WARNING);
I was going to switch it with this:
PHP Code:
LEFT JOIN " . TABLE_PREFIX . "userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = " . $vbulletin->userinfo['userid'] . ")
Then save, reupload the functions.php file and then test the mod.. Do I not do that? I thought that is what you said to do in your previous post
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: subscription_payment_gcheckout in [path]/includes/functions.php on line 4591
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: subscription_payment_gcheckout in [path]/includes/functions.php on line 4591
You are running vBulletin 4. This mod is for vB 3.8, and has not been updated to work on vB4 as of yet, from what I can see.
yes but but it will just move to google wallet then witch should be the same sort of thing
i`m using nochex now but it dont work right as it dont change the user group after payment