Jump to content


Corporate Sponsors


Latest News: (loading..)

* * * * * 4 votes

Automatically send data feed to Froogle


3176 replies to this topic

#41 FlyingMonkey

  • Community Member
  • 882 posts
  • Real Name:Calvin K

Posted 05 April 2004, 19:29

That's a really nice site. where's your froogle data stored? and do you have several examples of missing products?
Most likely your question has been answered, please do a search first.

#42 Marg

  • Community Member
  • 160 posts
  • Real Name:Marg

Posted 05 April 2004, 19:42

Thanks... I must be going crazy.....
I was sure I was looking through product numbers where the product was showing up and not in the froogle list, now I can't find a single one. The skipped numbers have no product....
Ignore me....... please....
Marg
Sorry for the trouble..
thank for helping, FM

#43 FlyingMonkey

  • Community Member
  • 882 posts
  • Real Name:Calvin K

Posted 06 April 2004, 02:20

Quick Note: For All Users. By default the file generated is froogle.txt, this needs to be changed to generally your username(from froogle).txt

For instance, if your username was applestore then your txt file would be applestore.txt This change applies to both $OutFile and $destination_file
Most likely your question has been answered, please do a search first.

#44 lparks

  • Community Member
  • 61 posts
  • Real Name:Lincoln

Posted 06 April 2004, 17:49

Can I use this on a Windows box? I see the cron is used to FTP to the froogle server. Should I just setup a scheduled task to perform this function? Or do you already have that built in?

#45 FlyingMonkey

  • Community Member
  • 882 posts
  • Real Name:Calvin K

Posted 06 April 2004, 18:23

lparks, on Apr 6 2004, 05:49 PM, said:

Can I use this on a Windows box? I see the cron is used to FTP to the froogle server. Should I just setup a scheduled task to perform this function? Or do you already have that built in?
The cron entry, is only used to automate the monthly upload and is not required. you can set up a scheduled task if you prefer on a windows server.
Most likely your question has been answered, please do a search first.

#46 asasson

  • Community Member
  • 20 posts
  • Real Name:Amitai

Posted 06 April 2004, 23:12

I was wondering about the cron entry,
my webhosting allows me to schedual a cron entry but I don't understand what do I need to change in the froogle.php file?
I don't get a number for the cron job or anything like that...
what should come instead of the line:
0 4 * * 3 /usr/bin/php -q /home/<unix route to your file>/admin/froogle.php?
what do they mean by unix route?
what is the 0 4 * * 3?

Thanks in advance...
Ami

#47 stoopies

  • Community Member
  • 16 posts
  • Real Name:Craig
  • Location:Champaign/Urbana, IL, USA

Posted 06 April 2004, 23:27

asasson, on Apr 6 2004, 11:12 PM, said:

0 4 * * 3 /usr/bin/php -q /home/<unix route to your file>/admin/froogle.php?
what do they mean by unix route?
what is the 0 4 * * 3?
I am totally clueless about cron jobs. After spending hours of trial and error, I had to email my webhost provider for the answer to this. Here is what I put into my cron job, and it works perfectly! All that I needed to do was drop off the numbers at the beginning. Of course your <unix route> will be different, so just put yours in.

/usr/local/bin/php -q /home/<unix route>/admin/froogle.php

Good luck!
James

Edited by stoopies, 06 April 2004, 23:28.


#48 FlyingMonkey

  • Community Member
  • 882 posts
  • Real Name:Calvin K

Posted 07 April 2004, 01:36

The numbers are used to schedule when and how often the ftp upload should occur. Glad to hear you guys got it to work.
Most likely your question has been answered, please do a search first.

#49 asasson

  • Community Member
  • 20 posts
  • Real Name:Amitai

Posted 07 April 2004, 04:07

James,
Thank you very much for your help.
I contacted my webhost just as you did and they first need to approve the cron job.
my other question though what do the number 0 4 * * 3 mean specifically?
does it mean feed the file every 4 days or every 3 weeks?
also, do I need to specify the cron job number? if so are those the numbers?
thank you again,
Amitai

#50 FlyingMonkey

  • Community Member
  • 882 posts
  • Real Name:Calvin K

Posted 07 April 2004, 08:16

asasson, on Apr 7 2004, 04:07 AM, said:

