Po zadání http://www.xxxxx.cz/index.php?route=feed/google_base mi to nabízí stahování .php souboru.
V logu se zobrazí:
Code: Select all
PHP Notice: Undefined index: weight_class in /var/www/web5/xxx.cz/net-soft.cz/catalog/controller/feed/google_base.php on line 78
Vyřešeno, původní řádek
Code: Select all
$output .= '<g:weight>' . $this->weight->format($product['weight'], $product['weight_class']) . '</g:weight>';
Code: Select all
$output .= '<g:weight>' . $this->weight->format($product['weight'], $product['weight_class_id']) . '</g:weight>';