Jump to content

Conditional to show "Submission instructions by listing_id


DanielH

Recommended Posts

Is it possible to show content in submission_instructions.thtml according to Listing Type ID? Have tried several examples for a conditional but haven't been able to get it working.

This is what I have now:

		<?php if(['listing_type_id'] == 1): ?>		
		  text goes here
        <?php endif; ?>

Thanks

Link to comment
  • 4 weeks later...
×
×
  • Create New...