Search:

Type: Posts; User: w00gle

Search: Search took 0.01 seconds.

  1. Replies
    3,931
    Views
    1,026,888

    Re: Google Checkout module for Zen Cart (beta)

    Did you already provided which version of Zencart and Googlecheckout you're using?
  2. Replies
    3,931
    Views
    1,026,888

    Re: Google Checkout module for Zen Cart (beta)

    I'm not familiar with linkpoint.

    However, you should verify your merchant ID and Merkey again in the Zen Admin and also verify whether the ID/Key are for live or sandbox.
    Then go to Google...
  3. Replies
    3,931
    Views
    1,026,888

    Re: Google Checkout module for Zen Cart (beta)

    So, is GoogleCheckout the only method of payment enabled in your Payment Admin?

    If that is the case, then proceeding with the "go to checkout" button does not really send the order to Google. If...
  4. Replies
    3,931
    Views
    1,026,888

    Re: Google Checkout module for Zen Cart (beta)

    Red,
    Your customers were probably proceeding with the "Go to checkout" button instead of clicking the GoogleCheckout button.

    Is GoogleCheckout the only method of payment you offer?
  5. Replies
    3,931
    Views
    1,026,888

    Re: Google Checkout module for Zen Cart (beta)

    jund,

    my bad, it's indeed 443 for https
  6. Replies
    39
    Views
    8,831

    Re: Strictly Google Checkout! Please Help Me!

    If you want to checkout without creating an account, you can apply the mod decribed below.

    http://www.zen-cart.com/forum/showthread.php?t=59189
  7. Replies
    3,931
    Views
    1,026,888

    Re: Google Checkout module for Zen Cart (beta)

    I've had similar issue that nagged me for months. The issue is your PHP is installed as a CGI instead of a module. If you can, reconfigure PHP to run as a module within Apache.
  8. Replies
    3,931
    Views
    1,026,888

    Re: Google Checkout module for Zen Cart (beta)

    The only ports you need to open really are port 80 for http and 8080 for https
  9. Replies
    36
    Views
    10,762

    Re: Google Checkout: Table shipping problem

    I set up local test site using zen 1.37 and the latest GCO 1.0.5 and observed the following using table rates.

    CASE 1: I place an item in the cart, go in the cart, press the GCO button which takes...
  10. Replies
    36
    Views
    10,762

    Re: Google Checkout: Table shipping problem

    What version of GCO module are you using?
  11. Replies
    39
    Views
    8,831

    Re: Strictly Google Checkout! Please Help Me!

    Here it is again. :lamo:
  12. Replies
    39
    Views
    8,831

    Re: Strictly Google Checkout! Please Help Me!

    Here's a new package with the correction.
  13. Replies
    39
    Views
    8,831

    Re: Strictly Google Checkout! Please Help Me!

    Just want to point out the file that had the "//" misplaced is tpl_checkout_confirmation_default.php
  14. Replies
    36
    Views
    10,762

    Re: Google Checkout: Table shipping problem

    Head,

    That is a known issue. GCO module does not pre-calculate tax and shipping before you click the GCO button.
  15. Replies
    39
    Views
    8,831

    Re: Strictly Google Checkout! Please Help Me!

    Thanks for the feedback Eva!

    I found the issue


    <div class="buttonRow forward"><?php echo // '<a href="' . zen_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL') . '">' ....
  16. Replies
    36
    Views
    10,762

    Re: Google Checkout: Table shipping problem

    Your table rate seem to be working. I used the Shipping estimator page to see whether it's applying shipping and it is.

    When i enter
    1 item (1 box @ 10lbs) = $6.50
    2 items (1 box @ 20lbs)=...
  17. Replies
    36
    Views
    10,762

    Re: Google Checkout: Table shipping problem

    And can you provide a link to the site ?
  18. Replies
    36
    Views
    10,762

    Re: Google Checkout: Table shipping problem

    Head,
    What version of zencart are you using?
  19. Replies
    39
    Views
    8,831

    Re: Strictly Google Checkout! Please Help Me!

    And I agree. There should be only one place to enter info in regards to billing and shipping and that is at Google Checkout! Only if ZenCart has a mod that can calculate the tax and shipping rates...
  20. Replies
    39
    Views
    8,831

    Re: Strictly Google Checkout! Please Help Me!

    eva01,

    Yes, I set up GCO button to not show up until step 3.
    Yes, the customer has to create an account to proceed through the checkout process.

    Here's the mod I've been testing. It includes...
  21. Replies
    39
    Views
    8,831

    Re: Strictly Google Checkout! Please Help Me!

    I've been doing some trial and error on this and so far it's not 100&#37; working the way I want it. I placed the google checkout button at step 3 of the checkout process but my test orders do not show...
  22. Replies
    36
    Views
    10,762

    Re: Google Checkout: Table shipping problem

    Other things that may affect your shipping

    Have you defined the following in Admin --> Locations/Taxes:
    1. Zone Definitions
    2. Tax Classes
    3. Tax Rates

    You may also need to check your...
  23. Replies
    36
    Views
    10,762

    Re: Google Checkout: Table shipping problem

    HeadBeeGuy,

    I suggest you turn off the Flat Rate module for now and re-try.
  24. Replies
    10
    Views
    2,864

    Re: Zone rates incorrect calculation

    ginginca

    do you have other modules set that is charging $40 shipping?
  25. Replies
    36
    Views
    10,762

    Re: Google Checkout: Table shipping problem

    Per your table, if you order up to 25 lbs, shipping is $8.50. Any order between 25 lbs and 10K lbs, the shipping is $1.00.

    I remember running into similar issue and read a thread where you set...
  26. Replies
    1
    Views
    2,228

    Re: Google checkout troubles

    Upgrade to ZenCart 1.3.7. It'll make your life easier. :)
  27. Replies
    2
    Views
    1,282

    Re: Table Rate Glitch

    I see an invalid entry


    Notice the "50 colon 5 colon 50"

    Change it to

    "50 colon 5 dot 50 comma" then next rate.

    I think you meant it as:
  28. Replies
    18
    Views
    3,431

    Re: Can shopping cart go in header?

    Thanks for the nifty idea and code.

    The modified code below:


    <!--bof-cart item number display-->
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <div id="headerlogocartAdd">
    <a...
  29. Replies
    3,931
    Views
    1,026,888

    Re: Google Checkout module for Zen Cart (beta)

    Eva,

    Use Ropu's response handler test to find out whether your PHP is installed as a CGI script.

    Modify the following lines:



    // Responsehandler.php URL
    $url =...
  30. Replies
    3,931
    Views
    1,026,888

    Re: Google Checkout module for Zen Cart (beta)

    That's a typical scenario when you try to setup googlecheckout as your ONLY method of payment. In my site, I hacked the confirmation page to not display the "Confirm Order" and put in its place the...
  31. Replies
    3
    Views
    2,641

    Re: Latest Google Checkout error

    zencart 1.3.7

    I'm having the same issue. The error message is seen at Google's actual Google Checkout page when my billing address is a Canadian address. I can't backtrack to what I did, but it...
  32. Replies
    55
    Views
    33,815

    Re: California Sales Tax Module

    wickedstangs,

    cfe's mod determines the appropriate tax rates via a zip code-based lookup table. The lookup table is created using BOE's publication of CA District Taxes as a reference.
  33. Replies
    55
    Views
    33,815

    Re: California Sales Tax Module

    cfe,
    I got them via melissa data
  34. How to limit the number of countries from the shipping estimator page?

    I thought I'd share this one to everyone. From the shipping estimator page, I only wanted to display the U.S. and Canada as selections. I accomplished this by editting ...
  35. Replies
    55
    Views
    33,815

    Re: California Sales Tax Module

    Whoops, here is the sql I mentioned about.
    Disclaimer: The file is 'Use as is'. :smile:
  36. Replies
    55
    Views
    33,815

    Re: California Sales Tax Module

    CFE, great job on the mod. I did work on similar mod and worked but yours is a cleaner implementation. I could share my sql which has more zip entries and tax rates (ie. i noticed you didn't...
  37. Re: Google Checkout Not Calculating the Shipping Charge

    So now I switched to Zone Rates since I plan of shipping to US & Canada and I am having a problem with my zone rate shipping not showing at Google Checkout page when a user clicks the Google Checkout...
  38. Re: Google Checkout Not Calculating the Shipping Charge

    I had to adjust the settings in the Admin--> Configuration --> Shipping/Packaging for the shipping by weight calculation to be right.
    I adjusted the SM/MED pkgs and LG pkgs to 0:0 ratios
  39. Re: Google Checkout Not Calculating the Shipping Charge

    i'm using GCO 1.0.4r ng my shipping charge is going thru but it is not the one i set.
    I had set Table rates but when it gets to GC for payments it sends the only the first rate in the table when...
Results 1 to 39 of 39
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR