-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product Review XML file Generation #113
Comments
Maybe it's not very helpful, but I modded gshoppingflux a while back (version 1.7.3) to include extensions for Google Merchant Centre and Facebook... I always had the intention of doing pull requests for the changes but.. uhh.. life got in the way. If it's any use to you, I've added a patch file here. There's only a few minor changes to add a few extra required fields. |
Well Ashley, I understand your point. But my main issue with this module file is, though it send all the required product data to google merchant centre, except the Product Reviews/Ratings. It would be amazing if we can solve this. Or we can modify the code? Or add additional fields for Product Ratings as per Google Schema? |
I'm not from this project, so I can't make any decisions on how the module will change, but yes it's a simple change to add a new field to send to GMC. The difficulty for reviews is that they are usually added to a site by another module, specific for reviews, so the question will come down to which module(s) to support. My client doesn't have product reviews/ratings on their shop, so I can't comment. I think it's up to the project maintainers to remark on this one. |
My client uses a third party module, I have details about it. Can you suggest how/where to add/edit the module file so that it can produce/export the Review/Rating XML file which they can further feedback to GMC. |
Hi @Caprineal, I forked the repo in https://github.com/cdigruttola/gshoppingflux/. I can add the new feed, could you confirm that are you refering to https://support.google.com/merchants/answer/14620732?hl=en? Thanks, |
Hi @cdigruttola Carmine, Yes, we are referring the same Google Merchant Product Review Feed Topic, Confirmed 👍 |
Hi @Caprineal, |
Hey @cdigruttola, |
Hi @Caprineal, I added a new section reviews to create the file. Carmine |
Hey @cdigruttola, I really appreciate efforts you have made, but when we tried it, it surely adds another field to export one more XML file, but the XML file it generates is for the "Local Inventory", not for the product reviews. When we give it a name, and Save & Export, it generates an XML file which is for the Product ID, Product Price, Product Discount Price in this format "https://yourdomain.com/[BB_googleshopping-local-inventory-s1-en-INR.xml & the other file is https://yourdomain.com/[BB_googleshopping-s1-en-INR.xml](https://brownboi.in/BB_googleshopping-s1-en-INR.xml ....you need to check on this and try adding that it gets the data from Prestashop Product comment from its native inbuilt module & or from a third party review module. |
Hey @cdigruttola OMG, |
Hey @cdigruttola , |
Hi @Caprineal, |
Hi @cdigruttola , |
Hi @cdigruttola, |
Hi, What is the other module you tried? What is the module you are using for the review? |
Hey @cdigruttola , |
Hi @Caprineal, |
Hey @cdigruttola , |
Hi @Caprineal, |
Hey @cdigruttola , |
Hi @Caprineal, |
Hey @cdigruttola, |
I couldn't find your fork into Datakick>Revws Module. Can you send me the direct link? |
Hi @Caprineal, |
Hey @cdigruttola , I tried the updated Repo with your Fork, it now generates all the Reviews from DataKick>Revws Module, it can fetch the data, but final XML file is showing XML parse Error, "This page contains the following errors: above error code in Red, and i dont see those google Schema as it was shown earlier with your last Fork. and when we see the XML data, it is unable to generate the Product URL , it instead generates this "https://yourdomain.com/Products/16-Array.html" |
Hi @Caprineal, to better understand what's going wrong, I need to check your backoffice and your db to better understand what's going wrong. |
Ok @cdigruttola, We will work on that. Let me tell you, your Fork, can now fetch few modules data including "Datakick Revws" module's reviews as well. But when it generates the XML file, it doesn't have any Google Schema Format. When we access other XML files, they have a format. But this one is not collecting required fields as per the Google Schema. It's just the raw data without any XML format. If that helps you understanding? |
Hi @Caprineal, I'm sorry but I cannot understand. My fork actually works with productcomments and revws modules. I need to check the output of my fork and also the products that are causing the error. |
Okay, Sure. I got it, I will give you the access, i will make your credentials. So that you can check it across. Allow me some time for that. |
Hi @Caprineal, |
How to make this work for Product Review XML feed for Google Merchant Centre Review Data Source Feed?
The text was updated successfully, but these errors were encountered: