Viewing 1 replies (of 1 total)
  • Plugin Author Alok Tiwari

    (@aloktiwari)

    Hello,

    Please open the file inside plugin folder and file amazon-product-price.php and go to the line no. 165 you can find the code as

    //echo '<pre>';
    //print_r($result->Items->Item);

    remove the comment or replace it as =>

    echo '<pre>';
    print_r($result->Items->Item);

    run the page you can view all the detail Find your price variable and replace it as “$price = $result->Items->Item->OfferSummary->LowestNewPrice->Amount;”

Viewing 1 replies (of 1 total)
  • The topic ‘Show real Amazon Price’ is closed to new replies.