Results 1 to 10 of 3932

Threaded View

  1. #11
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    I've just been notified of a new feature of GC.

    A new tag allows merchant-calcullation-callback to send just the active shipping address to calculate shipping quotes. <calculation-mode>
    http://code.google.com/apis/checkout...lculation-mode

    This will help with the time out issue, because if a buyer had more the one address, before we need to calculate the shipping cost for each one, increasing the timeout chance.

    now we calculate one per time, so calculation time is smaller

    im releasing RC3 asap with this fixed.

    quick fix:
    googlecheckout/gcheckout.php line 412

    change this:
    PHP Code:
        $gcheck->push('merchant-calculations');
            
    $gcheck->element('merchant-calculations-url'$url);
            
    $gcheck->element('accept-merchant-coupons''true');
            
    //$gcheck->element('accept-gift-certificates', 'true');
        
    $gcheck->pop('merchant-calculations'); 
    for this
    PHP Code:
        $gcheck->push('merchant-calculations');
            
    $gcheck->element('merchant-calculations-url'$url);
            
    $gcheck->element('accept-merchant-coupons''true');
            
    $gcheck->element('calculation-mode''SINGLE');
            
    //$gcheck->element('accept-gift-certificates', 'true');
        
    $gcheck->pop('merchant-calculations'); 
    ropu
    Last edited by ropu; 1 Mar 2007 at 06:50 PM. Reason: typo

 

 

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