Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

speed777

Pioneers
  • Posts

    245
  • Joined

  • Last visited

Profile Information

speed777's Achievements

  1. 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.
  2. 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.
  3. 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.
  4. 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>
  5. I don't think that GC can be used with table rate shipping, it can be used with flat rate shipping.
  6. 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.
  7. The 'p.products_id in (Array)' is not in your database, that's why your getting that error.
  8. 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>
  9. 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.
  10. Try going in Sessions and disabling all, most likely it is cookies that is causing this.
  11. 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.
  12. 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'.
  13. I currently use Google Checkout exclusively but I'm going to add Paypal and some kind of layaway.
  14. I don't use GoDaddy so I'm not familiar with the features but you still have to find a way to password protect the googlecheckout folder. GC depends upon it so there must be a way.
×
×
  • Create New...