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
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: subscription_payment_gcheckout in [path]/includes/functions.php on line 4734
But there is no line 4734. Can someone please help me? Please PM me how to fix this error, I really need this!
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: subscription_payment_gcheckout in [path]/includes/functions.php on line 4734
But there is no line 4734. Can someone please help me? Please PM me how to fix this error, I really need this!
it goes to line 8557 so i dont know what functions.php you are looking at
LEFT JOIN " . TABLE_PREFIX . "userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = " . $vbulletin->userinfo['userid'] . ")
try a fresh install see if that replaces the missing code
LEFT JOIN " . TABLE_PREFIX . "userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = " . $vbulletin->userinfo['userid'] . ")
try a fresh install see if that replaces the missing code
I replace the codes with what you have given me, correct? I currently replaced line 23 with the code you gave me, now on line 4734, it says:
[
PHP Code:
trigger_error('fetch_template() calls should be replaced by the vB_Template class. Template name: ' . htmlspecialchars($templatename), E_USER_WARNING);
Replace it with what you gave me?
PHP Code:
LEFT JOIN " . TABLE_PREFIX . "userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = " . $vbulletin->userinfo['userid'] . ")
So, once I edit this, it will work? Or, it should work?
Going to test now, thanks boss.
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