I’ve put in the ASIN shortcode into the product description
[price asin=’3KewNNC’]
But it’s showing up “Could not connect to Amazon”
I’ve put in the Amazon Access Key, Amazon Secret Access Key from AWS and Amazon Associate Tag from Amazon associate ID, but it doesnt seem to work?
]]>Hello. I am getting “Invalid xml response.” at the top of the page. I have tried reinserting my credentials, and even created a new AWS IAM user just to test and I am still experiencing the same thing. I see you have fixed this in the past for people. Would you be able to assist me?
Thanks!
Mike
So I’d like to see this together with the feed on the main page
Is it possible to add the price at the end of each post inside the loop?
I’m having trouble adding the do_shortcode (in a template) as it gets shown outside of the loop.
Any alternative ways to bring in the prices?
Thanks
]]>The current price does not seem to match what is being shown as the main item on the amazon link
]]>Invalid XML Reponse appears on top of the entry post when a page is load. Sometimes it doesnt apear when I refresh it but most of the time it does. And when I scroll down some of the sale price is set to $0.00.
URLs:
? [Link redacted]
? [Link redacted]
[Link redacted]
]]>The Discounted/Current Price($MSRP2) and Discount % in my product page doesn’t match with the Amazon product page.
This is the only part of the code I’ve modified:
$result = '<table class="amazon-price">';
if(!empty($price) && !empty($MSRP))
{
if($price==$MSRP2){
$result .= '<tr><td class="label">Sale Price:</td><td class="amount sale-price">$'.$price.'</td></tr>';
}else{
$result .= '<tr><td class="label">List Price:</td><td class="amount list-price">$'.$MSRP2.'</td></tr>';
$result .= '<tr><td class="label">Sale Price:</td><td class="amount sale-price">$'.$price.'</td></tr>';
$MSRP2 = number_format($MSRP /100,2);
$percent = ($Savings/$MSRP2);
$result .= '<tr><td class="label">You Save:</td><td class="amount discount-price">$'.number_format($MSRP2-$price, 2, '.', '').' ('.number_format($percent,2).'%)</td></tr>';
}
}
elseif(!empty($price) && empty($MSRP))
{
$result .= '<tr><td class="label">Sale Price:</td><td class="amount sale-price">$'.$price.'</td></tr>';
}
]]>
Hi Alok,
I’m interested in using this for Amazon.co.uk
what would I need to change the COM to in the following code:
“”return aws_signed_request(“com“, $parameters, $this->public_key, $this->private_key, $this->associate_tag);” “
Thanks!
]]>Hello, the plugin works perfectly. I would like to see the price products in Euros instead of dollars for my websites, is there anyway of doing so? Thanks!
]]>Sorry, I’m somewhat new to this and cannot figure out the 3rd step:
Place <?php do_shortcode(“[price asin=’B00KQ7SBTE’]”); ?> in your custom templates
Where do I go exactly to input this? I’m not aware of where “Custom template” section would be. Do you mind providing a step-by-step on where to input this code?
If I understand correctly, I put the above code in maybe one of the files? …then put the shortcut on my page?
]]>hi,
I started using your plugin and got it to display the information that I want it to however, it only displays at the top of my post — not where I am using the shortcode in the post. Is there a way to fix this?
Thanks!
]]>Is it possible to show the direct amazon price (with possible savings) instead of the original list price or the best price (which includes the third party sellers).
I wat to show the 28,53$ instead of the 29,99$ (Listprice) or 24.01 (NewPrice)
]]>Hi,
I got this plugin to work, although I had to change the “echo” parameter to “return” in order to work at the right place with the shortcode.
I have 2 Questions:
1. How can I change the seperator of the price from a dot to a comma? (and could you provide me with the code to make prices ending with “00” to “,-” (e.g. “199.00” to “199,-“). Need this for the german standard of price formatting.
2. How often is the price being updated?
Thank you very much for the great plugin and your time!
]]>I just try to use it an amazon.de bute the prices are wrong ??
]]>Hello,
Thank you for this great plugin.
I installed and setup the aws keys and tag.
After on post i got this message.
invalid xml response
price: 0.00
Do you have any idea what’s wrong?
Thanks
]]>