Quote Originally Posted by yframediscounts View Post
Can any one help, I want to add the words "Free Shipping" to the beginning of the <description> in the output file, ie just before the main description text.

I know you will have to edit the googlefroogle.php

I know it is simple but cant seem to add a string to the begging of this output

Ie

<description> FREE SHIPPING. main body text .</description>
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_descriptiontrue) . '</description>'
to

PHP Code:
$content["description"] = 'FREE DELIVERY! ' '<description>' $google_base->google_base_xml_sanitizer($products_descriptiontrue) . '</description>'
Adnan Rana
PC Point Ltd