• Good afternoon,

    I use your plugin to show some items on each page. For example I have a page with girls clothes, where I want to show only girls clothes.

    I use this code from the example you give on your help pages:
    [AWIN_DATA_FEED title=’Meisjes’]
    but I get all the products on girls page, also boys.

    I tried this code, to see if this works and only show 4 items, but then I also got all the items in the feed:
    [AWIN_DATA_FEED title=’Meisjes’ no_of_product=4]

    I use one feed whith products of about six webshops for now, and there are a lot of items with ‘meisjes’ (girls) in title, but

    I also tried using other items in code such as ‘keywords’, but everytime I always get all products from the feed, also when I use a keyword which isn’t in the feed at all.

    Can you take a look and see why I always get all items, and not only items I want?

    Thanks in advance, Daan

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Did you found solution? I found the same issue with this plugin & shortcode. My investigations led me to the ShortcodeHandler which doesn’t pass the shortocode attributes to the outputed form for ajax request. The solution is simple – shortocode_atts function used inside this handler needs some additional attributes declarations, and then they all works like a charm ??

Viewing 1 replies (of 1 total)
  • The topic ‘All products are shown when using shortcodes’ is closed to new replies.