Page 199 of 394 FirstFirst ... 99149189197198199200201209249299 ... LastLast
Results 1,981 to 1,990 of 3932
  1. #1981
    Join Date
    Feb 2007
    Location
    NNJ
    Posts
    212
    Plugin Contributions
    0

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

    Quote Originally Posted by tj1 View Post
    My second question, does anyone know what I need to change to include the products model in the GC cart?
    I have lots of items and some of them have the exact same name/description the only way to differentiate is by item number (model).
    Currently the mod passes the product id, but it's not vey user friendly for the merchant, not useful at all for the customer to determine what they ordered, especially when they order dozens of items.

    Currently, the item info is passed and shows something like this:
    Silver Ring
    ID - 35789
    Silver Ring
    ID - 38456
    Silver Chain
    ID - 39456

    I would prefer that the product's model be passed as part of the item-name tag or in the merchant-item-id tag, so that an item would show in the GC cart something like:
    Item #SR9510 Silver Ring
    ID - 35789

    or
    Silver Ring
    Item #SR9510

    Thanks for any input on this.
    I too have need of the product model (which can be concatenated to the product name) on the GC communiques, and no need for the product id. Has this been resolved by anyone? I don't want to fiddle with the gcheckout.php if someone has a better idea.
    Elliot

    The loves of my life are a good white zinfandel and my dog Homer.

  2. #1982
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

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

    Zinfandel, thank for reminding me of this issue. I had forgotten about it.

    Ropu sent me an email explaining a solution; however, I never got to try it because I'd been super busy.

    I just went through a ton of emails trying to find the email Ropu sent me, but unfortunately I could not find it, I guess I deleted it by mistake. I'll have to ask Ropu again...

  3. #1983
    Join Date
    Aug 2007
    Posts
    1
    Plugin Contributions
    0

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

    Hello I need help with my site.

    The PER UNIT price on my google checkout isn't matching up with that of my website shipping cost. I want to get rid of the FREE SHIPPING option unless there is at least $250 purchase and make it so the shipping matches up with my website shipping costs.

    Somehow thats not working.

    Can anyone help?

    website: www.jerseyshoeshop.com

  4. #1984
    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
    Zinfandel, thank for reminding me of this issue. I had forgotten about it.

    Ropu sent me an email explaining a solution; however, I never got to try it because I'd been super busy.

    I just went through a ton of emails trying to find the email Ropu sent me, but unfortunately I could not find it, I guess I deleted it by mistake. I'll have to ask Ropu again...
    tj1-

    Not sure if Ropu's post on July 23 in the thread below is what you are referring to...

    http://groups.google.com/group/googl...d40745d92b5241


    Woody

  5. #1985
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

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

    It sort of looks like it, that's probably it. I could swear, that's the first place I visited when I couldn't find the email and Ropu's post wasn't there.

    Anyway, Ropu says" set the $attribute_name var with the info u desire to be shown"

    That really doesn't work for me for two reasons, I think that variable should really be used for real attribute names as it is implied by its name, but mainly because I want the product model to appear in the confirmation emails sent by GoogleCheckout and since only a one line product name is included on those emails, the solution would be to append the product's model to the product name, which is what I have done and works fine for me.

    Just need to change line 151 in gcheckout.php
    from
    PHP Code:
    $products_name $products[$i]['name']; 
    to
    PHP Code:
    $products_name $products[$i]['name'].' '.$products[$i]['model']; 

  6. #1986
    Join Date
    Mar 2005
    Location
    California
    Posts
    663
    Plugin Contributions
    0

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

    Quote Originally Posted by jerseyshoeshop View Post
    Hello I need help with my site.

    The PER UNIT price on my google checkout isn't matching up with that of my website shipping cost. I want to get rid of the FREE SHIPPING option unless there is at least $250 purchase and make it so the shipping matches up with my website shipping costs.

    Somehow thats not working.

    Can anyone help?

    website: www.jerseyshoeshop.com
    Merchant calculated shipping is not working. Defaults are always shown, in your case $5 for PER UNIT and $0 for FREE SHIPPING.

    Log in to your GC account, Settings>Integration and see what specific errors are showing there.

  7. #1987
    Join Date
    Feb 2007
    Location
    NNJ
    Posts
    212
    Plugin Contributions
    0

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

    Quote Originally Posted by tj1 View Post
    It sort of looks like it, that's probably it. I could swear, that's the first place I visited when I couldn't find the email and Ropu's post wasn't there.

    Anyway, Ropu says" set the $attribute_name var with the info u desire to be shown"

    That really doesn't work for me for two reasons, I think that variable should really be used for real attribute names as it is implied by its name, but mainly because I want the product model to appear in the confirmation emails sent by GoogleCheckout and since only a one line product name is included on those emails, the solution would be to append the product's model to the product name, which is what I have done and works fine for me.

    Just need to change line 151 in gcheckout.php
    from
    PHP Code:
    $products_name $products[$i]['name']; 
    to
    PHP Code:
    $products_name $products[$i]['name'].' '.$products[$i]['model']; 
    I agree with you, did the same thing and it works just fine.
    Thanks, TJ!
    Elliot

    The loves of my life are a good white zinfandel and my dog Homer.

  8. #1988
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    I have 2 problems

    1) I have a shipping based on percentage module that I use. It says

    Percentage percent not configured!

    In the Modules - > Payment -> Googlecheckout

    2) When a customer goes through checkout on google. Nothing shows up in admin. Inventory does not deduct etc...

    What do I do??

  9. #1989
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

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

    I'm having the same problem with it not showing up in the admin.
    Any help would be greatly appreciated. :)
    I'll finish that project tomorrow, I've made enough mistakes today!

  10. #1990
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    Forgot to put my responce header in the api...

 

 

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