teamwolf2000 Posted February 8, 2011 Share Posted February 8, 2011 On the page:shopping-cart-product-line.tplCan anyone tell me how to capitalize the category? {$product.category|escape:'htmlall':'UTF-8'} Below is my current code, which works fine except the category is all lower case. getProductLink($product.id_product, $product.link_rewrite, $product.category)|escape:'htmlall':'UTF-8'}">{$product.category|escape:'htmlall':'UTF-8'} - {$product.name|escape:'htmlall':'UTF-8'} Thanks, Link to comment Share on other sites More sharing options...
Paul C Posted February 8, 2011 Share Posted February 8, 2011 Why not use css to do it?text-transform:capitalizeortext-transform:uppercasePaul Link to comment Share on other sites More sharing options...
teamwolf2000 Posted February 8, 2011 Author Share Posted February 8, 2011 Thanks, works fine.L Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now