Hi I have a conditional statement that I am hoping to use for a landing page which reveals prices for course(s). There are full prices, 4mth payment plan priecs and also 10mth payment plan prices..There aren’t 10mth payment plan prices however for all courses.
Here is a link to the page in question:
http://www.aawep.com.au/courses/courses-index-test/
What I need to know is how to I use a conditional which will only reveal a segment of code if a custom field (input) is filled out.
I checked out the docs and this is what I came up with..Advice appreciated as this doesnt work at present:
{if ten-mth-price == ' '}
{if:else}
<strong>10 Month Plan:</strong> ${ten-mth-price}+ GST
{/if}