1) I cannot get global variables to work in a conditional:
{if phone_800_number}
{phone_800_number}
{/if}If the above is a global variable then it does not output the value that is in the database. It does work if the above field is a snippet.
2) If I use a global variable so that customer can put in information like local number and 800 number and they do not have an 800 number then you either have to delete the 800 number global variable or put a blank in the area for the value for the 800 number.
In either case I either have to get the customer to remember to add the space (a lousy workaround) or delete the field (a more lousy workaround). If they delete the field then let’s say they add an 800 number to their business later. Then they need to add the 800 number global variable with the exact tag value so that the template that uses it will find the value.
Am I missing something here? Why can’t a global variable or snippet be blank?