Pro Version: Issues on Google Product Review feed
-
Hey,
I found it strange that the Google Product Review feed was not working properly (no reviews were listed), so I decided to debug the plugin code.
I noticed that in the
generate_product_feed
method of theRex_Product_Feed_Google_review
class, they were trying to cast the product object toint
, which always returns 1.This can be quickly fix by of using the productId variable that is declared above.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Pro Version: Issues on Google Product Review feed’ is closed to new replies.