Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
taf
I'm now looking at one other small issue i'm getting with the product_type when i'm setting the product type to top, bottom and full I don't see any difference in the output of the xml file.
I always see a comma separated listed of the top and then subsequent categories, I'm going to look into this some more.
OK i think I've found the solution to this it's a one liner:
PHP Code:
$product_type = zen_froogle_get_category($products->fields['products_id']);
array_pop($product_type); // removes category number from end
$product_type = explode(",", $product_type[0]); //Line added by taf..
It looks as if the $product type array is not formed properly, i.e only has element 0 that is made up of categories and sub categories separated by commas. The explode call seems to sort this out. So now top, bottom and full selections on product types work.
A slightly neater way of fixing this might be fix this problem in the function zen_froogle_get_category.
The file is googlefroogle.php :smile:
Re: Google Base Feeder Support Thread
Ok -- I tried to weed my way through this thread to find my answer -- but nothing has worked so far.
I installed this mod on one of my client's sites and it worked perfectly.
Now I have installed it on another client's site - only difference being he has larger quantities and more products/categories. They are hosted with the same company, using the same plans, etc. But when I try to create the product feed xml, the window pops up, says it's done, but nothing happens. I check the feed folder and there is no file there. I made sure the feed folder chmod is 777 and I even tried re-uploading all the files to make sure I didn't miss anything. I also uploaded a php.ini file with the following code:
Code:
max_execution_time = 300
max_input_time = 90
memory_limit = 32M
So, any thoughts to what I may be doing wrong with this one? I just can't seem to figure out why this install would be different from the others. Everything was done the same.
Thanks in advance for your time. Great Mod!
Rene
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by YairOz
Recently I started to use Magic SEO and I've got the new html urls now...
The problem is that the base feeder is talking th epld PHP urls... so now I'm afraid of having duplicated pages in google...
Is it possible for the script to use the new urls names??
Can you please PM me an admin and FTP account to your server so I can test the Magic SEO URLs for v1.6.3 :cool:
Re: Google Base Feeder Support Thread
If anyone has Magic SEO URLs installed, please PM me to allow testing of the latest Google Base Feeder to be able to output SEO URLS as links for products and images.
The script will in no way damage your server and has nothing to do with your online catalog.
Re: Google Base Feeder Support Thread
Dear developer of this excellent mod,
Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0
The effected keys are
PRODUCTS_OPTIONS_TYPE_SELECT
UPLOAD_PREFIX
TEXT_PREFIX
Deletion of above keys will effect the proper functionality of Zen Cart.
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
surf7.net
Dear developer of this excellent mod,
Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0
The effected keys are
PRODUCTS_OPTIONS_TYPE_SELECT
UPLOAD_PREFIX
TEXT_PREFIX
Deletion of above keys will effect the proper functionality of Zen Cart.
cra* i just ran this on 1.3.7 how do i fix?
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
sgflowers
cra* i just ran this on 1.3.7 how do i fix?
IT DELETED THE IMAGE HANDLER 1.0 ones i restored from a backup
1 Attachment(s)
Re: Google Base Feeder Support Thread
i am getting an error from the feed
Error Bad data Line #
We didn't understand some of the XML formatting in your file. You may be missing a tag or have a nesting or formatting error. - help
4
i attached a zip of the feed xml
any ideas?
Re: Google Base Feeder Support Thread
Seem to be having a few problems.
On Google Base, it shows the kettle as being here: http://www.prideofthefleet.org.uk/su...4v-p-1243.html
When the actual link for the kettle on the site is http://www.prideofthefleet.org.uk/su...olt-p-298.html
As you can see when you click the link that Google Base gives, it takes it to a "Product Not Found" page, even though the Product is in the title, and the breadcrumbs.
It does this for all the products i've added (only 3 so far).
The product hasn't been switched to any different categories so i've no idea what could be causing the difference in links?
Any help appreciated.
Re: Google Base Feeder Support Thread
Hello, I am in need of some guidance, let me try to explain.
First, I have researched the problem on the forums and elsewhere to the best of my ability and can't find anything that helps solve it, hopefully someone can shed some light.
I have installed zen cart 1.3.7, mods; Google Base Feeder (latest version as of this date), Simple Google Analytics (installed after GBF) and Image Handler 2.
Everything appears to be installed correctly, no errors and no errors in the server error log. But when I run the product feed update it runs perfect but returns 0 records. There are 150 products in the database.
For troubleshooting I created a new product (test) and ran the update again, this product does get processed, but none of the others.
All of my other products were manually imported from OSC. I am reasonably proficient with phpMyAdmin, MySQL and PHP and everything else works fine with the imported products.
I compared the tables for the new (test) product that does work with the products that don't and can't find any differences. I checked the googleFroogle.php code and can't seem to find where the problem is. For some reason the script does not see the osCommerce imported items.
Please help, Google Base has been a great revenue stream for my client any advice or ideas are welcome.