I'm home tinkering today...can you tell? LOL
My main catalogue homepage title currently displays the variable StoreName because this is what is set up in my title tag.
Thing is..it only displays "Budget Bumps" because the field for the store name isn't big enough to add anything else!
Question (and easy one I'm sure)
This is how the affected code currently looks...(it's buried near the end of the title tag)
What do I replace this "StoreName" variable with to give a longer page name on the homepage?
It's the formatting I'm unsure about.
simple for someone who knows how, I'm sure
Cheers
My main catalogue homepage title currently displays the variable StoreName because this is what is set up in my title tag.
Thing is..it only displays "Budget Bumps" because the field for the store name isn't big enough to add anything else!
Question (and easy one I'm sure)
This is how the affected code currently looks...(it's buried near the end of the title tag)
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Store%20Front%20Page%22" > <actinic:variable name="StoreName" /> </actinic:block>
It's the formatting I'm unsure about.
simple for someone who knows how, I'm sure
Cheers
Comment