Powersellersunite
Go to the homepageHome
Index of the forum.Forum
nav_searchSearch Forum
Store_explainUsers Storefronts
Register
Log in
         
Site Navigation
Go to the homepageHome
Index of the forum.Forum
Online auction industry related acronymsAuction Acronyms
Topics that are top rated by forum usersLatest Ratings
Store_explainUsers Storefronts
Frequently Asked Questions.FAQ
Help spread the word about us.Link To Us
Search through forums.Search Forums
Joomla VirtueMart Google Checkout ModuleJoomla VirtueMart Google Checkout Module


Ecommerce Hosting
Sign up for Web HostingSign up for Hosting
ecommerce shopping cartEcommerce Details

Go to the homepageWebMail Login
Go to the homepageControl Panel
SupportSupport

Please consider a small donation to help me keep this site running.

Free Auction Tools
Number of listings on auction sitesAuction Site Count
Ebay Fee ChartEbay Fee Chart
Track PackagesTrack Packages
TinyURLTinyURL
WYSIWYG HTML EditorHTML Editor
Create your own dynamic custom imageSmartSignature
Create custom PayPal payment buttonsPayPal Button Factory

Search
Forum
PowerSellersUnite.com
MOAAS

Advance Forum Search

User Info
Username:

Password:

 Remember me



I forgot my password

Don't have an account yet?
You can register for FREE


Recent Topics
» Hello from iEmploy.me
by PA-Antiques on Tue Jan 06, 2009 5:27 pm

» EG Names Bonanzle 'The Best eBay Alternative We've Seen"
by attheboutique on Tue Jan 06, 2009 5:26 pm

» Constant Content Update In Your Website
by tfw on Tue Jan 06, 2009 5:25 pm

» New to this site
by PA-Antiques on Tue Jan 06, 2009 5:25 pm

» Blujay Gone Mad
by knappschiles on Tue Jan 06, 2009 5:21 pm

» How to make this work with the USPS
by floatingworld on Tue Jan 06, 2009 5:12 pm

» Introduce Yourself
by copperpenny22 on Tue Jan 06, 2009 5:12 pm

» For FUN..Anyone up for a game of word association ??
by jimboyposting on Tue Jan 06, 2009 5:10 pm

» The Trader Outlet (The Deals Start Here)
by The Trader outlet on Tue Jan 06, 2009 4:59 pm

» Warning: New Visitors To The OLA Forum at PowerSellersUnite
by Confused on Tue Jan 06, 2009 4:57 pm




How to run add_googlecheckout.sql
 
View previous topic View printer-friendly version Search Display number of posts for each poster in this topic Export topic thread to a text file View next topic
Author Message
l33mat
Total posts: 2

United Kingdom UK England
PostPosted: Sat Apr 21, 2007 12:41 pm   Post subject:  How to run add_googlecheckout.sql #1  Back to top 

Hi,

I have uploaded all the files as directed in the readme, but get the following error message when trying to configure Google Checkout.

Fatal error: Call to a member function on a non-object in /homepages/44/d123897167/htdocs/wsc127406265/administrator/components/com_virtuemart/html/store.payment_method_form.php on line 138

Any suggestions how I can fix this?

Thanks

Download Post  No rating  
psunite
Location: Columbus OH
Total posts: 5854

USA US Ohio
PostPosted: Sat Apr 21, 2007 3:45 pm   Post subject:   #2  Back to top 

Did you run the include sql statement in add_googlecheckout.sql

_________________
Please feel free to use these buttons





Download Post  No rating  
l33mat
Total posts: 2

United Kingdom UK England
PostPosted: Sat Apr 21, 2007 5:31 pm   Post subject:  Re: Google Cart Configuration error #3  Back to top 

Hi,

I'm new to Joomla & virtuemart how do I go about running add_googlecheckout.sql


Thanks

Lee

Download Post  No rating  
UglySign
Total posts: 9

USA US New York
PostPosted: Sat Apr 21, 2007 6:25 pm   Post subject:  Re: Google Cart Configuration error #4  Back to top 

Shocked I too am curious. I've never done that before.

Download Post  No rating  
psunite
Location: Columbus OH
Total posts: 5854

USA US Ohio
PostPosted: Sun Apr 22, 2007 1:07 am   Post subject:   #5  Back to top 

Do you have phpmyadmin installed? You would just cut and paste the sql code and run it. phpmyadmin comes with cpanel or you can install it as a stand alone.

_________________
Please feel free to use these buttons





Download Post  No rating  
UglySign
Total posts: 9

USA US New York
PostPosted: Sun Apr 22, 2007 8:36 am   Post subject:  Re: Google Cart Configuration error #6  Back to top 

Ok,

I found it and installed, cool. I attached a small screenshot of what I did.

Im not too familar with using the Control Panel much, so maybe it differs, maybe not.

In Control Panel, goto

MySQL®
Databases

I found MyPHPAdmin at the bottom of the screen.



Hopefully I described this correct.

after all that, the Google Checkout module appeared.

Hope this helps.

Download Post  No rating  
dhenderson
Total posts: 7

USA US Florida
PostPosted: Fri May 11, 2007 7:03 pm   Post subject:  Re: Google Cart Configuration error #7  Back to top 

