Re: google shopping data feed updates
So for each variant you go to the product edit screen and add an image under additional images tab? That will work if it is the same code on every variant in the store. As the feed runs through the products, it will call the additional product images module (which must be assigned under utilities) and lookup the image for that specific variant. I already have code to do that in the tool kit (undocumented) so that will be a copy and paste code to get that working.
As Mark said, there will need to be a conditional; if no variant image, default back to the main product image (under the old system) for the feed. I am assuming that if there are no custom product images, the PROD page in merchant.mvc is defaulting to the main image under the old system. Is that right?
I haven't looked at the image machine yet. How does it know which custom product image field to use for the swap of these variants? Is that hard coded somewhere or is everybody supposed to use code = A?
So for each variant you go to the product edit screen and add an image under additional images tab? That will work if it is the same code on every variant in the store. As the feed runs through the products, it will call the additional product images module (which must be assigned under utilities) and lookup the image for that specific variant. I already have code to do that in the tool kit (undocumented) so that will be a copy and paste code to get that working.
As Mark said, there will need to be a conditional; if no variant image, default back to the main product image (under the old system) for the feed. I am assuming that if there are no custom product images, the PROD page in merchant.mvc is defaulting to the main image under the old system. Is that right?
I haven't looked at the image machine yet. How does it know which custom product image field to use for the swap of these variants? Is that hard coded somewhere or is everybody supposed to use code = A?
Comment