Results 1 to 5 of 5
  1. #1

    Default Uk Google Checkout

    I have tested this in the sandbox and it all seems to work correctly
    Button shows up
    links to google with tax included
    returns to my site

    But in my admin customer orders, all the details of the customer are there except when I open the invoice it doesn't show the tax being sent back.

    How do I configure this in plain english cause the google checkout integration site is all double dutch to me :)

  2. #2

    Default Re: Uk Google Checkout

    Ok so I put another test purchase through and now it seems to do it! I didn't change anything or do anything different but hey ho!

  3. #3

    Default Re: Uk Google Checkout

    How Do I change the invoice created by google to say 17.5% tax instead of 00.00
    I have tried editing the

    zen_display_tax_value($order->products[$i]['tax']) . '%</td>' . "\n" .

    in invoice php by adding 17.5 but it makes it 00.0017.5%

    Help please I know its something simple!

  4. #4

    Default Re: Uk Google Checkout

    Also trying to remove google checkout from my radio buttons on step 2 of 3

    I have this code around Line 120-146 in my templates tpl_checkout_payment_default. I have tried to add the code in the other thread but it just gives me errors.

    <?php
    $radio_buttons = 0;
    for ($i=0, $n=sizeof($selection); $i<$n; $i++) {
    ?>
    <?php
    if (sizeof($selection) > 1) {
    ?>
    <?php echo zen_draw_radio_field('payment', $selection[$i]['id'], ($selection[$i]['id'] == $_SESSION['payment'] ? true : false), 'id="pmt-'.$selection[$i]['id'].'"'); ?>
    <?php
    } else {
    ?>
    <?php echo zen_draw_hidden_field('payment', $selection[$i]['id']); ?>
    <?php
    }
    ?>
    <label for="pmt-<?php echo $selection[$i]['id']; ?>" class="radioButtonLabel"><?php echo $selection[$i]['module']; ?></label>

    <?php
    if (MODULE_ORDER_TOTAL_COD_STATUS == 'true' and $selection[$i]['id'] == 'cod') {
    ?>
    <div class="alert"><?php echo TEXT_INFO_COD_FEES; ?></div>
    <?php
    } else {
    // echo 'WRONG ' . $selection[$i]['id'];
    ?>
    <?php

  5. #5

    Default Re: Uk Google Checkout

    I fixed the above issue with this post http://www.zen-cart.com/forum/showpo...&postcount=616

    But still stuck on the other things.

 

 

Similar Threads

  1. Help me persuade Google to update the Google Checkout mod
    By kelvyn in forum Addon Payment Modules
    Replies: 11
    Last Post: 23 Feb 2011, 11:39 AM
  2. Update Google Checkout Module or Custom Google Checkout?
    By pacificmanagment in forum Addon Payment Modules
    Replies: 1
    Last Post: 24 May 2010, 09:40 AM
  3. Google Checkout-anyway to avoid being redirected to Google payment page?
    By acreativepage in forum Addon Payment Modules
    Replies: 6
    Last Post: 23 Jan 2009, 12:50 AM
  4. Google Checkout Module is not forwarding to Google?
    By cam94z28 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 27 Jun 2007, 08:16 AM
  5. Replies: 4
    Last Post: 4 May 2007, 10:18 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR