Page 30 of 394 FirstFirst ... 2028293031324080130 ... LastLast
Results 291 to 300 of 3932
  1. #291
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by colosports View Post
    Your ssl is invalid. This is annotated in the readme file.
    I have a shared SSL (powweb) : https://USER_NAME.powweb.com

    does this mean I will not be able to use GCO as I am on a shared SSL?

    Assuming of course I can get it work on my non SSL first: http://mylovesupreme.com/dev/googlec...nsehandler.php

  2. #292
    Join Date
    Nov 2006
    Posts
    1
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Not installing until it becomes easier to do so. Why? I'm a smal, very small business without the time to copy here and paste there. Modules like the extended attributes work great because files are uploaded via filezille in a snap, and it works as promise. Instead, this google module is cumbersome for the inexpert user like me.

    Don't take me wrong, I just can't afford to screw all my store when trying to install this little module from the biggest media company in the world.

    www.sensualitelingerie.com/shopping
    Last edited by andrescolombia; 30 Nov 2006 at 07:32 PM. Reason: To show other members my zen cart

  3. #293
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Hello,

    I checked my CGI error log at my hosting company (a week ago, I never thought I would be looking at cgi scripts)

    it showed this error:

    PHP Warning: Zend Optimizer does not support this version of PHP - please upgrade to the latest version of Zend Optimizer in Unknown on line 0
    PHP Fatal error: Call to undefined function: getallheaders() in /hermes/web09/b2476/pow.USER_NAME/htdocs/dev/googlecheckout/responsehandler.php on line 112

    I deleted the zend optimizer code at the bottom of my php.ini file (i am using php 4.4.4):
    [Zend]
    zend_optimizer.optimization_level=15
    zend_extension_manager.optimizer=/usr/local/Zend/Zend-2.5.7/lib/Optimizer-2.5.7
    zend_extension_manager.optimizer_ts=/usr/local/Zend/Zend-2.5.7/lib/Optimizer_TS-2.5.7
    zend_extension=/usr/local/Zend/Zend-2.5.7/lib/ZendExtensionManager.so
    zend_extension_ts=/usr/local/Zend/Zend-2.5.7/lib/ZendExtensionManager_TS.so

    and tried using google check out again, no success but the CGI error log now only reads:

    PHP Fatal error: Call to undefined function: getallheaders() in /hermes/web09/b2476/pow.USER_NAME/htdocs/dev/googlecheckout/responsehandler.php on line 112

    I hope this helps..

  4. #294
    Join Date
    Jan 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Alright, I've got Google Checkout working and testing out OK. I'm a bit frustrated since for the time being I only want to use Google Checkout and take my shop live so I would like to:

    1) Remove the zen Checkout Button from appearing

    and

    2) Drop the login from the Navigation bar.

    I cannot seem to fing the appropriate code to comment out?

    Is there some help from some a bit more experienced that I?

    Thanks

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

    Default Re: Google Checkout module for Zen Cart released

    Does the GCO for ZC mod support custom ship rate configurations where ship cost is charged for each item in order and handling fee is charged only once per order. Such as the following two S&H configs:

    Total S&H (USA) =
    $3 ship cost + $2 handling fee
    w/ shipping zone = USA
    (USA is only country in this zone)

    So in this instance a one item order is $5 total S&H and each add'l item adds $3 so total S&H for a two item order would be $8.

    Total S&H (Non-USA) =
    $4 ship cost + $6 handling fee
    w/ shipping zone = international
    (all countries except USA are in this zone)

    So in this instance a one item order is $10 total S&H and each add'l item adds $4 so total S&H for a two item order would be $14.

  6. #296
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by dharma View Post
    PHP Fatal error: Call to undefined function: getallheaders() in /hermes/web09/b2476/pow.USER_NAME/htdocs/dev/googlecheckout/responsehandler.php on line 112
    The solution is located in the Google checkout readme file.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  7. #297
    Join Date
    Nov 2006
    Posts
    512
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    I deleted the code as specified in the read me. I now get no errors from google or my hosting company's CGI error log. Still, orders do not show up in the admin. I will try creating a fresh google account/merch ID to see if that will help.

  8. #298
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by Woodymon View Post
    Quote Originally Posted by ropu
    2) Is dificult to know where is the admin directory with out having the file that tell us where is located! (in fact where is located the admin directory is the config file!) ill have a look to this an see if is an other way of solving it!
    A conundrum which I have no expertise in. I am only now beginning to educate myself of the theory behind the init system and notifier system. Are not the defines in /admin/includes/configure.php available to mods via a sniffer. How is the PayPal IPN payment mod is acquiring the name of the "admin" directory. Maybe DrByte, ajeh and/or wilt can provide some insight?
    The /admin/ path is not defined anywhere outside the admin folder. This is for security reasons. If nobody can find the path to your admin folder, it is much more difficult to exploit.

    It would be more prudunt for the GC module to include an appropriate path in its return post-back so that it knows where to find relevant files, rather than to hard-code the path into any particular file.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #299
    Join Date
    Mar 2006
    Posts
    131
    Plugin Contributions
    0

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by dharma View Post
    I deleted the code as specified in the read me. I now get no errors from google or my hosting company's CGI error log. Still, orders do not show up in the admin. I will try creating a fresh google account/merch ID to see if that will help.

    I am having the same problem here...orders are coming in but not in the ZC Admin
    response_message file getting info, no errors in google edited response_handler file ....no errors showing...but still nothing in admin.

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

    Default Re: Google Checkout module for Zen Cart released

    Quote Originally Posted by DrByte View Post
    The /admin/ path is not defined anywhere outside the admin folder. This is for security reasons. If nobody can find the path to your admin folder, it is much more difficult to exploit.

    It would be more prudunt for the GC module to include an appropriate path in its return post-back so that it knows where to find relevant files, rather than to hard-code the path into any particular file.
    thx DrByte

    im taking note of this!

    ropu

 

 

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