Description
Products per Page for WooCommerce plugin lets you add products per page selector to the frontend of your WooCommerce store.
Options
Settings are located in “WooCommerce > Settings > Products per Page”.
Plugin Options
- Enable plugin
- Enables/disables the plugin.
- Default:
yes
- Default:
Select Options
- Select options
- Enter one option per line in
Title|Number
format. Use-1
for all products.- Default:
10|10
25|25
50|50
100|100
All|-1
- Default:
- Default option
- Default:
10
- Default:
Position Options
- Position
- Possible values: Before shop loop; After shop loop.
- Default:
Before shop loop
- Default:
- Position priority
- Used to fine-tune the Position.
- Default:
40
- Default:
Template Options
- Template
- Placeholders:
%from%
,%to%
,%total%
,%select_form%
.- Default:
Products <strong>%from% - %to%</strong> from <strong>%total%</strong>. Products on page %select_form%
- Default:
- Select class
- Default:
sortby rounded_corners_class
- Default:
- Select style
- Default: None
- Before HTML
- Default:
<div class="clearfix"></div><div>
- Default:
- After HTML
- Default:
</div>
- Default:
Advanced Options
- Enable cookie
alg_wc_products_per_page
cookie is used to save user’s products per page selection.- Default:
yes
- Default:
- Cookie expiration time
- In seconds.
- Default:
1209600
- Default:
Hi,
I have a site with 2 languages, but when changing the language “Products % from% -% to% from % total% . Products on page% select_form%”, no It changes because this information is added in the Template Options – Template field, if the Template field is left empty, then it does not show anything.
How can I make it work with multiple languages?
Thanks
Hi Alaid,
Please update the plugin to the latest v1.3.2 (released just a couple of minutes ago). There I’ve added new shortcode for translations:
[alg_wc_ppp_translate]
. It supports WPML and Polylang plugins. So now please set “Template Options > Template” to something like:Please give it a try and let me know if it’s ok now.
Hi, I have installed this on my site but it looks different to the screenshot. The products per page dropdown is huge and looks bad. How can I change the display settings to show the small dropdown as shown in the screenshots?
Hi Kirsty,
Sorry for the late reply. Styling mostly depends on the theme you are using. If you could share a link to your site, I could try to come up with a custom CSS code to make it look as you need (if you wish to send me the link privately, my email is [email protected]).