Amazon Product In a Post Plugin Price Problem
-
Hi,
I am using “Amazon Product In a Post Plugin” to retrieve items from Amazon.
[AMAZONPRODUCT=xxxxx] is working well, but the price for “New from” is not the amount I am looking for.For this item, it is giving me the “5900 YEN” instead of “7800 YEN” as published on amazon webpage.
5900 YEN is the lowest new price, item selling by other sellers, not Amazon.
What variable can i use to change this to the new price Amazon had on its page?if(isset($result["LowestNewPrice"])){ <strong><--What is the other alternative other than LowestNewPrice ?</strong> if($result["LowestNewPrice"]=='Too low to display'){ $newPrice = 'Check Amazon For Pricing'; }else{ $newPrice = $result["LowestNewPrice"]; }
Thank you.
- The topic ‘Amazon Product In a Post Plugin Price Problem’ is closed to new replies.