-
Content count
245 -
Joined
-
Last visited
Profile Information
-
Real Name
Louis
-
Gender
Male
-
Location
Bozeman, Montana USA
- Website
-
Offical Google Checkout module for osCommerce Support Thread
speed777 replied to Silverado05's topic in Other
Ok, I tried a second time to post a fix for the gc_dashboard file but the same problem occurred. An emoticon (smiley face) appears in the code when it posts, it doesn't appear when you're initially filling out the form to post, though. Maybe someone can figure this out. -
Offical Google Checkout module for osCommerce Support Thread
speed777 replied to Silverado05's topic in Other
I was going to post a fix for the GC Dashboard but I noticed that there was an emoticon in the code. I don't know how it got there. -
Offical Google Checkout module for osCommerce Support Thread
speed777 replied to Silverado05's topic in Other
The Configuration>Sessions settings are often the cause of GC not working right. I have Prevent Spider Sessions and Recreate Session set to true and the rest set to false. When I set Force Cookie Use to true, GC doesn't work. Orders don't appear on Customers>Orders. Other common causes are problems with SSL and shared SSL. The includes/configure and admin/includes/configure files have to be set correctly. There are many things that have to be aligned in order for GC to function. -
It depends on where you want the googlecheckout button displayed. I have mine outside of the form at the end of the page like this: <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="left" td class="main"><?php echo tep_image_submit('button_update_cart.gif', IMAGE_BUTTON_UPDATE_CART); ?></td> <?php $back = sizeof($navigation->path)-2; if (isset($navigation->path[$back])) { ?> <td class="main" align="right"><?php echo '<a href="' . tep_href_link($navigation->path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '</a>'; ?></td> <?php } ?> </tr> </table></td> </tr> </table></form></td> </tr> <tr> <td> <?php // *** BEGIN GOOGLE CHECKOUT *** if (defined('MODULE_PAYMENT_GOOGLECHECKOUT_STATUS') && MODULE_PAYMENT_GOOGLECHECKOUT_STATUS == 'True') { include_once('googlecheckout/gcheckout.php'); } // *** END GOOGLE CHECKOUT *** ?> </td> </tr> <?php } else { ?> <tr> <td align="center" class="main"><?php new infoBox(array(array('text' => TEXT_CART_EMPTY))); ?></td> </tr>
-
Offical Google Checkout module for osCommerce Support Thread
speed777 replied to Silverado05's topic in Other
I don't think that GC can be used with table rate shipping, it can be used with flat rate shipping. -
You must have a shipping and labeling addon installed because there is no 'labeled and filled products_id' in GC that I am aware of.
-
The 'p.products_id in (Array)' is not in your database, that's why your getting that error.
-
Remove this code from catalog/shopping_cart around line 192: <td align="right" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT) . '</a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
-
Offical Google Checkout module for osCommerce Support Thread
speed777 replied to Silverado05's topic in Other
I'm using osCommerce 2.2-MS2 and it works fine, I haven't tried to upgrade to 2.3 so I don't know if it'll work. -
google checkout getting redirected to shopping_cart.php
speed777 replied to sarikaprasanth's topic in Payment Modules
It sounds like a session issue where the session is being lost. Make sure you have the correct cookie configuration settings in your includes/config file. -
Offical Google Checkout module for osCommerce Support Thread
speed777 replied to Silverado05's topic in Other
Try going in Sessions and disabling all, most likely it is cookies that is causing this. -
Offical Google Checkout module for osCommerce Support Thread
speed777 replied to Silverado05's topic in Other
You're going to have to modify the database settings, I think, in order to make a fix for that problem. It's a common problem, I noticed it before too but didn't attempt a fix. -
Offical Google Checkout module for osCommerce Support Thread
speed777 replied to Silverado05's topic in Other
What version of Paypal are you using? IPN or Pro? -
Offical Google Checkout module for osCommerce Support Thread
speed777 replied to Silverado05's topic in Other
Your sessions settings can cause conflicts with GC. I wrote a post about this problem earlier, I don't remember offhand when I wrote it, do a search for 'sessions'. -
Offical Google Checkout module for osCommerce Support Thread
speed777 replied to Silverado05's topic in Other
I currently use Google Checkout exclusively but I'm going to add Paypal and some kind of layaway.