
Originally Posted by
helpme
I apoligize, I have looked been searching this thread for hours now, I uploaded to admin/googlecheckout is this not in my shop root? I am very new to this stuff (2 weeks!!) so I am still learning terms. If admin/googlecheckout is correct, what else could I have done wrong? I looked through all my files and followed the instructions to a T (I thought!) I have the latest verision of googlecheckout and the latest verision of zen-cart.
First you have installed Zen Cart on a server running Windows which might be problematic in itself. And your hosting environment utilizes non-standard naming conventions to directory names.
At any rate, read the full directory path in your error message.
\hosting\member\tsjohnsonllc\site1\admin\googlecheckout\
It is difficult for us to determine the directory structure which you installed Zen Cart into without a URL, but from what I can determine from your error message...
The path to your webroot is: \hosting\member\tsjohnsonllc\site1
(think of "site1" as equivalent to /public_html directory which is the common name for the "webroot").
And it appears you installed your shop directly into your webroot, so your shoproot is the same as your webroot.
(Generally it is better to install your shop in a subdirectory off your webroot, otherwise setup is more complex).
This is generally how the Zen Cart directory structure is set up:
Code:
webroot ( /public_html)
|
|- shoproot (/your_shop)
|
|- /googlecheckout
|- /admin
|- /includes
|
But in your case, since you installed the shop directory in your webroot:
Code:
webroot ( \site1)
|
|- \googlecheckout
|- \admin
|- \includes
|
NOTE: If you have not done much work yet I would create a directory in /site1, and then load Zen Cart to that directory and do a fresh install (or you could easily move the zen cart install to the new subdirectory...if you knew what directories to move... if you do this you would need to edit both your configure files.)
Then upload template files to your custom template override directory, but NOT to your /templates_default directory.
If you're still not certain what any of this means, then you will need to learn about template overrides. Consult the FAQ (and the wiki) if more info on overrides or other general Zen Cart topics are needed. And please post your general questions to the "General Questions" or "New Installation" forums. Then when ready come back and post your Google Checkout mod for Zen Cart questions here.
Good luck,
Woody
Bookmarks