Cases By Source
03-30-06, 08:29 PM
Im just about finished with this related products project. Ive gotten it to display properly
However... im struggling witht e correct code to have display a message if nothing is there.
like if the products are there they will just display if they arent they will say "there is nothing available now"
This was the original code i used what other statements would be needed to do what i need it to do?
<mvt:if expr="l.settings:product_count NE 0">
<mvt:item name="product_list" />
</mvt:if><br />
-Paul
However... im struggling witht e correct code to have display a message if nothing is there.
like if the products are there they will just display if they arent they will say "there is nothing available now"
This was the original code i used what other statements would be needed to do what i need it to do?
<mvt:if expr="l.settings:product_count NE 0">
<mvt:item name="product_list" />
</mvt:if><br />
-Paul