google checkout 1.5 for 2.3

101 views
Skip to first unread message

zpupster

unread,
Mar 22, 2012, 12:30:24 PM3/22/12
to Google Checkout Module for osCommerce Support
hello forum,

we recently updated our site to oxcommerce 2.3. i installed
google checkout and i have it working ther are a couple of issues if
someone could help me with.

this code added to orders.php:

<!-- *** BEGIN GOOGLE CHECKOUT *** -->
<?phprequire_once(DIR_FS_CATALOG . 'googlecheckout/inserts/admin/
orders3.php');?>
<!-- *** END GOOGLE CHECKOUT *** -->

is throwing this error:

Fatal error: Call to undefined function phprequire_once() in /home/
comta3/public_html/apanel/orders.php on line 289


also google orders and google checkout tables in the data base do not
record anything they show an error:

No index defined!

Greg Root

unread,
Mar 23, 2012, 9:19:33 AM3/23/12
to Google Checkout Module for osCommerce Support
Change the line to look like this:

<?php require_once(DIR_FS_CATALOG . 'googlecheckout/inserts/admin/
orders3.php');?>

Someone somewhere forgot the SPACE after <?php

Greg Root

unread,
Mar 23, 2012, 9:21:52 AM3/23/12
to google-checkout-f...@googlegroups.com
Someone somewhere forgot the SPACE after <?php

Try changing the second line to:
<?​php require_once(DIR_FS_CATALOG . 'googlecheckout/inserts/admin/orders3.php');?> 

zpupster

unread,
Mar 25, 2012, 11:39:00 PM3/25/12
to google-checkout-f...@googlegroups.com
thanks greg,
 
i have been traveling last couple of days i will test it and let you know the results.
 
craig

--
Google Checkout Module for osCommerce Support
 
Documentation and latest releases:
http://code.google.com/p/google-checkout-oscommerce/
 
Group archives:
http://groups.google.com/group/google-checkout-for-osc-mod-support
 
To post to this forum, email google-checkout-f...@googlegroups.com.

Reply all
Reply to author
Forward
0 new messages