Page 193 of 394 FirstFirst ... 93143183191192193194195203243293 ... LastLast
Results 1,921 to 1,930 of 3932
  1. #1921
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    The standard ports are not a problem, the reason we thought that it might be a special port is because link point requires an additional port to be open for the servers to communicate. Which they don't seem to be doing at all .

    I'm wondering does anyone else have a problem who is using 1.3.7 with Linkpoint? I now have three orders pending ..lol for months no google orders and now she has three.
    ~Renee
    [FONT="Comic Sans MS"]Red[/FONT]

  2. #1922
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    No we offer three methods,

    paypal, linkpoint and google checkout..in the admin you can see where google checkout has been used. In fact the customers have even notified them telling them that the funds have not been withdrawn.

    ~Renee
    [FONT="Comic Sans MS"]Red[/FONT]

  3. #1923
    Join Date
    Feb 2007
    Posts
    39
    Plugin Contributions
    0

    Default 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 your intention is to strictly offer GoogleCheckout only for method of payment, you can hide/disable the "go to checkout" button so that your customers will be presented with one payment option---which is the Googlecheckout only.
    -----------------------------------------------------------------------
    Do you Gogo?

  4. #1924
    Join Date
    Oct 2006
    Posts
    175
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    No that is not the case , we have been operating with Linkpoint (mastercard, visa etc..) and paypal as well with no problems. It was not until this month when our first google customers this week selected google checkout that we have had a problem.

    All other sales go through without a hitch. And there has been quite a few in the past 8 months , so I have had quite a bit of traffic to be able to know that everything else is in working order. :) Hope this helps.
    ~Renee
    [FONT="Comic Sans MS"]Red[/FONT]

  5. #1925
    Join Date
    Feb 2007
    Posts
    39
    Plugin Contributions
    0

    Default 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 Sanbox and Checkout pages to see whether the orders are in one or the other. Maybe you were between sandbox/live when the order were processed.
    Last edited by w00gle; 24 Jul 2007 at 04:21 AM. Reason: typo..where vs. were
    -----------------------------------------------------------------------
    Do you Gogo?

  6. #1926
    Join Date
    Feb 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Did you already provided which version of Zencart and Googlecheckout you're using?
    -----------------------------------------------------------------------
    Do you Gogo?

  7. #1927
    Join Date
    Dec 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Hello All,

    Can anyone please tell me if zonal shipping rates are supported by the "Google Checkout" mod currently?

    My problem is that it show correct Flat rates on google checkout, but the zonal rates comes as "0". Can anyone guide me to the files I should check/edit?

    Please help, thanks!

    Regards,
    Sumit
    Last edited by sumit.pilankar; 24 Jul 2007 at 02:11 PM.

  8. #1928
    Join Date
    Jul 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart (beta)

    Hi Guys,

    I am trying to load the google checkout module on a 1.3.6 version of ZenCart (far too painfull to upgrade to 1.3.7). The installation goes smoothly enough except for the checkout payment section tpl_checkout_payment_default.php which when I place in my template dir just causes a blank screen to be produced. I guessed this was due the new Paypal express stuff in this template (not in 1.3.6) so I just modified my exisiting tpl_checkout_payment_default.php as per the installation instructions. However, this doesnt work and I think i've narrowed down the code segment to ....

    foreach($payment_modules->modules as $pm_code => $pm) {
    // echo "string : substr($pm, 0, strrpos($pm, '.'))";
    if(substr($pm, 0, strrpos($pm, '.')) == 'googlecheckout') {
    unset($payment_modules->modules[$pm_code]);
    }
    }
    if (sizeof($selection) > 1) {

    In particular, the "unset($payment_modules->modules[$pm_code]" line seems to always make "sizeof($selection)" = 1 even though my debug echo sees 2 modules being found.

    I'm totally flumoxed as to what this could be ! So close and yet so far with this one !!. I have one other payment mod which is working fine and this is the only payment methode that shows unless I comment out the line above.

    Any ideas ??? Thanks in advance for any replies

  9. #1929
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Google Checkout module for Zen Cart (beta)

    Quote Originally Posted by Woodymon View Post
    But for those who would like to know...
    v.1.4alpha3 = v.1.4beta1

    No differences. So if you are already running alpha3 then there will be no need to install beta1.
    Incorrect info was communicated to me. There are minor undocumented differences between 1.4alpha3 (SVN rev. 58) and 1.4beta1 (SVN rev. 59).

    Ropu reported:

    23/07/2007 v1.4 (ropu)
    - Minor bug fixes
    Above entry probably should be changed "v.1.4beta1"

    Ropu also reported:

    - some clean up in gcheckout.php and responsehandler.php

    - also an upgrade in the PHP Sample code, added to the library
    Woody observes:

    Files changes from 1.4alpha3 to 1.4beta1...

    /googlecheckout/
    gcheckout.php
    responsehandler.php

    /googlecheckout/library/
    googlecart.php
    googleitem.php
    googlerequest.php
    googleresponse.php

    /includes/modules/payment/
    googlecheckout.php

    Also three log files were included with new 1.4beta1 version so you don't have to create them (careful with overwriting existing log files if you want to archive your data)

    And the four documentation files in the root of the mod distribution were updated.

    The above info is only pertinent to those "upgrading" from GC mod v.1.4alpha3 to v.1.4beta1.

    Woody

  10. #1930
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Google Checkout module for Zen Cart (beta)

    How can I find the old versions of GC module? I need it to find which files I edited and remove the changes to install this new one (as instructed in the installation guide)
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

Similar Threads

  1. v155 BETA feedback for Responsive-Classic in v155-beta
    By picaflor-azul in forum Addon Templates
    Replies: 51
    Last Post: 5 Mar 2016, 09:14 PM
  2. Google Checkout module support for ZC 1.5.0?
    By Woodymon in forum Addon Payment Modules
    Replies: 2
    Last Post: 21 Jan 2012, 03:18 AM
  3. Google Checkout - is there a module for 1.3.9g?
    By cchan in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Jan 2011, 05:04 AM
  4. 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
  5. Replies: 1
    Last Post: 31 May 2009, 02:06 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