Page 342 of 394 FirstFirst ... 242292332340341342343344352392 ... LastLast
Results 3,411 to 3,420 of 3932
  1. #3411
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

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

    I'm using this mod on my 1.3.8a sites and I really like it. However, it's not compatible with PHP 5.3. Has anyone come up with a patch for the out dated ereg() functions? Example:

    Function split() is deprecated in /googlecheckout/gcheckout.php on line 128

    Here is a copy of line 128:

    PHP Code:
    PHP Code:
    $resticted_categories split('([ ]?[,][ ]?)',MODULE_PAYMENT_GOOGLECHECKOUT_RESTRICTED_CATEGORIES); 
    Anyone know how to rewrite this for PHP 5.3? I can't believe no one's talking about this on the support thread as we're all going to have to upgrade to 1.3.9 before the next version of PHP is thrown upon us and all our sites just white screen.

  2. #3412
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

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

    Quote Originally Posted by conspicuouschick View Post
    Just to clarify, does that mean the google checkout is not useable if one doesn't fork over the dough for the SSL certificate? Because that would explain a whole lot why Paypal sucks but still has a huge market share for small vendors.
    Google Checkout is not totally unusable without SSL. You can still get orders that accept GCO. And you can still get paid by GCO. You just don't get the order info automatically to your Admin screens. Instead, you get order notifications via email from Google. And you must log in to your GCO account to process the order statuses.

  3. #3413
    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 chain_man View Post
    Google Checkout is not totally unusable without SSL. You can still get orders that accept GCO. And you can still get paid by GCO. You just don't get the order info automatically to your Admin screens. Instead, you get order notifications via email from Google. And you must log in to your GCO account to process the order statuses.
    I sell on ecrater as well, which takes Google Checkout. I receive the email from Google Checkout and no notification from Ecrater. Would that be the same situation if I installed Google Checkout on zencart without an SSL?

    (and for whoever asked - my ISP does not provide SSLs. I did look into it)

  4. #3414
    Join Date
    Dec 2005
    Location
    Box Elder, SD
    Posts
    373
    Plugin Contributions
    0

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

    Quote Originally Posted by conspicuouschick View Post
    I sell on ecrater as well, which takes Google Checkout. I receive the email from Google Checkout and no notification from Ecrater. Would that be the same situation if I installed Google Checkout on zencart without an SSL?

    (and for whoever asked - my ISP does not provide SSLs. I did look into it)
    That sounds about right. You would get and email from Google Checkout. You would have to manually enter the sale info to your zen cart based on the gco info (to keep your inventory current). And Enter the sale status into your gco account.

  5. #3415
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,450
    Plugin Contributions
    11

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

    @limelites

    Try
    PHP Code:
    $resticted_categories preg_split('([ ]?[,][ ]?)',MODULE_PAYMENT_GOOGLECHECKOUT_RESTRICTED_CATEGORIES); 
    See http://tinyurl.com/yzs7de9

  6. #3416

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

    Hi i have just installed Google checkout thinking it would be good to use it so people could leave seller ratings in my google shopping list thing.

    However i have installed it to a v 1.3.9c zen cart, i have reward points, light box, PP Express and PP Web payments pro modules installed.

    I cannot see any google checout option on my website and also all my customer email updates that i use to update from processing to dispatched are no longer being sent to customers.

    Anyone got any ideas what is wrong?

  7. #3417
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

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

    I'm a bit confused as to how shipping works in GC

    Do you set it up in your GC admin or in ZC admin?

    I use a basic price based setup:

    0-50 - 5.95
    50.01 - 99 - 6.95
    99.01 and up - free

    Can someone point in the right direction!!
    Thank you,
    autoace

  8. #3418
    Join Date
    Oct 2006
    Location
    Los Angeles
    Posts
    109
    Plugin Contributions
    0

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

    Quote Originally Posted by autoace View Post
    I'm a bit confused as to how shipping works in GC

    Do you set it up in your GC admin or in ZC admin?

    I use a basic price based setup:

    0-50 - 5.95
    50.01 - 99 - 6.95
    99.01 and up - free

    Can someone point in the right direction!!
    GC admin is inside zencart admin
    admin > modules > payments

  9. #3419
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

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

    Quote Originally Posted by ztotheetothen View Post
    GC admin is inside zencart admin
    admin > modules > payments
    Yes, thank you. However, I believe that is for processing orders and configuring GC tol take process transactions for the store.

    What I'm trying to do is configure my shipping for GC. I don't use real time shipping from the major shipping companies, I just simply use a price based table structure as noted in my previous post.

    Just need some clear instructions on how to do that.
    Thank you,
    autoace

  10. #3420
    Join Date
    Jul 2010
    Location
    UK
    Posts
    29
    Plugin Contributions
    0

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

    Hi,
    i am using the latest version of zencart 1.3.9d

    i have the following contributions installed

    tabbed products pro
    image handler 2
    zen light box
    shopping cart with checkout button sidebox
    cross sell
    colum layout grid for product listings
    column divider
    social bookmarking
    backup mysql
    backup my site
    big royalmail
    delete cc and ccv data

    everything is working as it should with no issues, whats the chances of me getting google checkout 1.4.7 working with no issues with these contributions installed

    regards
    dave

 

 

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