PDA

View Full Version : Category Page


Cindy
07-30-08, 09:01 PM
On my categories page, if there are no products on that page, I do not want the "product list header" to show up. See example below:

http://www.bookshack-fl.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=TBS&Category_Code=Books

How can I accomplish this?

Pete McNamara
07-31-08, 12:20 AM
Use a conditional in your category product list layout:

<mvt:if expr="l.settings:product_count EQ 0">
&nbsp;
<mvt:else>
your category product list layout code goes here
</mvt:if>