Hi Guys,
I have a weblog field that is a select(dropdown) box comprising of the options: “Spaces Available” and “Sold Out”.
I would like the following code to allow me to show an option to “buy now” when “Spaces Available” is selected from the dropdown list box in the weblog post….
<h4>{if calendar_status == "Spaces Available"} <a href="http://{path=cart/add_event}">Buy Now</a>{if:else} {calendar_status} {/if}</h4>This code is not being picked up at all, and the calendar_status just displays whatevers been selected…
what am I doing wrong?
many thanks as always, you help is always most appreciated!