I'm triying to do something but I can't... I hope somebody can help me !!
I've recibed an e-mail from Google where they tell me that the images I'm sending in the feed for Google Merchant Center, are inapropiated images...

I do not want to change this... becouse I want people in my shop can identify easy the brand of each of the products... but I also want to continue appearing in google shopping, becouse is a good deal, so the option I have thinked is to asign to the google feed, the second image of the product, and use the same image, totaly clean, without any brands, or marketing text...
I've been looking the file "google_base.php" and I think the code I have to modify is the following:
Code: Select all
if ($product['image']) {
$output .= '<g:image_link>' . $this->model_tool_image->resize($product['image'], 500, 500) . '</g:image_link>';

Tanks a lot !!