All my category and product names are input in lower case only, and that's how we want them to display throughout the store.
I would, however, like to display the category and product names with initial capital letters in the title field on my PROD and CTGY pages.
Here's how the title tag is written on my PROD page.
I would really like to transform &mvte:product:name; to display so the first letter of each word in the string is capitalized. It's a simple function in PHP, but I can't find something similar in Miva. Any ideas how I could do this?
I would, however, like to display the category and product names with initial capital letters in the title field on my PROD and CTGY pages.
Here's how the title tag is written on my PROD page.
Code:
<title>&mvte:product:name; | &mvt:store:name;</title>
Comment