• Resolved moltra

    (@moltra)


    Is there a way to pull multiple images from the Amazon Product API and display them?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author keywordrush

    (@keywordrush)

    All images are available in product data, but we do not use them in our templates. so you need a custom template to display them.

    Thread Starter moltra

    (@moltra)

    Do you have a list of the data pulled from Amazon?

    Plugin Author keywordrush

    (@keywordrush)

    just print data in a custom template:

    echo "<pre>";
    print_r($data);
    Thread Starter moltra

    (@moltra)

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘multiple images from amazon’ is closed to new replies.