Fatal error for default channel (google shopping)
-
There is a fatal error in the plugin, caused by the line 1136 of class-get-products.php
if ( empty( $feed_config['fields'] ) ) { $feed_config['fields'] == "google_shopping"; }
Should be
if ( empty( $feed_config['fields'] ) ) { $feed_config['fields'] = "google_shopping"; }
You should really cleanup that file, there is more than 500 code warnings (eg: unused variables, undeclared variables, void functions returns used…)
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fatal error for default channel (google shopping)’ is closed to new replies.