Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

speed777

Pioneers
  • Posts

    245
  • Joined

  • Last visited

Posts posted by speed777

  1. Hi there everyone!

     

    OK - so I've spent about 3 days trawling through the message boards here and on the Google checkout for osCommerce forums sites and I've found out some useful info about my problem, but haven't found the solution.

     

    Problem : I can post my shipping methods to Google and it will show all the shipping methods I've posted, but it will only show 0 as the total no matter what I do.

    Also in my admin section for GoogleCheckout it states under the default shipping values for real time shipping - no merchant shipping method selected.

     

    Not sure what else I can do.

     

    Has anyone definitively solved the 0 shipping cost problem yet?

     

    I'm using the standard table.php for the shipping, have used the shipping methods generator, installed perfectly by the readme file..

     

    Still getting 0 as a shipping price.

     

    Am totally stumped!

     

     

     

     

     

    Thanks!

    As far as I know, you can only use flat rate shipping not standard, try that.

  2. http://www.oscommerce.com/forums/index.php?s=&...t&p=1363579

     

    Thank you Louis! I completely missed that!

     

    I am now not getting any errors... But... (you knew this was coming)

     

    I have setup everything correctly (that I am aware of) for the Sandbox settings. However, now when I create an order everything seems to be working, until I get to the payment section (it is displaying that GoogleCheckout is the only option) but nothing happens. It goes to the confirmation and never brings up Google Checkout, and no orders are stored in either OSC or Google Checkout (sandbox)....

     

    Any ideas?

    Whats the web address of your store?

  3. I have just installed the google checkout module and all seems fine except for one thing. I would like to provide a shipping option which is in-store pickup (no shipping charges). There is a module within oscommerce which does this, but it doesn't seem to be an option within google checkout.

    I'm not aware of any module that does that, you could modify a free shipping module, I suppose.

  4. You have cut out alot more than I have, as an example:

    <tr class="headerNavigation">

    <td class="headerNavigation">  <?php echo $breadcrumb->trail(' » '); ?></td>

    <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>    <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" </td> </tr>

    </table>

     

    On my site, I have this:

    <!-- PWA BOF -->

    <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a>  |  <?php } ?><?php if (tep_session_is_registered('customer_id') && (!isset($HTTP_GET_VARS['guest']) && !isset($HTTP_POST_VARS['guest'])) && !$order->customer['is_dummy_account']) { ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>  |  <?php } ?><a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>    <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" </td>

    <!-- PWA EOF -->

     

    I think your problem is coming from this line:

    tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS;

     

    Try to paste the code into an unmodified version of header.php, then make the modifications you wish once you have it working properly. <a href="http://www.eofficesupply.biz/index.php">This</a> is how it should look.

  5. hi there,

    i just installed the contribution and i still seem to be at square one.

     

    when you have something in the cart on my shop and click checkout, alas the oscommerce registration appears :(

     

    www.brewrecords.net/shop

    Ok, I understand. There are 2 ways to checkout: the Google checkout button and the OSC checkout text, which is in the breadcrumb. When you click the OSC text, you are taken to login.php. This is a separate issue and needs a fix too. I'll work on it.

  6. which one should i install though, theres a lot to choose from.

     

    this one???

     

    Delete OSC Checkout Button-Updated speed777 11 Jan 2009

     

    This add-on replaces the previous add-on by re-installing the continue shopping button. I've re-aligned the continue shopping button by moving it to the right where the OSC checkout button was so that the design layout flows better. This add-on is only for those merchants who wish to use Google Checkout as their sole payment option. This is not a complete version of Google Checkout, only the shopping_cart.php file has been added

    Yes, that's the one.

  7. We are not getting the orders to show up on the OSCommerce site after they are sent to google. Google is sending us what looks like the correct order information in XML format, but the responsehandler.php file isn't processing the data or adding new orders to osCommerce. The message log on our server contains all the XML data sent from Google, so we are getting it, but it isn't being picked up by responsehandler.php

     

    1) Every time we change the status of on order in GC, Google sends a 'order-state-change-notification' to your website, and the website runs the appropriate code to change the order's status (we can't see the result, though because of course the order wasn't set up properly in the first place).

     

    2) When someone makes a purchase via GC, google sends the correct 'new-order-notification' message, which shows up in the message log, but none of the corresponding code in the responsehandler.php file is getting executed.

     

     

     

    Any ideas?

     

    Nick Sekela

    http://www.oscommerce.com/forums/index.php?s=&...t&p=1348360

  8. Is there an updated version of Google Checkout for the new version of OSC? I've been trying to following the install instructions and they aren't making sense. The version I have is for OSC v2.2.RC1 but I have version v2.2.RC2.

     

    Please help me.

     

    Erica

    Google Checkout should work with both RC1 and RC2. You should use RC2 because of the improvements in security.

  9. Hello to all developers

    I am bit new to php and in process of installing Google Checkout in Admin section.. have followed all guideline provided in installation.txt still cannot figure what is wrong with what i did. I also have PayPal as additional payer and hence chose to follow "OPTION B: If you have other modules installed on your osCommerce installation, replacing your existing files might break your existing installation. In this case, you need to edit the existing files manually." Following error is what i get while i try to install GoogleCheckout in Admin section when I press Edit. Have 777 permision for both log files and have compared general.php file too..

     

    Fatal error: Call to undefined function: gc_cfg_select_shipping() in /hsphere/local/home/livehote/cricketmerchant.com/admin/modules.php(212) : eval()'d code on line 1

     

    Any help to solve this problem will get me going to complete this install..

     

    Thanks in advance

    CM

     

    You left out this function:

    function gc_cfg_select_multioption($select_array, $key_value, $key = '') {

     

    for ($i=0; $i<sizeof($select_array); $i++) {

    $name = (($key) ? 'configuration[' . $key . '][]' : 'configuration_value');

    $string .= '<br><input type="checkbox" name="' . $name . '" value="' . $select_array[$i] . '"';

    $key_values = explode( ", ", $key_value);

    if ( in_array($select_array[$i], $key_values) ) $string .= ' CHECKED';

    $string .= '>' . $select_array[$i];

    }

    $string .= '<input type="hidden" name="' . $name . '" value="--none--">';

    return $string;

    }

     

     

     

    Insert it before this function in admin/includes/functions/general.php:

     

    function tep_cfg_select_multioption($select_array, $key_value, $key = '') {

     

    for ($i=0; $i<sizeof($select_array); $i++) {

    $name = (($key) ? 'configuration[' . $key . '][]' : 'configuration_value');

    $string .= '<br><input type="checkbox" name="' . $name . '" value="' . $select_array[$i] . '"';

    $key_values = explode( ", ", $key_value);

    if ( in_array($select_array[$i], $key_values) ) $string .= ' CHECKED';

    $string .= '>' . $select_array[$i];

    }

    $string .= '<input type="hidden" name="' . $name . '" value="--none--">';

    return $string;

    }

  10. That all sounds good man, any update on this? I just want a google checkout/paypal option for my customers to pay but without to nag of registering.

     

    Thanks.

    I uploaded an updated add-on but its only for google checkout not paypal. I don't use paypal so I'm not familiar with it.

  11. I will add a contribution with the checkout button removed. I'm having problems with the Continue Shopping button so I'm leaving that button out and when I resolve these problems, I'll upload an add-on with the button re-installed.

  12. The advantage to removing the checkout button is that a customer account is still created in OSC Admin and a password sent to the customer. This is done automatically without any effort on the part of the merchant when a customer buys a product. The disadvantage is that you restrict the number of payment options available to the customer such as pay by check, money order or purchase order.

  13. After having 3 customers email me that the checkout buttons were confusing, I had 2 checkout buttons (regular checkout and googlecheckout), I decided to remove the regular checkout button on the shopping cart. Here is how I did it.

     

    In shopping_cart.php, I removed this code:

     

    <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>

     

    Now the only option to pay is the google checkout button.

×
×
  • Create New...