Page 171 of 394 FirstFirst ... 71121161169170171172173181221271 ... LastLast
Results 1,701 to 1,710 of 3932
  1. #1701
    Join Date
    Jun 2007
    Location
    Phoenix, AZ
    Posts
    69
    Plugin Contributions
    0

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

    Hello everyone,

    I've been hacking on Google Checkout for fun (and hopefully profit) and ran into a few questions I was hoping someone could help me out with:
    1. First, I notice that 1.4 is in alpha, but I never saw a gold release for 1.3 (only RC2). Is anyone using 1.3 in production? Has it been stable?
    2. I've modified 1.3rc2 to find existing users based on email address and then link to those in the google_checkout table. (Instead of the previous behavior of creating a new account if a new user who wasn't logged in made a purchase.) Can anyone who knows more about Zen cart than me -- which is probably everyone here -- see any ramifications from this behavior? Has anyone else found a better way to handle it if an existing customer uses Google Checkout without logging in?
    3. The existing Google Checkout module did not subscribe a user to the newsletter if they selected the checkbox on the checkout site. I've added code to do so. Assuming the interest, is the 1.3 release still accepting patches, or should I sit tight and wait for 1.4 before making any major modifications?
    4. There also appears to be a bug in the code to update the number of units sold in the products table. My implementation always adds zero to the count. Is that a known issue, or did I jack up my copy while making these other modifications?
    Thanks!
    Tick

  2. #1702
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

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

    Does going through google checkout still work with qty amount? I ask this because I checked out with gco and I only had a qty 1 and it didn't go out of stock

  3. #1703
    Join Date
    Jun 2006
    Location
    Pacific Northwest
    Posts
    6
    Plugin Contributions
    0

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

    I installed GC after ZC calculates shipping. It then appears in a proper place in that it appears as a checkout option, but since this is not how Google wants it, they permit it but do not pat you back for it.

  4. #1704
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by Tick View Post
    Hello everyone,

    I've been hacking on Google Checkout for fun (and hopefully profit) and ran into a few questions I was hoping someone could help me out with:
    1. First, I notice that 1.4 is in alpha, but I never saw a gold release for 1.3 (only RC2). Is anyone using 1.3 in production? Has it been stable?
    2. I've modified 1.3rc2 to find existing users based on email address and then link to those in the google_checkout table. (Instead of the previous behavior of creating a new account if a new user who wasn't logged in made a purchase.) Can anyone who knows more about Zen cart than me -- which is probably everyone here -- see any ramifications from this behavior? Has anyone else found a better way to handle it if an existing customer uses Google Checkout without logging in?
    3. The existing Google Checkout module did not subscribe a user to the newsletter if they selected the checkbox on the checkout site. I've added code to do so. Assuming the interest, is the 1.3 release still accepting patches, or should I sit tight and wait for 1.4 before making any major modifications?
    4. There also appears to be a bug in the code to update the number of units sold in the products table. My implementation always adds zero to the count. Is that a known issue, or did I jack up my copy while making these other modifications?
    Thanks!
    Tick
    hi, first u are open to push any patch u seem to be necessary. The idea of this contribution is to be a contribution to and from the community! so, go ahead!

    regarding v1.3* i wont support it any more, since im working with v1.4 (alpha, yes, but much better and with more functionalities, and alpha because i refactor almost all the code...)

    so i would recommend u, if u wanna add some code to the module, do it for v1.4, to avoid having branches that will confuse.

    feel free to send suggestions and patches to the support froum for v1.4 here
    http://groups.google.com/group/googl...rt-mod-support

    thx in advance

    ropu

  5. #1705
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by MindfulWanderer View Post
    I installed GC after ZC calculates shipping. It then appears in a proper place in that it appears as a checkout option, but since this is not how Google wants it, they permit it but do not pat you back for it.
    That issue is because u havent applied the templates

    have a look to the INSTALLATION file.

    in v1.4 if templates are not applied, the module wont let u go to step 4 (checkout_process)

    ropu

  6. #1706
    Join Date
    Jun 2007
    Posts
    17
    Plugin Contributions
    0

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

    Hi,

    I've noticed that google checkout doesn't work properly with the big royal mail plugin thats for zen cart. When you have royal mail 1st class setup under the google checkout it shows this error below...

    " Error: Shipping Methods not configured
    rm1stpacketsf (ignored)
    rmamsmallpacket (ignored)"

    Also in the setup of google checkout it says its not configured properly although it is.. any thoughts on this?

  7. #1707
    Join Date
    Jun 2007
    Posts
    105
    Plugin Contributions
    0

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

    Does going through google checkout still work with qty amount? I ask this because I checked out with gco and I only had a qty 1 and it didn't go out of stock

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

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

    Quote Originally Posted by teebo View Post
    Does going through google checkout still work with qty amount? I ask this because I checked out with gco and I only had a qty 1 and it didn't go out of stock
    Did your quantity go to zero, but left the status as in stock? If so, you might check your stock>configurations in your admin to see that they are set to do what you expect.

    In my store, the product quantity is decremented correctly with gco sales, but I have my configuration set to not change the status to out of stock when the quantity reaches zero.

    If neither applies, describe the action you get and the action you expect. If you have any log entries that apply, please include them.

  9. #1709
    Join Date
    Oct 2006
    Location
    argentina
    Posts
    243
    Plugin Contributions
    1

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

    Quote Originally Posted by timryc01 View Post
    Hi,

    I've noticed that google checkout doesn't work properly with the big royal mail plugin thats for zen cart. When you have royal mail 1st class setup under the google checkout it shows this error below...

    " Error: Shipping Methods not configured
    rm1stpacketsf (ignored)
    rmamsmallpacket (ignored)"

    Also in the setup of google checkout it says its not configured properly although it is.. any thoughts on this?
    hi, this error means that u havent configured those shipping providers in the includes/modules/payment/googlecheckout.php class

    double check README file. Try using the googlechekkout/shipping_generator/ script to add them

    ropu

  10. #1710

    Default Re: Only Google

    Quote Originally Posted by ropu View Post
    Angel, you should do two things.

    First disable the default checkout button,.

    in default installation includes/templates/YOUR_TEMPLATE/templates/tpl_shopping_cart_default.php
    line 132

    Then in the login page you should also add a redirect to index.php?main_page=shopping_cart this will avoid buyer to enter regular checkout through there.

    im pretty sure thats all you need to do.

    you can also remove from googlecheckout/gcheckout.php line 521 this code

    HTML Code:
    <td align="right" valign="middle" class = "main">
     <B><?php echo MODULE_PAYMENT_GOOGLECHECKOUT_TEXT_OPTION ?> </B>
    </td>
    so - Or use - string is not shown

    ropu
    You RAWK! I've been bangin' my head trying to figure this out.

 

 

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