posted on October 21, 2009 12:09:08 PM new
Is it possible to change the amount of items listed on each page? If so, where would that information be located. Ideally I would like to list more than just 9 products on our frontpage and all items for each category.
Unfortunately, it is not possible to change the number of featured items that are listed on the home page. However, you may change the number of items that are shown on each page for the category pages. In order to do this, go to "Stores" --> "Store Editor" --> go to the "Advanced" tab and check the box for "Enable Advanced Mode" --> select "Edit HTML" and browse for the "content/category.html" file --> locate the following lines of text in the file:
<div class="InfoMt"><div><h1 rst:xml:itemsinfo="{context:__storesapiurl}?verb=GII&GII.store={context:__store}&GII.detailLevel=1&GII.catId={context:catId}&GII.searchString={context:searchString}&GII.pageNo={context:page}&GII.pageSize=9{mature}" rst:session:lastvisited="{context:__currenturl}"><b><a rst:if="{path}" rst:href:pagename="category" rst:href:catId="{context:catId}" rst:content="{path}">Title</a></b><!-- Title --></h1></div></div>
Then change the "9" (in both of the lines of text) to the number of items that you would like to appear on each page, and save the changes.
Then also select to edit the "utils/prevnextlinks.html" file (selecting it from the advanced menu in the same way as the file above) and edit the following line of text:
rst : Define:page_size="9"
Again change the 9 to the number of items you would like to appear on each page, and save the changes. Be sure to publish the changes as well, and this change should appear on your Store.
Regards,
Nathan
[ edited by NathanCS on Oct 21, 2009 12:38 PM ]
I'm not sure about changing the number of columns that are displayed on the category page, but I am checking into this and I will let you know once I have some more information available.