Hi,
Almost everything is working ok but it is only showing 5 products on the page that I designated and it is showing a more button. Strange...Is there a setting to change this? Any help would be greatly appreciated.
Thanks! ! !
Hi,
Almost everything is working ok but it is only showing 5 products on the page that I designated and it is showing a more button. Strange...Is there a setting to change this? Any help would be greatly appreciated.
Thanks! ! !
Don't suppose you have a link to your page? There are per-page variables/hooks you can use to alter behaviour, but it would be good to see first.
can you email me? justin at emjmultimedia.com ?
any update for this... it's happening on my site too...
The following solution will work only if you have the file "loop-shop.php" in your wp theme folder.
Solution:
Create a folder named woocommerce in the folder of your current wp theme and COPY the file loop-shop.php in it.
Alternatively you can replace "get_template_part( $woocommerce->template_url . $slug, $name );" with "get_template_part( $slug, $name );" (without quot. marks) in woocommerce-core-functions.php.
This is probably a bug and will be repaired.
You must log in to post.