• Seasons greetings, and thanks for the plugin. I can verify the plugin works with WordPress 3.8, however I do have a slight problem.

    If I use the following code.

    [wpzon keywords=”ipad galaxy kindle” sindex=”Tablets” snode=”1232597011″ sort=”salesrank” listing=”10″]

    I show no listings, however If I use your example of the following code

    [wpzon keywords=”pressure cooker” sindex=”Kitchen” snode=”289825″ sort=”salesrank” listing=”8″]

    The products display. This tells me that my Amazon Key, Secret Key, and associate ID are all valid. I am using info pulled from the following page, for the us market

    http://www.findbrowsenodes.com/us/PCHardware/541966

    Any ideas of where I am going wrong.?

    Thanks for any assistance you may be able to offer.

    http://wordpress.org/plugins/wpzon/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lora77

    (@lora77)

    Hello!

    It seems like you were using the wrong sindex parameter. For the sindex option can choose from one of these only: http://docs.aws.amazon.com/AWSECommerceService/2011-08-01/DG/USSearchIndexParamForItemsearch.html

    And because tablets is in Electronics the code will looks like
    [wpzon keywords=”ipad” sindex=”Electronics” snode=”1232597011″ sort=”salesrank” listing=”10″]

    Hope it will work now.

    Happy Holidays!
    God Bless!

    Thread Starter Nevis-1

    (@nevis-1)

    Lora77, thanks. I did figure it out FINALLY. I was “drilling down” to many levels in the search nodes. Got it figure out now.

    I would love to see you develop this plugin even further. Would be great to have it add ratings and reviews.

    I have seen plugins that will do that, but they are for setting up whole stores, and I just want to add the listing to certain pages and or posts.

    Thanks again. 🙂

    BTW, I did notice that I can add two shortcodes and get 20 items with different results by using different sort options. Like that. I also reviewed the plugin and mentioned that it works fine with WP 3.8

    Plugin Author Lora77

    (@lora77)

    Nice to hear that and thanks for the review.

    And answering to your questions:

    1. Increase the size of image.
    If we will increase the height and width of the image the quality of the picture will be lost. So, in this case we will need to pull a bigger image from Amazon.com itself.

    To achieve this please read my first 2 replies on this thread: http://wordpress.org/support/topic/image-sizes-13?replies=15 and make the advised changes as many times as needed.

    2. Decrease space between 2 rows in a 3 column setting.
    In your WP dashboard go to Plugins -> Editor -> WpZon -> wpzon.php
    With Ctrl + F find the following line of code:

    <div style=”width:200px;height:97px;” >

    and change the height option to whatever size you would like to.
    The code appears 6 times, so you will have to make the changes 6 times.
    If you are making this step after the first step then instead of 97px will be 170px.

    Happy New Year! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Products not showing, plugin working in WP3.8’ is closed to new replies.