
Originally Posted by
adnanrana
This can be done by changing line 330 in file STORE_ROOT\googlefroogle.php from:
PHP Code:
$content["description"] = '<description>' . $google_base->google_base_xml_sanitizer($products_description, true) . '</description>';
to
PHP Code:
$content["description"] = 'FREE DELIVERY! ' . '<description>' . $google_base->google_base_xml_sanitizer($products_description, true) . '</description>';
Adnan Rana
PC Point Ltd
Sorry, just tested the above and it doesn't work.
Edit STORE_ROOT\googlefroogle.php, and change the line 161 from:
PHP Code:
$products_description = $products->fields['products_description'];
to:
PHP Code:
$products_description = 'FREE DELIVERY. ' . $products->fields['products_description'];
Adnan Rana
PC Point Ltd
Bookmarks