Page 107 of 394 FirstFirst ... 75797105106107108109117157207 ... LastLast
Results 1,061 to 1,070 of 3932
  1. #1061
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by tj1 View Post
    The problem is, I have the Low Order Fee implemented in ZenCart and GC is not taking this into account.
    I was not even aware Low Order Fees were allowed by credit card companies (or minimum orders). I had always understood that was violation of the TOS. But I may be wrong.

    I think I observed something on Google Checkout Merchants forum stating Low Order Fees were not supported. But I could be wrong.

    But I did see on the wishlist URL I posted several days ago a statement that Minimum Order fees are not supported by Google Checkout.

    You might want to post your feature request there.
    http://groups.google.com/group/googl...oogle-checkout

    Woody

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

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

    Quote Originally Posted by spf View Post
    This is when I checkout using GCO from my website, my merchant calculated shipping didn't show up, nor does the coupon work. I am trying to figure out what have been broken.

    BTW, my GCo was working fine. Until today I decided to try to install authorize.net module on my website, which went ok, then all of sudden the GCO starts having all kinds of issues.
    Basic questions:

    Are these errors occurring when your shop is setup with a Google Checkout sandbox account or a live/production account?

    From your previous post regarding .htaccess issue it appears you are running PHP as CGI. Are you certain that is true? Your host can tell you.

    If you are certain running PHP as CGI you can visit Ropu's site and use his generator to create an .htaccess file.
    http://demo.globant.com/~brovagnati/tools/

    When did your error occur? Immediately after you click the the GCO checkout image on your shop?

    What does the error log report? response_error.php

    What was the effect when you uninstalled authorize.net payment module? Any difference?


    Woody

  3. #1063
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

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

    Quote Originally Posted by Woodymon View Post
    I was not even aware Low Order Fees were allowed by credit card companies (or minimum orders). I had always understood that was violation of the TOS. But I may be wrong.

    I think I observed something on Google Checkout Merchants forum stating Low Order Fees were not supported. But I could be wrong.

    But I did see on the wishlist URL I posted several days ago a statement that Minimum Order fees are not supported by Google Checkout.

    You might want to post your feature request there.
    http://groups.google.com/group/googl...oogle-checkout

    Woody
    Thanks Woodymon.
    I sell true wholesale so profit margin is very small and I also offer free shipping on all domestic orders.
    The low order fee is not for using a credit card to pay, but rather a convenience service fee for such a small order regardless of payment method.
    I believe this is acceptable, I've literally seen thousands of merchants implementing something similar.
    I did a few searches trying to find if this is a violation of the credit card companies' TOS, but I couldn't come up with anything. If you find something please let me know.

    I hope ropu can come up with a solution. I'll leave it as it is for now, hopefully I won't get many small orders through GC and customers won't notice and abuse this loophole.

  4. #1064
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

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

    Quote Originally Posted by Woodymon View Post
    Basic questions:

    Are these errors occurring when your shop is setup with a Google Checkout sandbox account or a live/production account?

    From your previous post regarding .htaccess issue it appears you are running PHP as CGI. Are you certain that is true? Your host can tell you.

    If you are certain running PHP as CGI you can visit Ropu's site and use his generator to create an .htaccess file.
    http://demo.globant.com/~brovagnati/tools/

    When did your error occur? Immediately after you click the the GCO checkout image on your shop?

    What does the error log report? response_error.php

    What was the effect when you uninstalled authorize.net payment module? Any difference?


    Woody
    Now, I got it fixed. After created .htaccess and .hpasswd file, I forgot to switch folder back from 777 to 644 permission. So my server reject GCO access to that folder.

    I still don't know how the error happened in the first place. My system was working before, until I installed authorize.net AIM. Then, GCO start timing out when trying to access responsehandler.php. That's the reason my merchant calculated shipping and coupon didn't work. I don't know what I did to fix it, other than re-installing GCO from payment module. While doing that, I ended up having sever 500 error. Now, everything is back to normal.. Thanks

  5. #1065
    Join Date
    Mar 2007
    Posts
    14
    Plugin Contributions
    0

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

    GCO UPS SHIPPING CALCUALTIONS NOT WORKING

    Okay, 10 hours trying to implement this and reading every post from page 65 on, and I'm still just not getting it.

    Here's my info: ZC 1.3.7, GCO v1.3RC1rev1, my host is definitely running PHP as CGI, and I am testing in the GCO Sandbox

    I followed all instructions and installed GCO 1.3RC1rev1 manually updating files as instructed in the INSTALLATION file.

    But in the README file, I do not understand the following:

    "2. .htaccess Basic Authentication Mode with PHP over CGI? If your site is installed on a PHP CGI you must disable Basic Authentication over PHP. To avoid spoofed messages reaching responsehandler.php, set the .htaccess file with the script linked (http://your-site/admin/includes/htaccess.php). Set permission 777 for http://your-site/googlecheckout/ before running the script. Remember to turn back permissions after creating the files."


    I found an earlier post that gave a link to Ropu's htaccess and htpasswd generators at http://demo.globant.com/~brovagnati/tools/htaccess.php

    I entered my Merchant ID's and passwords, but I'm not sure what to enter at the:
    "Absolute dir to googlecheckout/ : ( ie. /home/ropu/public_html/catalog/googlecheckout )"


    I don't understand the example. So I entered http://www.mysite.com/googlecheckout and generated the files. I saved them in Notepad, changed the extensions to PHP, and then uploaded them to my /googlecheckout directory. Set the folder permissions at 777 before uploading them, then back to 744.


    Here's what happens - I get the Google Checkout icon on my checkout page, I click it, log into the sandbox, and then the shipping goes to the default of 0.00. Using my normal checkout mode (manual processing of credit cards) instead of GCO, UPS rates calculate fine. FYI, I am only using UPS shipping, it is enabled in my payment modules, and I am pretty certain my error has to do with the htaccess and htpasswd files. Can someone please explain to me what directory to enter for the "Absolute directory", and exactly where to upload the htaccess and htpasswd files?


    Sorry if this is a dumb question, but I just don't get it. Thanks for any help you can provide.


    P.S. to Ropu -


    In INSTRUCTIONS file, modification to tpl_checkout_payment_default.php file has the following lines:

    // ** GOOGLE CHECKOUT **
    // ** END GOOGLE CHECKOUT **

    For some reason, these lines appear on the live customer Login page. I deleted them from the code and now they do not appear.

  6. #1066
    Join Date
    Mar 2007
    Posts
    14
    Plugin Contributions
    0

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

    Another issue....

    But first, I think I may have found the directory name I was looking for in my previous post --- in the error message I got below! I generated a new htaccess and htpasswd file with the new directory, uploaded them to my googlecheckout folder, but still get default shipping rates in the GCO Sandbox. By the way, I forgot to mention this in my previous post, but I did set my ".htaccess Basic Authentication Mode" to "TRUE." Any ideas on why UPS shipping works in my normal checkout method of manually processing credit cards, but not in GCO?

    But here is the new problem. When I get to my GCO sandbox customer account and I see the incorrect shipping rates, I decide to cancel my order. In GCO I click "Edit Order" and I am returned to my Zen Cart website. I click on the trash can to delete the item from my cart and get the following error:

    // ** GOOGLE CHECKOUT **

    // ** END GOOGLE CHECKOUT ** // ** GOOGLE CHECKOUT **
    Fatal error: Cannot redeclare selfurl() (previously declared in /home/XXXX/XXXX/type/googlecheckout/gcheckout.php:38) in /home/XXXX/XXXX/type/googlecheckout/gcheckout.php on line 42

    (I replaced the actual directory names above with XXXX for security purposes)

    Is this a related error, or something else I need to worry about?

  7. #1067
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by Jay42 View Post
    but I'm not sure what to enter at the:
    Absolute dir to googlecheckout/ : ( ie. /home/ropu/public_html/catalog/googlecheckout) I don't understand the example. So I entered http://www.mysite.com/googlecheckout... Can someone explain to me what directory to enter for the "Absolute directory", and exactly where to upload the htaccess and htpasswd files?
    It's very straightforward but yes it can get very confusing at the same time ;-)

    1. The absolute path to your shop is listed in your /includes/configure.php

    2. The readme says
    set the .htaccess file
    with the script linked (http://your-site/admin/includes/htaccess.php).
    Set permission 777 for http://your-site/googlecheckout/ before running
    the script. Remember to turn back permissions after creating the files.
    So generally if you can run htaccess.php in your web browser doing so should automatically generate .htaccess and .htpasswd in the /googlecheckout directory.

    But if you generate those two files with another tool then you need to manually upload the htaccess and htpasswd to your /googlecheckout directory. If you uploaded the mod package correctly, this directory should be in your shop directory (aka shop root).

    3. Note in the mod release the following three directories:
    /admin
    /includes
    /googlecheckout

    Did you upload all directories?

    4. More detailed answer with example:

    If your webroot directory is /home/account_name/public_html

    And if you installed your shop directory in your webroot (this is typically standard location for most zen cart installs) then your shoproot directory would be /home/account_name/public_html/shop_name

    (in this context 'catalog' and 'shop_name' and the shop root are synonymous. They just mean whatever directory you installed zencart into.)

    BTW these directories above are referred to absolute directories as they describe the full "absolute" path from the root of your account, as opposed to a "relative" path. If this is still unclear, and you're not sure of the diff between an absolute vs. relative path, Google on the two terms. You will find simple explanations.

    When you installed the Google Checkout mod, the googlecheckout directory should have been uploaded to the shop root. So you should have:
    /home/account_name/public_html/shop_name/googlecheckout/

    (this is an absolute path)

    This is the directory which you should upload .htaccess and .htpasswd
    if using Ropu's tool.

    I agree that a bit more clarification in the readme of who should run /admin/htpasswd.php and who should run the provided tool on Ropu's site (and why the difference). And the readme should not include http:// to describe an absolute path.

    Hope this helps.

    Woody

  8. #1068
    Join Date
    Mar 2007
    Posts
    14
    Plugin Contributions
    0

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

    Thanks Woody,

    I tried again, still not working. Here's part of my configure.php file:

    // * DIR_FS_* = Filesystem directories (local/physical)
    //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    define('DIR_FS_CATALOG', '/home/Jay42/type/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
    define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
    define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');

    I substituted Jay42 above for the real name for security purposes.

    So in the "Absolute dir to googlecheckout" on Ropu's generator I entered:

    /home/Jay42/type/googlecheckout

    I pasted the code of each file in notepad, saved it as text, uploaded to my googlecheckout directory, renamed them to .htaccess and .htpasswd, and tested another sandbox order. Still, same problem....does not calculate UPS shipping, rather, uses default rates.

    Did I get the directory name wrong? Or do something else wrong here?

    Originally Posted by Woodymon
    3. Note in the mod release the following three directories:
    /admin
    /includes
    /googlecheckout

    Did you upload all directories?
    Yes, I followed all the instructions in the README and INSTALLATION files. As I currently have an existing checkout method (Credit Cards, manually processed), I followed OPTION B and uploaded all files in Section I and manually updated the 4 files in Section II.

    Everything works except the UPS shipping calculations. So I feel the install was done correctly. Any additional advice would be appreciated. Thanks again for your help.

  9. #1069

    Default Zen Cart and Jrox Affiliate Integration with Google

    How do I make the below changes what files etc. I was referred back to Zen Cart for this information. I did the first part now I need help with the 2nd part.

    Answer:
    (This is a copy and paste from Jrox forum:)
    actually, we've been approved for tracking.

    In order to use JAM with Google Checkout, you need to contact Google and ask them to whitelist your domain.

    Secondly, you will need to edit the shopping cart you are using with Google Checkout to add some XML code in it:

    http://code.google.com/apis/checkout/developer/checkout_pixel_tracking.html

    QUESTION: what file exactly to edit? Im using zen cart

    Answer:
    this is actually done on the shopping cart side, not JAM.

    once we get more information on this, we'll post it.

  10. #1070
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by Jay42 View Post
    define('DIR_FS_CATALOG', '/home/Jay42/type/');

    So in the "Absolute dir to googlecheckout" on Ropu's generator I entered:

    /home/Jay42/type/googlecheckout

    I pasted the code of each file in notepad, saved it as text, uploaded to my googlecheckout directory, renamed them to .htaccess and .htpasswd, and tested another sandbox order. Still, same problem....
    Appears you have knowledge of the proper absolute path. Thats all was trying to assist with. As to your mod issue will need to wait for ropu to chime in.

    Good luck!

    Woody

 

 

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