Zen Cart Logo
Forums / Basic Configuration / Punctuation after category description?

Punctuation after category description?

Locked

Views: 807

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
10 Dec 2008, 4:52 PM
#1
ella33 avatar

ella33

New Zenner

Join Date:
Oct 2008
Posts:
21
Plugin Contributions:
0

Punctuation after category description?

I want to be able to ad a '.' after the category description shown: <?php // categories_description if ($current_categories_description != '') { ?>

<div id="categoryDescription" class="catDescContent"><?php echo $current_categories_description; ?></div> <?php } // categories_description ?>

Is it possible?

10 Dec 2008, 4:57 PM
#2
ella33 avatar

ella33

New Zenner

Join Date:
Oct 2008
Posts:
21
Plugin Contributions:
0

Re: Punctuation after category description?

One more thing on this topic - can text be added as well? Example: the category right now looks like this: Category X - Can it be formatted to something like Our Category X. ?