Page numbering (pagination) on product pages
In order to obtain page numbering (pagination) on Jigoshop product pages you can use:
Result: Similar to Facebook scroll (no pagination).
- Simple Pagination WP plugin: in order that this plugin properly work you must find Jigoshop > jigoshop_template_functions.php and replace the following lines:
<div class="nav-next"><?php next_posts_link( __(
'Next <span class="meta-nav">→</span>',
'jigoshop' )); ?></div>
<div class="nav-previous"><?php
previous_posts_link( __( '<span
class="meta-nav">←</span>Previous', 'jigoshop' )
); ?></div>
With these lines:
<?php if(function_exists('wp_simple_pagination')) {
wp_simple_pagination();
} ?>
Result: 
-
Getting Started
-
Jigoshop Settings
-
Creating Products
-
Using Jigoshop
-
Customize Jigoshop
-
Testings - in case of problems on Jigoshop web site
-
FAQ - Jigoshop plugin user questions
- Add a new tab to a product page / Custom tabs on product pages?
- Adding a Continue Shopping button to the single product page
- Adding Product Category Terms in a dropdown box for Custom Post Meta
- Add Alternate text on product picture and title
- Adding buttons / info to the end of each product
- View all (171 more)
-
FAQ - Jigoshop extensions user questions
-
API
-
Screencasts