New Zenner
- Join Date:
- Jan 2007
- Posts:
- 96
- Plugin Contributions:
- 0
Froogle Merchant Center merged into GoogleBase
numinix:
$output["label"] = "product_type";
// $output["product_type"] = "product_type";Rename all cateogories (excluding sub-categories) to the Google product type.
Do you think that would work? It prints the labels/categories in the output file as the product_type.
That worked great Thanks.
Anyone else that did uses it remember to change
$output["label"] = "label";
To
// $output["label"] = "label";
To get rid of the label in the feed.
One more thing is there a way that I can get it so it only shows the top categores in the field i.e "Fragrance" and not "Fragrance, Men's Fragrance" or "Fragrance, Women's Fragrance"
If this could be done it would mean Froogle feeder is working again for me and I hope this helps others to.
I removed the Sub- categores manually and googlebase excepted it no problem.