![]() |
Froogle Export Mod for 3.5.2 ??
Does anyone have a final mod that will work in 3.5.2 ?
I read the huge thread but looks like a lot of back and forth fixes going on. TW |
Re: Froogle Export Mod for 3.5.2 ??
Quote:
Below is slightly modified version of the great mod by HairGuy (http://forum.x-cart.com/viewtopic.php?t=2940&postdays=0&postorder=asc&high light=froogle&start=15) It saves urls to full product images (not small tumbnails) and it works fine in several 3.5.2 stores triggered by cron jobs or from control panel. create new file, paste code below and upload it to xcart/admin directory xcart/admin/froogle_update.php Code:
<? Quote:
in skin1/admin/menu_admin.tpl just change Code:
{/capture} to Code:
:wink: |
Thank you I will try this
|
Quote:
You have to ask your host to install ftp module for php (enable ftp support) for your account. |
Thanks
Thanks again.
|
I did the mod on my site and all worked well.
Thanks for the mod :D |
@27stars
1. Can you make this export the file into my browser ? 2. On your version, i still need to add in config.php $froogle_username = "xxxxx"; $froogle_passwor = "xxxxxx"; ? |
Quote:
Change user, pass and ftp server variable to your ftp login info, the script will save file on your server. Quote:
No, you do not have to add anything to config. |
Can't to find template engine!
27stars,
I get this error when I try this. "Can't to find template engine!" I saw that many others get this error. Im running V3.5.2 TKD |
Re: Can't to find template engine!
Quote:
Did you make any changes? because this is exactly what i use on several 3.5 installations. You only have to make change if it's on for 3.4 |
27Stars
I did make some changes, but have just tried reverting back to the original code you posted, and I get this error:
Fatal error: Call to undefined function: ftp_connect() in /usr/local/psa/home/vhosts/taekwondogear.net/httpdocs/xcart/admin/froogle_update_cron.php on line 232 Which I believe means that FTP for php is not enabled on my server. What I need is a way to save the export to file, instead of using the ftp_connect() function. Then I can FTP it to Froogle myself. I would be happy with that. Thanks, TKD |
Great Mod
We greatly appreciate the contribution
|
Re: 27Stars
Quote:
Correct Quote:
You can ask your host to install ftp support for php which they usually do not have any problem with and, if you need the file itself, change froogle ftp account info to your own ftp account info. File will be saved in your account and you can just download it. Or maybe somebody knows an easy way to change ftp_connect($froogle_host) to saving file on your computer. The easiest way is getting Froogle add-on from firetank, which will save froogle data feed file on your computer. |
Finally got it working. Thanks again for the contribution :D
|
I looks like I'm getting the ftp connection, but I am getting the following error (the xxxxxxx's have been put in to protect the innocent):
Code:
Exporting products Any ideas? |
27stars ..
Thanks for all your help. My host installed FTP for PHP and all is well. vtfox ... Make sure you have the user name and password variables in your config.php. Verify that you can ftp directly and upload a file using the user name and passowrd provided by Froogle. |
Quote:
Check if you are using correct froogle login (not your own ftp login). Try to login to froogle with your information via standard ftp application (WS_FTP for example). Most likely something is wrong with your froogle account. Please note: you will not be able to submit another file until froogle processed the file you already submitted. Sometimes it takes 1-2 days to be able to submit file again. |
I have entered my username and password into my config.php file and I have confirmed that they work using SmartFTP, but I'm still getting this error:
Code:
Warning: ftp_login(): Login incorrect. in /home/xxxxxxx/www/www/xcart/admin/froogle_update.php on line 233 Is there something I'm still missing? Thanks for all your help! |
Quote:
This script is not using username and password in config. username and password should be entered directly into the script. see under Code:
require "./auth.php"; |
in the errors section in froogle merchant center, it told me "Obsolete configuration header." does anyone else get this or know how to fix it?
edit: to elaborate, here is a qoute from froogle: "Your feed contained a parameter, such as '# quoted=YES', which we no longer support. Please remove any extra headers (which begin with a # sign) from your feed. The first line in your feed should contain the names of the fields you are using. To ensure that your feed is being processed correctly without these parameters, please verify the settings for that feed file entry." so, do i just take out all of the comments and i'm good? |
I have a couple questions about the hairguy Froogle mod. I installed it and it seems to run ok. I changed the ftp info to put it on my server so I can see what it looks like. I can't find the file, though, so I don't know that it's actually run.
Also, after running it, the message says I only exported 1 item. Any ideas on what I can look at? Thanks, |
I get this error when running...
Quote:
Any ideas ??? Thanks, |
Quote:
You have to contact your host and ask to make an adjustment. If they will not be able to do this - change the host :wink: |
Thanks. I contacted my host and they want to know the maximum file size I am trying to upload through php?
I downloaded my sql database and it is 847MB (I have nearly 10,000 items in the store). I have no idea what to tell them about file size. I would guess the froogle file shouldn't be too large, since it just contains links and titles. Any idea what I should tell my host? Thanks again, |
OK got it to run, but with another error:
Quote:
The error on Froogle site says "Blank feed" Thanks, |
All times are GMT -8. The time now is 04:31 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.