bassjobsen / woocommerce-twitterbootstrap

This plugin wraps your Woocommerce views in the Twitter's Bootstrap Grid. Makes your views full responsive. No changes to your theme or other plugins needed.
85 stars 34 forks source link

Woocommerce Pagination missing #12

Closed jevets closed 10 years ago

jevets commented 10 years ago

The plugin (1.1) removes pagination from product archives. Woocommerce v 2.0.19.

Affects vanilla twentythirteen as well as my custom theme.

Adding this into theme's functions.php or wherever else fixes it, so a very easy fix.

add_action('woocommerce_after_main_content', 'woocommerce_pagination');

Thought it should folded in wherever you prefer to put it in your plugin, or at least note it here.

bassjobsen commented 10 years ago

@jevets thanks for posting your issue. Your issue seems to be duplicate with #6. This issue should be fixed. I test with WooCommerce 2.0.19 on http://demo.jbst.eu/shop/. Could you test with the latest version or run git pull to confirm it is broken in your case still. Thanks!

jevets commented 10 years ago

Sorry I didn't notice #6.

Issue is fixed using latest. Thanks!