Page 351 of 394 FirstFirst ... 251301341349350351352353361 ... LastLast
Results 3,501 to 3,510 of 3932
  1. #3501
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

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

    Quote Originally Posted by conspicuouschick View Post
    I don't know if this is to me or not, but mine is set to false.
    Did you also make the changes to the file as suggested?

  2. #3502
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

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

    Quote Originally Posted by lina0962 View Post
    Hello,

    My site offers customers free shipping when their order value reaches $50. So in the admin-shipping, I set up the free shipping options only when the order value reaches $50.

    But when I use the google checkout, I find the free shipping options show up in the drop-down menu even the order is way below $50.

    How to fix this problem? my site is www.best4future.com

    Lina
    So you just want to hide the free options if the order is less than $50?

  3. #3503
    Join Date
    Jun 2006
    Posts
    403
    Plugin Contributions
    0

    help question Re: Google Checkout module for Zen Cart 1.3.x (beta)

    Quote Originally Posted by retched View Post
    So you just want to hide the free options if the order is less than $50?
    YES. I want the free opition only show up when the order reaches $50.

  4. #3504
    Join Date
    Nov 2008
    Posts
    39
    Plugin Contributions
    0

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

    Quote Originally Posted by retched View Post
    Did you also make the changes to the file as suggested?
    I tried to go back through this thread but I'm still not sure what 'changes' you're referring to.

    The error message I receive is "Oops!
    We were unable to process your request."

    Not very helpful, yes?

    The htaccess Basic Authentication Mode is set to false (set to true, I get the same above error); the Carrier Calculated Shipping is set to true; the United States Postal Service domestic_types (located above the Carrier Calculated Shipping in the Admin) is set to the proper amounts....

    When I turn the Carrier Calculated Shipping off, I no longer get the error, but the shipping charge never budges.

    No idea what I'm doing wrong.

  5. #3505
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

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

    Quote Originally Posted by conspicuouschick View Post
    I tried to go back through this thread but I'm still not sure what 'changes' you're referring to.

    The error message I receive is "Oops!
    We were unable to process your request."

    Not very helpful, yes?

    The htaccess Basic Authentication Mode is set to false (set to true, I get the same above error); the Carrier Calculated Shipping is set to true; the United States Postal Service domestic_types (located above the Carrier Calculated Shipping in the Admin) is set to the proper amounts....

    When I turn the Carrier Calculated Shipping off, I no longer get the error, but the shipping charge never budges.

    No idea what I'm doing wrong.
    Sorry it wasn't on this forum thread where the change is mentioned.

    Go to /zencart/googlecheckout/responsehandler.php and make the following change.

    Find
    PHP Code:
    error_reporting(E_ALL); 
    and afterwards add the following:

    PHP Code:
    // temporal disable of multisocket
    define('MODULE_PAYMENT_GOOGLECHECKOUT_MULTISOCKET''False');
    define('SESSION_BLOCK_SPIDERS','False'); 
    did you make this change to this file?

  6. #3506
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

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

    Is there a reason why google checkout is not on the payment options for checkout ? if not could someone explain how to add this feature ?

  7. #3507
    Join Date
    Sep 2010
    Location
    Tampa, Fl.
    Posts
    66
    Plugin Contributions
    0

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

    Hi everyone I am using the latest GC module and everyhting seem fine. I just gat in an google order today but there was no notification in my admin of an order. I got my google mail about the order. I have followed the setup and read through this thread and I am still a bit baffled. First

    My sites is on a shared ssl plan with my hosting company is this good?

    Do i need to have a independent ssl for each domain?

    when setting the callback does it have to be https://www.mydomain... or can i use http://?

    in admin->module->payment->google i set the htaccess Basic Authentication Mode to false..is it supose to be True?

    When the customer made the order what I also noticed was that the stock did not decrese. I went in to configuration->stock and made the changes. Subtract stock...True, Allow Checkout...False, Mark product out of stock...Out Of Stock.
    Do i need to do something to intergrate the GC with products?

    Your help please.

    Wayne

  8. #3508
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

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

    Hey Wayne,

    although I'm asking for help here I think I can answer your questions.

    Quote Originally Posted by dnwmarket View Post
    My sites is on a shared ssl plan with my hosting company is this good?
    yes it's fine.

    Quote Originally Posted by dnwmarket View Post
    Do i need to have a independent ssl for each domain?
    Yes I'm afraid you do. You could redirect all payments to the domain with the SSL cert.

    Quote Originally Posted by dnwmarket View Post
    when setting the callback does it have to be https://www.mydomain... or can i use http://?
    https:// only for live checkout. If you in sandbox mode testing you can use http://

    Quote Originally Posted by dnwmarket View Post
    in admin->module->payment->google i set the htaccess Basic Authentication Mode to false..is it supose to be True?
    Not 100% sure but I don't think so.

    Quote Originally Posted by dnwmarket View Post
    When the customer made the order what I also noticed was that the stock did not decrese. I went in to configuration->stock and made the changes. Subtract stock...True, Allow Checkout...False, Mark product out of stock...Out Of Stock.
    Do i need to do something to intergrate the GC with products?
    This is because this add on doesn't link into any account and does not go through the normal checkout procedures it sends the cart data before all this takes place hence your stock not being updated and no email. If I don't get an answer in the next few days I will try to integrate this feature to this add on.

    hope this has answered some of your questions

  9. #3509
    Join Date
    Sep 2010
    Location
    Tampa, Fl.
    Posts
    66
    Plugin Contributions
    0

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

    Thanks for the Help you answered them. So you would recomend me getting a ssl cert. from godaddy since my domain is from there?

  10. #3510
    Join Date
    Oct 2010
    Posts
    84
    Plugin Contributions
    2

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

    Quote Originally Posted by dnwmarket View Post
    Thanks for the Help you answered them. So you would recomend me getting a ssl cert. from godaddy since my domain is from there?
    Its up to you really I would shop around because they vary in price.

 

 

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