adnanrana:
This can be done by changing line 330 in file STORE_ROOT\googlefroogle.php from:
$content["description"] = '<description>' . $google_base->google_base_xml_sanitizer($products_description, true) . '</description>';
>
> to
>
> ```php
$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:
$products_description = $products->fields['products_description'];
to:
$products_description = 'FREE DELIVERY. ' . $products->fields['products_description'];
Adnan Rana
PC Point Ltd