Zen Cart Logo
Forums / All Other Contributions/Addons / Froogle Merchant Center merged into GoogleBase

Froogle Merchant Center merged into GoogleBase

Views: 157,263

Results 201 to 220 of 662
24 Oct 2006, 1:02 PM
#201
woodymon avatar

woodymon

Totally Zenned

Join Date:
Sep 2004
Posts:
2,309
Plugin Contributions:
1

Froogle Merchant Center merged into GoogleBase

The feed directory needs to be writable. But if it is left writable then it is easy for a hacker to drop files into the directory.

Toggling on/off the directory permissions whenever you generate the feed manually is not a big deal. But it is if you are constantly updating your product line, and/or creating and uploading the feed via a cron job.

Anyone with recommendations/solutions as to the feed directory permissions issue?

Woody

24 Oct 2006, 4:51 PM
#202
pixxi avatar

pixxi

Totally Zenned

Join Date:
Jan 2004
Location:
UK
Posts:
1,065
Plugin Contributions:
1

Re: Froogle Merchant Center merged into GoogleBase

what is the chmod function used for in this contribution? unfortunately I can't seem to get it to work on my new server since its not running phpsuexec (that i know of).. so it keeps throwing me warnings about chmod

You don't need to be running PHPSuExec for the chmod function to work. It's purpose is to set the permissions on the feed file to 644 after the file has been written:

*chmod(DIR_FS_CATALOG . GOOGLE_FROOGLE_DIRECTORY . GOOGLE_FROOGLE_OUTPUT_FILENAME, 0644);

Maybe if you post the errors you're getting someone may be able to point you in the right direction. :smile:

24 Oct 2006, 11:54 PM
#203
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Froogle Merchant Center merged into GoogleBase

well the reason i ask is because currently the server isn't set up right.. we're redoing it at this moment actually to see if i can get phpsuexec installed. Right now "nobody" is trying to run the chmod script.. but the owner of the files its trying to chmod is "getyourg" or "root".. so its not working properly and throwing me warnings about how the chmod function isn't permitted.. i'm hoping once the server is redone that phpsuexec will FINALLY work properly.. it hasn't worked at all and i believe it was due to a few corrupt server files.. we backed up the server and completely wiped it and are redoing it from scratch

25 Oct 2006, 6:19 AM
#204
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Froogle Merchant Center merged into GoogleBase

found out that phpsuexec only works when php runs as CGI... therefore CHMOD will not work for me since it runs under "nobody"..and my files are owned by my username. Since it doesn't matter too much that the file is to be chmodded, i will just ignore the warning :)

thanks!

7 Nov 2006, 8:13 PM
#205
mali avatar

mali

New Zenner

Join Date:
Sep 2006
Posts:
35
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

Hi

I've installed GoogleFroogle successfully. And have gone through all step but Im stuck at the end.

I've also created the username and password with google base already.

Here is the steps I have completed :

**** Step 1 is OK ******
Froogle Data Feeder started 2006/11/07 15:01:32 Feed file - /home2/..bla..di..bla.../public_html/feed/froogle.txt Froogle File Complete In 0.803788 Seconds 92 Records

**** Step 2 is OK ******
Froogle Data Feeder started 2006/11/07 15:04:49 Feed file - /home2/..bla..di..bla.../public_html/feed/froogle.txt Upload started... Uploaded Successfully -r--r----- 1 ftp root 44973 Nov 7 12:04 froogle.txt Connected to: uploads.google.comLogin ok:Current Directory Is: /-r--r----- 1 ftp root 44973 Nov 7 12:04 froogle.txt
Upload ok!

But when I clicked to view Froogle Merchants FTP content, then I saw this
Froogle Merchants FTP content:
Connected to: uploads.google.com
/
total 0

I dont know why the FTP content 0 files.
I also tried to upload this manually via FTP program and it seemed to be uploaded successfully.
But I still see 0 file in uploads.google.com And I see nothing in froogle and still have 0 item.

Please suggest me what has gone wrong.

7 Nov 2006, 8:30 PM
#206
pixxi avatar

pixxi

Totally Zenned

Join Date:
Jan 2004
Location:
UK
Posts:
1,065
Plugin Contributions:
1

Re: Froogle Merchant Center merged into GoogleBase

