Plugin Author
ndre
(@ndre)
Hi @rlozano1055,
If you are using eCommerce Product Catalog you can set the number of products displayed in catalog settings.
You can also set the number of products displayed per shortcode with “products_limit” attribute like this: [show_products products_limit=”20″].
Hi ndre,
Where exactly would I put that short code?
Plugin Author
ndre
(@ndre)
Well, it depends where you want to display the products. You can put the shortcode on any page or other content. It will be replaced with product listing.
I believe this .php file controls how my products page looks.
wpsc-products_page.php
Would I just drop at the end?
Plugin Author
ndre
(@ndre)
No. The shortcodes are used in the WordPress editor in admin.
If your products are already displayed you can go to Catalog > Settings and change the products per page option.
You have eCommerce Product Catalog installed right?
No I do not.
I am using WP eCommerce Version 3.11.2 plugin.
In Store Settings there’s a Presentation tab. There is where I can change the look and feel of the page. It would seem I need to upgrade to Gold Cart to enable more functionality.
Plugin Author
ndre
(@ndre)
With eCommerce Product Catalog you change the number of products per page in catalog settings out of the box.
Maybe your plugin is using the posts settings which is 10 by default. You should go to WordPress Settings > Reading and change the “Blog pages show at most” setting.
It looks like you are using a different plugin you should use its support forum to get more help for it.
Oh ok. Thank you for your responses.