Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 8 of 8

Thread: google checkout install instructions dont match current fallback template

  1. #1
    spuhg
    Guest


    Default google checkout install instructions dont match current fallback template

    hi

    the code to replace shown in the GC instructions for editing fallback is different than the code in fallback.

    are there more recent instructions that match the current fallback anywhere?

    thanks

  2. #2
    trochia
    Guest


    Default Re: google checkout install instructions dont match current fallback template

    Are you speaking of version 2.0.4 of osCMax?

    Recent download.

    Jim

  3. #3
    spuhg
    Guest


    Default Re: google checkout install instructions dont match current fallback template

    hi

    right, here is the GC install instruction for editing fallback/shopping_cart.tpl..php:




    ----------------------------------------------------------------------------
    6. /catalog/templates/fallback/content/shopping_cart.tpl..php LINE 173
    ================================================== ==========================
    REPLACE:

    </table></td>
    </tr>
    <?php
    } else {
    ?>


    WITH:

    </table></form></td>
    </tr>
    <tr>
    <td>
    <?php
    // ** GOOGLE CHECKOUT **
    // Checks if the Google Checkout payment module has been enabled and if so
    // includes gcheckout.php to add the Checkout button to the page
    if (defined('MODULE_PAYMENT_GOOGLECHECKOUT_STATUS') && MODULE_PAYMENT_GOOGLECHECKOUT_STATUS == 'True') {
    include_once('googlecheckout/gcheckout.php');
    }
    // ** END GOOGLE CHECKOUT **
    ?>
    </td>
    </tr>
    <?php
    } else {
    ?>


    ----------------------------------


    and here is /shopping_cart.tpl..php code area to replace:


    <tr>
    <td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CAN_CHECKOUT; ?></td>
    </tr>
    <?php
    } else {
    ?>
    <tr>
    <td class="stockWarning" align="center"><br><?php echo OUT_OF_STOCK_CANT_CHECKOUT; ?></td>
    </tr>

    the code the GC instructions say to replace doesn't even exist!

    thanks

  4. #4
    trochia
    Guest


    Default Re: google checkout install instructions dont match current fallback template

    Sorry, can't help you...as I think things are screwed up in 2.0.4...as even in the /fallback for 2.0.4, it is so different than 2.0RC3...and I have not been able to get Authnet AIM to process...and I have not seen where anyone else has truthfully.

  5. #5
    spuhg
    Guest


    Default Re: google checkout install instructions dont match current fallback template

    hi

    i thought 2.03 had 2 files deleted for security reasons, and thats what 2.04 is, just 2.03 minus 2 files?
    also, authorize.net aim works in 2.03.

    also does 2.03 = 2.0RC3?

    thanks

  6. #6
    trochia
    Guest


    Default Re: google checkout install instructions dont match current fallback template

    No, 2.03 is not 2.0RC3

  7. #7
    spuhg
    Guest


    Default Re: google checkout install instructions dont match current fallback template

    hi

    does any one know how to install GC?

    the code in the GC install instructions doesnt match the code in shopping_cart.tpl.php?

    thanks

  8. #8
    trochia
    Guest


    Default Re: google checkout install instructions dont match current fallback template

    Sorry I have not had time to try that payment method...it's on my task list as needed...but still trying to get thru the affiliates and coupons fixed...

    As I see no reasong to "take a payment...if the rest isn't working

Similar Threads

  1. instructions on how to use the html template system for the BTS
    By silverping in forum osCmax v2 Customization/Mods
    Replies: 13
    Last Post: 11-01-2009, 03:33 PM
  2. GOOGLE PHONEBOOK match tel and address on order
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 09-05-2008, 10:00 AM
  3. GOOGLE PHONEBOOK match tel and address on order
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 08-04-2008, 08:03 PM
  4. Replies: 6
    Last Post: 06-24-2008, 07:42 AM
  5. Changing Header / navigation to match current site
    By Dialady in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 12-13-2005, 09:37 PM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •