Page 75 of 394 FirstFirst ... 2565737475767785125175 ... LastLast
Results 741 to 750 of 3932
  1. #741
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    V1.2 RC2 fixes the location of the htaccess.php file

    ropu

  2. #742
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

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

    I upgraded to the new version of google check out and know when you click a product and add to the cart the google image doesn't turn blue it doesn't allow for the customer to click it, it stays grey any ideas why?
    Lextechs.com Powered By ZenCart

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

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

    Quote Originally Posted by lextechs View Post
    I upgraded to the new version of google check out and know when you click a product and add to the cart the google image doesn't turn blue it doesn't allow for the customer to click it, it stays grey any ideas why?

    gray buttons appear because of one of these issues

    * A disabled button is displayed in the following cases:
    * 1. If merchant id or merchant key is not set
    * 2. If there are multiple shipping options selected and they use different shipping tax tables
    * or some dont use tax tables

    double check point 2, see if all your shipping use Taxable goods for taxes.

    ropu

  4. #744
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by ropu View Post
    yes, it supposed to create both files!

    do you check the boxes "Check if dir exists:" and "Create Files:" ??
    the require valid-user is a directive of htaccess that tells the browser to look for valid users in .htpasswd

    you DONt have to comment any code in responsehandler.php just need to enable or disable this feature from the amin UI!

    just set tru to this
    HTML Code:
    .htaccess Basic Authentication Mode with PHP over CGI?
    This configuration will disable PHP Basic Authentication in the responsehandler.php to validate Google Checkout messages.
    If setted True you MUST configure your .htaccess files here.
    and add the htaccess with the script. .

    i take notes about an easier readme file. thanks for your feedback

    ropu
    Thanks Ropu, the two files are now created after CHMOD from 755 to 777 on googlecheckout folder.

    I noticed in one of your previous post that you said this
    Code:
    <Directory /home/*/public_html>
            AllowOverride All
    </Directory>
    need to be somewhere. Is it still needed?

    Also, you did not answer my question about how to figure out whether PHP is installed on CGI or not. If I set to True on the AdminUI and PHP is not installed over CGI what happens?

    I have GC1.0.4r working in production without any need for the code/instructions about PHP installation over CGI but somehow when I upgrade to 1.2 everything looks okay but the GC button is disabled. Responsehandler.php page doesn't show any error.

    The only culprit I can think of is something is not configured right with the shipping. We offer Free Shipping Option, Free Shipper as well as Table Rate but none of these show up for Google Checkout Paypment configuration on the AdminUI. Why is that?

    Thanks for all your work.

  5. #745
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by ropu View Post
    gray buttons appear because of one of these issues

    * A disabled button is displayed in the following cases:
    * 1. If merchant id or merchant key is not set
    * 2. If there are multiple shipping options selected and they use different shipping tax tables
    * or some dont use tax tables

    double check point 2, see if all your shipping use Taxable goods for taxes.

    ropu
    Ropu,

    On point #2, I checked our setting and all our shipping module are set to use the same Taxable Goods. My questions for you is doesn't the fact that Taxable Goods only apply to two zones (in our case) affects Google Checkout button to be disable.

    For example we have shipping module configured with zone set to none (meaning people can checkout worldwide) but our Taxable Goods is only configured to charge taxes for customers from 2 states in the US where we have physical location. Does this confuse GC and that's why the button is greyed out?

    In GC 1.0.4r we are only using table rate as shipping option but the taxable goods still only applies to 2 states and we have no problem (except that it actually ignore the tax rule and charges no tax for customers from the two states ).

    Thanks!

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

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

    Quote Originally Posted by BlessIsaacola View Post
    Thanks Ropu, the two files are now created after CHMOD from 755 to 777 on googlecheckout folder.

    I noticed in one of your previous post that you said this
    Code:
    <Directory /home/*/public_html>
            AllowOverride All
    </Directory>
    need to be somewhere. Is it still needed?

    Also, you did not answer my question about how to figure out whether PHP is installed on CGI or not. If I set to True on the AdminUI and PHP is not installed over CGI what happens?

    I have GC1.0.4r working in production without any need for the code/instructions about PHP installation over CGI but somehow when I upgrade to 1.2 everything looks okay but the GC button is disabled. Responsehandler.php page doesn't show any error.

    The only culprit I can think of is something is not configured right with the shipping. We offer Free Shipping Option, Free Shipper as well as Table Rate but none of these show up for Google Checkout Paypment configuration on the AdminUI. Why is that?

    Thanks for all your work.
    To know if you run over CGI try this
    PHP Code:
    <?php
    print_r
    ($_SERVER);
    ?>
    on a blanc script.

    Gray button, see my last post

    Regarding payments not showing in the admin ui. This is because all them are flat rate shipping, no need of merchant calculation to be done! so shipping quotes can be pre-calculated.


    ropu

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

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

    Quote Originally Posted by BlessIsaacola View Post
    Ropu,

    On point #2, I checked our setting and all our shipping module are set to use the same Taxable Goods. My questions for you is doesn't the fact that Taxable Goods only apply to two zones (in our case) affects Google Checkout button to be disable.

    For example we have shipping module configured with zone set to none (meaning people can checkout worldwide) but our Taxable Goods is only configured to charge taxes for customers from 2 states in the US where we have physical location. Does this confuse GC and that's why the button is greyed out?

    In GC 1.0.4r we are only using table rate as shipping option but the taxable goods still only applies to 2 states and we have no problem (except that it actually ignore the tax rule and charges no tax for customers from the two states ).

    Thanks!
    im pretty sure that the issue. try putting everything to none or tax goods and see if the button appears enabled. if so, pm to see how we can fix this issue and "unconfuse" GC button

    ropu

  8. #748
    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

  9. #749
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by ropu View Post
    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
    The link in your signature still points to V1.2RC1 instead of V1.2RC3

  10. #750
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by ropu View Post
    im pretty sure that the issue. try putting everything to none or tax goods and see if the button appears enabled. if so, pm to see how we can fix this issue and "unconfuse" GC button

    ropu
    Ropu,

    I can confirm with certainty the root cause of the problem now.

    If Tax Class is set to anything BUT NONE it breaks.
    When Tax Class is none, the googlebutton is enabled and works for those shipping option that have tax class set to NONE.

    1. I enabled 5 shipping option from AdminUI Shipping module and configured all to have a Tax Class SET TO Taxable Goods...Google install is successful with no error when I go to my url/googlecheckout/responsehandler.php. Google Checkout button is disabled (greyed out) and customer is unable to checkout.

    2. I enabled 5 shipping option from AdminUI Shipping module and configured all to have a Tax Class SET TO NONE...Google install is successful with no error when I go to my url/googlecheckout/responsehandler.php and the Google Checkout button is enabled and all shipping options were presented to me during google checkout.

    3. I enabled 5 shipping option from AdminUI Shipping module and configured TWO to have a Tax Class SET TO NONE...Google install is successful with no error when I go to my url/googlecheckout/responsehandler.php. The Google Checkout button is enabled BUT ONLY TWO shipping options that have Tax Class SET TO NONE were presented to me during google checkout.

    At least now we know the source of the problem, we just need a solution

    Perhaps this issue is related that GC is also not calculating Sales Tax in 1.0.4r even though it shows a tax line when checking out using GC.

    Thanks for all your work.

 

 

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