Hi,
I want to fix this problem.
Japanese users can't use wp-amanzon plugin.
The wp-amazon.php patch is below.
144c144
< <option value="co.jp" <?php echo
$var['co.jp']; ?>><?php _e('Japan', 'wpamazon'); ?></option>
---
> <option value="jp" <?php echo $var['jp']; ?>><?php _e('Japan', 'wpamazon'); ?></option>
Thank you.
---
Naoya NAKAZAWA
On Apr 12, 5:59 pm, Dai <inoue.dais...@gmail.com> wrote:
> Hello,
> I've gotten no result with WP-Amazon, these long days.
> Today, I read this group and found some interesting articles.
> I tried.
> ...Yes. I'd forgotten WP-Amazon was not working well.
> It occured to me changing from Japan to United States in WP-Amazon
> settings.
> Wow, work well!!
> I googled and found some article which described changing
> "ecs.amazonaws.co.jp"
> to "ecs.amazonaws.jp".
> I replaced all "co.jp" with "jp"...Yes I finally got the solution.