this array actually seems to hold product description.
which is bad because for products without an editorial review (which is many) this array is empty, and whereas every product has a description, the module only makes this description available for products with an editorial review.

    [editorialreviews] => Array
        (
            [0] => Array
                (
                    [source] => Product Description
                    [content] => There is a growing

shouldnt this be:

    [productdescription (or something)] => Array
        (
            [0] => Array
                (
                    [source] => Product Description
                    [content] => There is a growing

thanks

Comments

rfay’s picture

Status: Active » Fixed

Amazon uses the Editorial Review for Product Description.

What's worse, the international locales do not provide the information.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.