I would say that's quite normal - Your feed file often won't show up when you look at uploads.google.com just after submitting a feed. Then it might show up (briefly) before it's removed again for processing.

Providing your feed filename is named correctly it will have gone onto Google's system and will be awaiting processing. Give it a day or three and see what happens - especially if this is your first feed - Google will have to approve the feed.

Best not to submit any more until they email you to tell you the outcome of this feed otherwise you risk re-starting the approval process.

Just peek in your Googlebase admin area now and again - it should show up there eventually, plus they'll email you. They can be slow approving feeds sometimes - maybe due to maintenance work or updates to their system, or perhaps because they have a lot of feeds to approve.

You'll get there :smile:

9 Nov 2006, 5:14 AM
#207
brimsjewelry avatar

brimsjewelry

Zen Follower

Join Date:
May 2006
Posts:
188
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

Hi, I installed the googlefroogle mod and got it to run fine. But I noticed that my images were no longer showing up in Base and Froogle. So I checked the file that googlefroogle creates and it is adding two things to the image url. First it is saying that all my pics are in the images/large directory. I dont even use that directory. All my images are in the images/ dir. Secondly, it is attaching this to all my pics: _LRG.jpg so my the link to my image files looks something like this: abc/images/large/ring_LRG.jpg. I went through and deleted the offending parts and reuploaded the file to Base and it is working fine now. But how can i fix this problem? Anyone know why its doing this?

THanks

Jason Brim

9 Nov 2006, 2:14 PM
#208
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

brimsjewelry:

Hi, I installed the googlefroogle mod and got it to run fine. But I noticed that my images were no longer showing up in Base and Froogle. So I checked the file that googlefroogle creates and it is adding two things to the image url. First it is saying that all my pics are in the images/large directory. I dont even use that directory. All my images are in the images/ dir. Secondly, it is attaching this to all my pics: _LRG.jpg so my the link to my image files looks something like this: abc/images/large/ring_LRG.jpg. I went through and deleted the offending parts and reuploaded the file to Base and it is working fine now. But how can i fix this problem? Anyone know why its doing this?

THanks

Jason Brim

I believe it's because google base wants the large picture for display so the module assumes you are using the proper format to display larger pictures which is to name your images as follows
image.jpg goes in the normal /images/ directory
image_MED.jpg goes in the medium /images/medium/ directory
and image_LRG.jpg goes in the large /images/large/ directory
by using this method you make the call-up of your images compatible with all or most of the contributions for zencart.

i'm not sure how you would go about changing the google base contribution to suit your needs nor am i sure you would want to do that. i would suggest following the appropriate nomenclature and placement of your image files in zencart.

9 Nov 2006, 6:45 PM
#209
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Froogle Merchant Center merged into GoogleBase

brimsjewelry:

Hi, I installed the googlefroogle mod and got it to run fine. But I noticed that my images were no longer showing up in Base and Froogle. So I checked the file that googlefroogle creates and it is adding two things to the image url. First it is saying that all my pics are in the images/large directory. I dont even use that directory. All my images are in the images/ dir. Secondly, it is attaching this to all my pics: _LRG.jpg so my the link to my image files looks something like this: abc/images/large/ring_LRG.jpg. I went through and deleted the offending parts and reuploaded the file to Base and it is working fine now. But how can i fix this problem? Anyone know why its doing this?

THanks

Jason Brim

This might be the solution to your problem: http://www.zen-cart.com/forum/showpost.php?p=276277&postcount=186

10 Nov 2006, 1:28 AM
#210
brimsjewelry avatar

brimsjewelry

Zen Follower

Join Date:
May 2006
Posts:
188
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

BlessIsaacola:

This might be the solution to your problem: http://www.zen-cart.com/forum/showpost.php?p=276277&postcount=186

Hi,

Thanks for the suggestion. But when I make this change to googlefroogle.php it starts looking for the images in the root directory. I'm not gonna worry about it. I'll just start uploading my images to the large folder.

Thanks again,

Jason

10 Nov 2006, 1:48 AM
#211
brimsjewelry avatar

brimsjewelry

Zen Follower

Join Date:
May 2006
Posts:
188
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

