I am using jigoshop for wordpress ecommerce. I am going through a problem where I can see only 5 products per page in my shop page. I don’t know what is wrong. Here’s a screenshot of my shop page:

Here you can see the Next pagination thing in the bottom of the page after 5 products. Where as, I have this configuration in the jigoshop admin:

Here it says 5 page per column (which is working), but, 30 products per page, which isn’t working. Is there any solution for this problem? Do I need to edit any code page for this?
I solved this myself though.
This is the code what I had before in
templates/loop-shop.php. I removed the two inline comments//and make it work. The final look of the code:Cheers!