Page 359 of 394 FirstFirst ... 259309349357358359360361369 ... LastLast
Results 3,581 to 3,590 of 3932
  1. #3581
    Join Date
    Dec 2010
    Posts
    16
    Plugin Contributions
    0

    Idea or Suggestion Re: Google Checkout module for Zen Cart 1.3.x (beta)

    Dear All,
    I don't know if anyone else has been having this issue, but when a Customer is logged in. After adding a item to there cart, and then viewing the cart with shipping estimator showing on the shopping cart page. The whole right column side-boxes and footer do not show on the page and if you look in the error logs you get the cryptic message
    Fatal error: Cannot redeclare class order in /****/****/public_html/includes/classes/order.php on line (usually this is the last line of the order.php file)

    After many hours of looking on the forums here. I finally did the bandaid fix (as DrBytes said) of changing the
    PHP Code:
    require(DIR_WS_CLASSES 'order.php'); 
    in file shipping_estimator.php to
    PHP Code:
    require_once(DIR_WS_CLASSES 'order.php'); 
    I do not know why the issue is in the latest version(s) of Zen Cart, but this does fix the display issue.
    I hope this information helps you too.
    --
    Red Baron

  2. #3582
    Join Date
    Jan 2011
    Posts
    37
    Plugin Contributions
    0

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

    Has anybody got shipping to show on the invoices/packing slips on Google Checkout Orders (Merchant Calculated)?

  3. #3583
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

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

    I'm getting a time out error message for a cart on my server. Does anyone have any ideas about what I can do? This has got to be the most challenging mod / integration I've ever dealt with. And then this thread is just a monster to navigate!
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  4. #3584
    Join Date
    Sep 2010
    Posts
    38
    Plugin Contributions
    0

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

    Hey everyone, have any of you installed GC with ZenCart 1.3.9?

    My Specs:
    ZenCart 1.3.9h, upgraded from 1.3.9f
    I have a "pure black" template added on as well as a "grid product display".
    My site is very simple and only uses Paypal, the shipping module is set to free shipping.

    Site Address: www.thehustlelusionstore.com

    My problem: I followed the tedious instructions of GC, putting files into directories, editing PHP files, etc. But GC does not show up as a payment module in my admin. I was very careful in checking that all the files went into the right places.

    Can anyone please help me? I'm pretty new to this.
    Also, how do I check if I have "libCurl" installed or enabled? I have no idea what that is.

    Any help is appreciated!

  5. #3585
    Join Date
    Mar 2008
    Location
    Montreal, Canada. Manhattan, New York, USA
    Posts
    59
    Plugin Contributions
    0

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

    Anyone knows of Google checkout works alright with 1.38? Interested in trying but not sure if it is good. It is still in beta?? Thanks. ANY INPUT would be appreciated.
    www.pansatpro.com
    FTA Free TV Equipments

  6. #3586
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

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

    iv got it working on my ZC, latest version, fully updated
    i may not know how yet, but i soon will....i hope :)

  7. #3587
    Join Date
    Apr 2010
    Posts
    263
    Plugin Contributions
    0

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

    Hi,

    Must be stupid today. Site address: www.bayardracing.co.uk For example, use product Bars & Footrests -> Bar End Weights, 1 product there with a price tag of £ 1.00

    Got the Google Checkout Mod, set up shipping with Royal Mail mod, when I add items to the basket it shows the Google button to pay there, but underneath I have:

    Error: Shipping Methods not configured
    rm1stpacketsf (ignored)
    rm2ndpacketsf (ignored)
    rmstdparcels100 (ignored)
    rmstdparcels250 (ignored)
    rmstdparcels500 (ignored)

    If I simple select Go to checkout, it shows the correct delivery charges. I have looked at my Google set up under Payment methods, but for some reason I am really thrown with the Shipping Methods generator, as it also shows there my shipping methods aren't configured. Can someone help me to get this resolved?

    With PayPal Zen Cart sends the full amount to PayPal to take, may I recommend Google take the same view to customers to make their system easier to use? With the hassles I am having, I am seriously considering removing Google Checkout from available payment methods on the sites I built...

  8. #3588
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    683
    Plugin Contributions
    8

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

    Quote Originally Posted by barendfaber View Post
    Hi,

    Must be stupid today. Site address: www.bayardracing.co.uk For example, use product Bars & Footrests -> Bar End Weights, 1 product there with a price tag of £ 1.00

    Got the Google Checkout Mod, set up shipping with Royal Mail mod, when I add items to the basket it shows the Google button to pay there, but underneath I have:

    Error: Shipping Methods not configured
    rm1stpacketsf (ignored)
    rm2ndpacketsf (ignored)
    rmstdparcels100 (ignored)
    rmstdparcels250 (ignored)
    rmstdparcels500 (ignored)

    If I simple select Go to checkout, it shows the correct delivery charges. I have looked at my Google set up under Payment methods, but for some reason I am really thrown with the Shipping Methods generator, as it also shows there my shipping methods aren't configured. Can someone help me to get this resolved?

    With PayPal Zen Cart sends the full amount to PayPal to take, may I recommend Google take the same view to customers to make their system easier to use? With the hassles I am having, I am seriously considering removing Google Checkout from available payment methods on the sites I built...
    did you remember to correctly set up your shipping_methods.php file? There is a generator for you in the ZenCart admin.

  9. #3589
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

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

    One of the shipping choices in the cart is store pickup which always ends up being the first choice in the google dropdown list. Therefore, people leave it like that and get charged no shipping.

    I don't see anyway to change that. The store pickup is set with the highest sort order to display last in checkout. Is there anyway to change that behavior in googlecheckout?
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  10. #3590
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    683
    Plugin Contributions
    8

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

    Quote Originally Posted by delia View Post
    One of the shipping choices in the cart is store pickup which always ends up being the first choice in the google dropdown list. Therefore, people leave it like that and get charged no shipping.

    I don't see anyway to change that. The store pickup is set with the highest sort order to display last in checkout. Is there anyway to change that behavior in googlecheckout?
    You can actually change the order by changing the shipping_methods.php file in your google checkout directory. Rearranging the options in that file rearranges it in GoogleCheckout's page. Make sure you know what you are doing.

 

 

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