The "searching" is actually a bug, it's just a animated gif being displayed which shouldn't be displayed when you go to the page the 1st time around.
My Christmas list shortcode is:
[avhamazon wishlist="FK26T6RYR3Q" asin="all" linktype="pic-text" locale="US"]
You can use the following options in the shortcode
- asin
ASIN can have the following values:
The ASIN of the item you want to display.
all to display all the items from the given wishlist.
random to display a random item from the wishlist.
- locale
US/CA/DE/UK/FR. If not given it defaults to the locale set up in the administration page.
- linktype
text : Only show the text of the item that is retrieved
pic : Only show the picture of the item that is retrieved
pic-text : Show a picture with a caption of the item that is retrieved
- wishlist
Wishlist ID. Use this in combination with the ASIN values all or random.
- picsize
The size of the picture. small/medium/large
- col
Amount of columns to use. Default is 1.
- sort_order
DateAdded/LastUpdated/Price/Priority
Let me know if you need more help.