Jump to content

how to limit the number of products to show on each category instead of showing all?


chongshengdz

Recommended Posts

CC6 uses the skin configuration (see Foundation's config.xml file) to determine how many items to show per page. (There is a default of 10, I think.)

Each skin folder has a config.xml file. In that file, there should be:

After:
	</info>

Find:
	<layout>
	<products>
		<perpage amount="6" />
		<perpage default="true" amount="12" />
		<perpage amount="24" />
		<perpage amount="48" />
		<perpage amount="96" />
	</products>
	</layout>

Skins originally developed for CC5 will not have this, but as mentioned, CubeCart should "paginate" the results with a default value anyway.

You can specifiy this fallback value in admin, Store Settings, Layout tab, "Products per page".

If this is empty or not a number, then 10 is used.

Edited by bsmither
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...