Jump to content

[SOLVED] cant add text to category pages through CMS


Recommended Posts

You can click the Edit button next to a category on the Catalog tab to change the description and meta-information for that category. You can add meta-information for products on the "1. Info." tab of the product editor by clicking the "Click here to improve product’s rank in search engines (SEO)" to show the fields.

Link to comment
Share on other sites

It seems your theme is missing the category description code. You should add the following to category.tpl above {if isset($subcategories)}:

{if $category->description}
{$category->description}
{/if}



You should then see whatever you enter in the description field on the category editor above those subcategory images.

29765_9Y4e0dSqyBc0HzEiHs3N_t

Link to comment
Share on other sites

×
×
  • Create New...