Or...you could click the query button and put the line in there. It's in that row of buttons there on the upper left hand side:)

Download Post  No rating  
osoto3
Total posts: 2

PostPosted: Mon Oct 01, 2007 5:29 pm   Post subject:   #8  Back to top 

Can someone (PLEASE!!!) indicate exactly where in the "store.payment_method_form.php" file must the SQL statement in the "add_googlecheckout.sql" file be inserted?

The information at http://www.powersellersunite.com/viewtopic.php?t=11326#107102 is still not clear.

I don't have access to phpMyAdmin but I can definitely cut and paste into a file.

Thanks very much for your anticipated help.

Download Post  No rating  
psunite
Location: Columbus OH
Total posts: 5854

USA US Ohio
PostPosted: Mon Oct 01, 2007 10:24 pm   Post subject:  Re: Google Cart Configuration error #9  Back to top 

Instead of using the "add_googlecheckout.sql" you can manually add the payment method.

Goto "Add payment method"
check active
for "Payment Method Name:" make it "GoogleCheckout"
for "Code:" make it "GC"
for Payment class name make it "ps_googlecheckout"
for "Payment method type:" check PayPal (or related)

Then hit save. Now when you go back to it click on the configuration tab and then you can set your google checkout settings.

In the "payment extra info" add

<?php
session_start();
print "Please click on the Google Checkout button to complete checkout";
print $_SESSION["googlecart"];
?>

_________________
Please feel free to use these buttons





Download Post  No rating  
electricJedi
Total posts: 2

PostPosted: Sat Nov 17, 2007 12:56 am   Post subject:  Re: How to run add_googlecheckout.sql - another method... #10  Back to top 

here's how I did it.
(hopefully this is also fine)

in phpmyadmin

I went to SQL query on the upper left
and "import"

then I just browsed to the "add_googlecheckout.sql" file on my hard drive
and hit "go"

and it seemed to work fine

is this method ok too?

Download Post  No rating  
psunite
Location: Columbus OH
Total posts: 5854

USA US Ohio
PostPosted: Sat Nov 17, 2007 6:12 pm   Post subject:   #11  Back to top 

Yes that method works too and does the samething as post #6

_________________
Please feel free to use these buttons





Download Post  No rating  
greenkoi
Total posts: 8

USA US Texas
PostPosted: Fri Nov 30, 2007 11:52 am   Post subject:  Re: How to run add_googlecheckout.sql #12  Back to top 

I ran the SQL as well as the manual add method and I'm still getting the same error, when clicking on the Configuration tab:

Fatal error: Call to a member function on a non-object in /homepages/39/d182969206/htdocs/ftt/administrator/components/com_virtuemart/html/store.payment_method_form.php on line 138

Any help would be most appreciated.

Download Post  No rating  
psunite
Location: Columbus OH
Total posts: 5854

USA US Ohio
PostPosted: Fri Nov 30, 2007 11:57 am   Post subject:   #13  Back to top 

Did you upload ps_googlecheckout.cfg.php and have the correct permissions on it?

_________________
Please feel free to use these buttons





Download Post  No rating  
greenkoi
Total posts: 8

USA US Texas
PostPosted: Fri Nov 30, 2007 12:12 pm   Post subject:  Re: How to run add_googlecheckout.sql #14  Back to top 

Oops !

I double-checked the file list and I had missed the file ps_googlecheckout.php.

Once uploaded, the error resolved.

The moral of the story, make sure the file list is proper.

Download Post  No rating  
patricia
Total posts: 3

PostPosted: Sun Jan 13, 2008 2:44 pm   Post subject:  Re: How to run add_googlecheckout.sql #15  Back to top 

Hi,
I followed all the steps in post #9 to add Google Checkout as a payment method, and I get the following error messages Sad

"MySQAL server has gone away SQL=SELECT m.*, sum (case when p.published=1 then 1 else 0 end) as cnt\nFROM jos_menu AS m\nLEFT JOIN jos_menu AS p ON p.parent = m.id\n WHERE m.menutype=\'topmenu\'AND m.published=\'1\'AND m.access ,=\'2\'\nGROUP BY m.id ORDER BY m.parent, m. ordering

Warning: Invalid argument supplied foreach() in
//home/content/p/a/t/patkinghit/html/templates/js_lightfast_red/csstabmenus.php on line 85 [This refers to the Joomla template I'm using, so I assume there's some sort of problem integrating with the template]

Warning: Invalid argument supplied for each() in /home/content/p/a/t/patkinghit/html/includes/frontend.php on line 94

Warning: invalid argument supplied for each() in home/content/p/a/t/patkinghit/html/includes/pathway.php on line 48

Warning: array_keys(): The first argument should be an array in /home/content/p/a/t/patkinghit/html/includes/pathway.php on line 63

HELP! I'm a newbie at Joomla and would really appreciate advice.

Also, I'm operating in sandbox mode and am getting the message that I need a license (which I already have).

Download Post  No rating  
Display posts from previous:      
 


 Jump to:   



  View previous topic View printer-friendly version Search Display number of posts for each poster in this topic Export topic thread to a text file View next topic

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
   Lo-Fi version