Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeroen Sormani

    (@sormano)

    Hi Soophie,

    I’d say that they indeed change the nr of products per page in the theme itself.
    Can you do a search in the theme and child theme to the text strings:
    1) ‘loop_shop_per_page’
    2) ‘posts_per_page’

    Those are the two usual ‘hooks‘ that are used to change the PPP.

    Let me know your findings!

    Thanks,
    Jeroen

    Hi,
    I have the same problem.
    I found the filter in function.php:
    add_filter('loop_shop_per_page', create_function('$cols', 'return ' . jwOpt::get_option('products_per_page', get_option('posts_per_page')) . ';'), 20);

    I tried to delete this code but the drop down still don’t show.
    What should i do?

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin not working with goodstore theme’ is closed to new replies.