[Solved] Asign second image of product to google_base image
Posted: Tue Mar 04, 2014 3:43 am
Hello !
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 call to Google support service and they tell me that they are wrong becouse I'm including the Product Brand in the image of the product and this is not allowed in google contitions policy.
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:
Only need to know how to modify it... jajajaja...
please, anyone can help me !!!
Tanks a lot !!
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 !!