Note: I'm using version that goes with OC 1.5.2.1
Code: Select all
2012-11-15 15:50:10 - PHP Notice: Undefined variable: google_product_feed_copy_manufacturer in /home/xxx/public_html/admin/view/template/feed/google_product_feed.tpl on line 171
2012-11-15 15:50:10 - PHP Notice: Undefined variable: google_product_feed_copy_manufacturer in /home/xxx/public_html/admin/view/template/feed/google_product_feed.tpl on line 171
2012-11-15 15:51:49 - PHP Notice: Undefined index: size_variants in /home/xxx/public_html/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 150
2012-11-15 15:51:49 - PHP Notice: Undefined index: colour_variants in /home/xxx/public_html/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 150
2012-11-15 15:51:49 - PHP Notice: Undefined index: pattern_variants in /home/xxx/public_html/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 150
2012-11-15 15:51:49 - PHP Notice: Undefined index: material_variants in /home/xxx/public_html/vqmod/vqcache/vq2-admin_model_catalog_product.php on line 150
Note to the mod developer: I did have an initial issue with the new Feed tab not appearing. This was due to conflict with another mod. It seems many mod developers do a vqmod replace match on ALL tabs, which when other tabs have been added then fails. Would be better if you just a REPLACE on one existing default tab.
Thanks