posted on December 8, 2010 03:07:46 PM new
Main page allows for 5 items to be displayed or featured on storefront. Is there any way to add more featured items on main/homepage? Thanks in advance for any help with this.
You can change the number of the displayed featured items enabling the Advanced mode and editing the modules/featured.html file. You should change the value of the fsize variable on the first line of this file.
If your template has 4 featured items the first line from the modules/featured.html file would look like this:
<notag rstefine:crtpage="1" rstefine:fsize="4"/> You then should change 4 to the wanted value.
Every template has its own limit: 3, 4 or 5. And it can be changed in the same way no matter what template was selected.
posted on December 21, 2010 09:26:49 AM new
Hello Matt,
This can be done by going to "Stores" --> "Template Editor" --> "Advanced" --> "Enable Advanced Mode" --> select "Edit HTML" --> browse for the "content/category.html" file" --> locate this line of code:
posted on December 26, 2010 09:54:48 AM new
Hello Matt,
There was another instance of "10" in the file that needed to be changed to "16". I have made this change for you, and it seems to have worked correctly. Please let us know should you continue to have trouble with this.