Page 165 of 394 FirstFirst ... 65115155163164165166167175215265 ... LastLast
Results 1,641 to 1,650 of 3932
  1. #1641

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

    Quote Originally Posted by Woodymon View Post
    Amy-

    1. At first glance It appears you don't have the GC mod uploaded/installed correctly.

    Note the path in the above errors. /www is repeated in the path in both errors

    2. Also, generally when hard coding the store path anywhere (e.g. your two Zen Cart configure.php files) should use /public_html instead of "/www". But you may have have a non-standard hosting configuration (check with your hosting provider if not sure).

    Woody
    That must be my hosting setup b/c I didn't config it that way. How should I go about fixing it?

    Amy

  2. #1642

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

    Quote Originally Posted by Woodymon View Post
    1. I don't observe GoogleCheckout (GC) is installed on your site. The GC does not appear on either the login or shopping cart pages.

    Maybe you have a development site where you are testing GC mod?

    2. Also on your live site the add to cart button is not not redirecting to the shopping cart page.If not certain how to resolve that may want to ask on one of the Configuring Zen Cart boards.

    3. The error above appears related to the other errors you reported today. I suspect you have some code from different GC mod versions uploaded. Possibly did not overwrite an older mod file when upgrading the mod?

    Woody
    I just turned it back on for you. It was off. I had a customer actually order through the sandbox and ignored the sandbox info. Once my shipping is working, I expect the whole thing will work well. But right now, anyone can choose free shipping even though on my site freeshipping only applies for certain scenarios.

    Also, another question, will this mod deduct what someone orders from my inventory? It appears that will be something that I need to do manually.

    Thanks for all your help! Amy

  3. #1643
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

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

    Woodymon:
    Is anyone in the Zen Cart Support team testing the GC module using a Windows host?

    My hosting is via Windows II6.0. (other apps - PHP 5.2.1 and ZEN-CART 1.3.7). Early in this forum (back when Ropu was involved) someone mentioned an issue using Windows' Servers - I tried to find it again and could not...

    Anyway, back to my original question regarding Windows hosting. I attempted to install and test the latest version; google-checkout-zencart-v1.3RC2.zip. I am not asking how to fix the current version of the GC. I know that you and others are working very hard to get this module up to speed - and believe me, I personally thank you for the effort and the energy - wow. All I am asking is concerning the use of Windows servers... am I waiting for something that will not happen, or is there someone looking into the Windows side of the module?

    Thank you,
    jund

  4. #1644
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by Doodlebuckets View Post
    That must be my hosting setup b/c I didn't config it that way. How should I go about fixing it?
    Contact your web hosting provider to confirm that directory path to both your "home directory" and your "webroot". The path might be ok but looks strange/incorrect to me.

    Woody

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

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

    Quote Originally Posted by Doodlebuckets View Post
    I just turned it back on for you. It was off. I had a customer actually order through the sandbox and ignored the sandbox info. Once my shipping is working, I expect the whole thing will work well. But right now, anyone can choose free shipping even though on my site freeshipping only applies for certain scenarios.
    I would turn off and install a second test verion of Zen Cart along with the GC mod. Then test on that set-up. Then when you have GC working as you need move those GC config settings over to your live shop.

    Yes there are issues with FreeSHipper and GC. Ropu is working on those issues right now. Watch for another posting on the subject.

    Quote Originally Posted by Doodlebuckets View Post
    Also, another question, will this mod deduct what someone orders from my inventory? It appears that will be something that I need to do manually.
    When customers purchase with Google Checkout, inventory control and other back-end operations should work normally (Zen Cart still controls stockeeping functionality).

    Woody

  6. #1646

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

    Quote Originally Posted by Woodymon View Post
    Contact your web hosting provider to confirm that directory path to both your "home directory" and your "webroot". The path might be ok but looks strange/incorrect to me.

    Woody
    This is what they gave me:

    The system path to your home directory (where all your account files are located) is:

    /home/doodlebu

    The system path to the webroot (where the web files for your main domain are located) is:

    /home/doodlebu/www/www

  7. #1647
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by jund View Post
    Is anyone in the Zen Cart Support team testing the GC module using a Windows host?
    I donl;t think the ZC Support team are testing or even utilzing Google Checkout at this time. They are PayPal people now.

    Quote Originally Posted by jund View Post
    My hosting is via Windows II6.0. (other apps - PHP 5.2.1 and ZEN-CART 1.3.7). Early in this forum (back when Ropu was involved) someone mentioned an issue using Windows' Servers - I tried to find it again and could not...
    Ropu is still actively developing the mod. Watch for an announce soon.

    Not actively testing on IIS but I'm certain once the mod development has settled down then IIS testing will occur.

    There were indeed some posts in the last several months from merchants whom had issues with IIS and posted solutions. If I recall had they had to customize the server authentication code and/or adjust cURL proxy or similar.

    Maybe search this thread (since the beginning of this year) on "authentication" or "IIS******" (asterisks are wildcards as this forum does not support search on short words... argh).

    Will update the mod knowledge base and FAQ with IIS related info in the near future.

    Woody

  8. #1648
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by Doodlebuckets View Post
    The system path to the webroot (where the web files for your main domain are located) is:
    /home/doodlebu/www/www
    Ok. as long as your host says it is correc that is what matters.

    Normally you would see something like:
    /home/doodlebu/public_html/

    Reagrads to your reported "functions previously declared" errors, this means that duplicate function code is already loaded in server memory. So you likely have duplicate functions in code from Google Checkout mod versions installed which is causing this.

    Suggest uninstalling the mod, downloading the latest "current" 1.2RC3 version and re-upload EACH mod file and overwriting any previous GC files installed and remove no longer used GC mod files. Of course back up before doing this. And if you have customized any of the Zen Cart core files or template files which are also included in the mod you will want to merge the code together.

    Again best to not test on a live/production.

    Woody

  9. #1649
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    A new TEST version will be available very soon.
    Currently titled: v1.4-Alpha

    Available from the SVN site (branches/1.4-alpha).
    Not yet available as a .zip file.

    PLEASE do not download until tomorrow (appx 24 hours) as Ropu is making last minute changes. Will post the updated SVN URL and the zip archive download URL when ready.

    1. v1.4-Alpha is for testing on a DEVELOPMENT server only. Not intended for a live/production environment.

    2. If you do not like to test and troubleshoot then DO NOT INSTALL the new version.

    3. After v1.4-Alpha version is thoroughly tested by the "community" with satisfactory results, a post will be made to the mod support forum regards to the "status" of the mod and updated recommends regarding installing in a live environment. (Of course the "alpha" moniker will not longer apply then).

    In the meantime, if you want to roll-out GC into a production shop (with the limitations documented in this thread) then install 1.3RC2 and apply the fixes posted to this thread.

    4. No updater is provided with v1.4-Alpha. So if not installing the mod fresh you should, AFTER BACKING UP, COMPLETELY remove your previous GC mod version directories/files on your test shop set-up before installing the new version. More details to come.

    5. No documentation is provided with the v1.4 alpha version. A changelog and other documentation will be forthcoming.

    6. DO NOT MIX v1.4 alpha version code with previous mod version code.

    7. Please post issues with the alpha version here to this thread, identifying the version you have installed. Please be very specific in your observations and error reports. Review this thread if you need to know what types of info is helpful when posting issues to this support thread.

    Stay tuned,

    Woody

  10. #1650
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Quote Originally Posted by Woodymon View Post
    Ok. as long as your host says it is correc that is what matters.
    Ajax spell checker not working for me today.
    correc = correct

    Quote Originally Posted by Woodymon View Post
    Reagrads to your reported "functions previously declared" errors, this means that duplicate function code is already loaded in server memory.
    Reagrads = Regards

    Quote Originally Posted by Woodymon View Post
    Again best to not test on a live/production.
    Meant to say: best to not test the mod on a live/production shop. It is still beta (and the new 1.4 version is alpha).

    Woody

 

 

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