I am using 3dcart to host and run my website. 3dcart has various syntax commands that will go to the database's spreadsheet and get the info from the spreadsheet. We want to use page titles that differ from our product's names and in order to do this, I would assume an if then statement would be needed.
Does anyone know if this exists?
Currently we have <title>[TITLE]</title>..[title] is the 3dcart command to bring up the info from the spreadsheet. We would need something like
If info is in the [extra_field_1] field, ignore [title].
That way it would make the html <title>[extra_field_1]...
Does this make sense to anyone? I know it is probably tough to understand because it is using html with some custom proprietary commands, but maybe someone has some insight.
THANKS