Well, apparently thats not going to work either. Now it's renaming the images i upload to the /large folder as: /large/large/image_LRG_LRG.jpg. I did have image handler 2 but i removed it from the database prior to trying this so I dont think thats the problem. I can work around this for the moment by editing the file in Excel but thats precisely the thing i wanted to get away from by using this mod.

Plus, this mod uploads the sale prices for my products while the froogle file generated by EasyPopulate does not; it only lists the regular prices.

I want this to work and I'll be glad for assistance.

Jason

11 Nov 2006, 8:34 AM
#212
brimsjewelry avatar

brimsjewelry

Zen Follower

Join Date:
May 2006
Posts:
188
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

WOOOHOOOO! I made a mistake reading the proposed solution. I only copied part of the substitute line in googlefroogle.php. SO i went back and did it again, the whole line this time, and it works!!!!

Thanks so much! Now I am a happy Zenner again!

:D:D:D:D

Jason

11 Nov 2006, 6:47 PM
#213
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Froogle Merchant Center merged into GoogleBase

Jason.. out of curiosity, now when you create your feed file where does the image link go to? Just the images/ directory.. or to where IH2 makes the image? Thanks :)

12 Nov 2006, 4:06 AM
#214
brimsjewelry avatar

brimsjewelry

Zen Follower

Join Date:
May 2006
Posts:
188
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

It goes to the image directory. But I noticed that IH2 doesnt work beyond second tier categories(as far as enlarging the pics in the whats new box). Is this a known issue or is it just my store?

Jason

12 Nov 2006, 2:46 PM
#215
mali avatar

mali

New Zenner

Join Date:
Sep 2006
Posts:
35
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

Pixxi:

I would say that's quite normal - Your feed file often won't show up when you look at uploads.google.com just after submitting a feed. Then it might show up (briefly) before it's removed again for processing.

Providing your feed filename is named correctly it will have gone onto Google's system and will be awaiting processing. Give it a day or three and see what happens - especially if this is your first feed - Google will have to approve the feed.

Best not to submit any more until they email you to tell you the outcome of this feed otherwise you risk re-starting the approval process.

Just peek in your Googlebase admin area now and again - it should show up there eventually, plus they'll email you. They can be slow approving feeds sometimes - maybe due to maintenance work or updates to their system, or perhaps because they have a lot of feeds to approve.

You'll get there :smile:

Thanks for your answer Pixxi. Fingers crossed then. I've been waiting for 4 days. Will see what happen next.

12 Nov 2006, 5:31 PM
#216
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

one strange thing i noticed is that if you are uploading using the bulk uploads method on the google base site then the shipping field is not being accepted as generated by this mod.

it gives the following errors > Shipping field was incorrectly specified - UPS
I tried half a dozen times to correct this shipping field to live up to their specifications but nothing worked.
until...
if you FTP directly from zencart admin it accepts it fine. Anyone else have this problem?

mafiasam

21 Nov 2006, 4:10 AM
#217
brimsjewelry avatar

brimsjewelry

Zen Follower

Join Date:
May 2006
Posts:
188
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

I have just had to move my store from IXWebhosting to bluehost. Before the move the googlefroogle mod worked just fine. Now however it will not connect to the upload server and upload the feed file. I tried reinstalling it to no avail. Has anyone experienced this issue and had it resolved?

Jason

21 Nov 2006, 4:29 AM
#218
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Froogle Merchant Center merged into GoogleBase

bluehost may have phpftp functions disabled.. may want to ask them about it

21 Nov 2006, 8:02 AM
#219
mafiasam avatar

mafiasam

Zen Follower

Join Date:
Jan 2006
Location:
Portland, Oregon
Posts:
256
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

mafiasam:

one strange thing i noticed is that if you are uploading using the bulk uploads method on the google base site then the shipping field is not being accepted as generated by this mod.

it gives the following errors
I tried half a dozen times to correct this shipping field to live up to their specifications but nothing worked.
until...
if you FTP directly from zencart admin it accepts it fine. Anyone else have this problem?

mafiasam

had to leave shipping options blank. it is not accepting any values i put in for shipping.

21 Nov 2006, 8:21 AM
#220
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Froogle Merchant Center merged into GoogleBase

mafiasam:

had to leave shipping options blank. it is not accepting any values i put in for shipping.

try it in this format:

US:Priority:7.99,CA:Global-Priority:9.99

Country:Type(nospaces):Price,Country:Type:Price,etc