James,
Thank you very much for your help.
I contacted my webhost just as you did and they first need to approve the cron job.
my other question though what do the number 0 4 * * 3 mean specifically?
does it mean feed the file every 4 days or every 3 weeks?
also, do I need to specify the cron job number? if so are those the numbers?
thank you again,
Amitai
hmm.... i didn't write the original cron entry. but i believe it actually uploads weekly on wednesday at 4am.
Most likely your question has been answered, please do a search first.

#51 Proetorian

  • Community Member
  • 14 posts
  • Real Name:Proetorian
  • Location:Ohio

Posted 11 April 2004, 01:50

The cron job is setup as follows:

Minute Hour Day Month Weekday Command

e.g.

0 4 * * 3 /usr/bin/php -q /home/<unix route to your file>/admin/froogle.php

where,

The cron command is: /usr/bin/php -q /home/<unix route to your file>/admin/froogle.php

and the cron is scheduled to run at 04:00 (4:00 am) every third weekday (weekly).

#52 jmoore04

  • Community Member
  • 34 posts
  • Real Name:Jonathan

Posted 13 April 2004, 05:45

Has anyone got this to work with the SaleMaker contrib?

It would be great to be able to use it with SaleMaker, since I am running full category to full store sales everyday. Several days a month I offer 50% discounts on mostly everything in the store. Setting individual sale prices is out of the question with the vast amount of products I offer.

#53 jcall

  • Community Member
  • 3,092 posts
  • Real Name:Jared Call
  • Gender:Male
  • Location:Saratoga Springs, UT

Posted 13 April 2004, 20:54

I would think that it would work - - what problems, if any, have you seen?

#54 jmoore04

  • Community Member
  • 34 posts
  • Real Name:Jonathan

Posted 13 April 2004, 21:09

Basically, it's only getting the retail price instead of the sales prices. The SaleMaker contribute uses a different table other than the one predefined in froggle.php. I am going to play around with it and see what needs to be changed in order for it to work.

#55 MAKAVELI1980

  • Community Member
  • 67 posts
  • Real Name:TITOPAC2

Posted 13 April 2004, 23:20

jmoore04, on Apr 13 2004, 01:09 PM, said:

Basically, it's only getting the retail price instead of the sales prices. The SaleMaker contribute uses a different table other than the one predefined in froggle.php. I am going to play around with it and see what needs to be changed in order for it to work.
I'm looking for a fix for this as well...anyone know how we can fix this so the feed send to froogle has the salemaker mark down prices and not the retail prices??

Thank you

#56 jmoore04

  • Community Member
  • 34 posts
  • Real Name:Jonathan

Posted 14 April 2004, 17:19

Ok, I have a little problem. I went a head and manually set up all my specials through OSC Specials page. I turned off SaleMaker, and yet when I run Froggle.php, it still doesn't replace my retail prices with my special prices. Any ideas?

Edited by jmoore04, 14 April 2004, 17:20.


#57 jmoore04

  • Community Member
  • 34 posts
  • Real Name:Jonathan

Posted 15 April 2004, 03:16

That solved my Specials problem with the manual special entries that I made with OSC's built in Special's feature. Now if we could figure out how to get it to do the SaleMaker specials. Unless there is another easy way to change the specials price for over 500 products that works directly with OSC.

#58 jmoore04

  • Community Member
  • 34 posts
  • Real Name:Jonathan

Posted 15 April 2004, 03:22

Another quick question, would it be better to use your product's large or thumbnail images with froogle?

#59 jmoore04

  • Community Member
  • 34 posts
  • Real Name:Jonathan

Posted 16 April 2004, 18:25

I have another quick question, what is the normal waiting period for Froogle to send your new account information to you?

#60 FlyingMonkey

  • Community Member
  • 882 posts
  • Real Name:Calvin K

Posted 16 April 2004, 21:10

edtiger, on Apr 15 2004, 02:25 AM, said:

update: if I alter all instances of

Quote

$already_sent[$row->name] = 1;

to

$already_sent[$row->name] == 1;

It appears to fix the problem and all rows are listed including the second row.
edtiger: I had it take out the second row, because when i wrote it. It was duplicating my second row which was really weird. This was a problem probably with only my database. I'll check it on the stores I've installed for clients.

jmoore04: In terms of the Sale Maker, I don't have that one installed. But if someone tells me where it pulls the special price from, I'll try to make a hack.

There are two minor bugs, I noticed. Nothing that will really affect anyone, so I won't post a fix until I release an updated version.
Most likely your question has been answered, please do a search first.