damian5000 Posted September 8, 2013 Share Posted September 8, 2013 (edited) I'm guessing this is an easy fix, just not sure where to do it. I want it to show, for example "LCD: 720p" instead of "LCD 720p" Edited September 8, 2013 by damian5000 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 8, 2013 Share Posted September 8, 2013 about what part of website you're talking about? About "data sheet" on product page? if so, what theme you use and what PS version ? can you shed some light on this please? 1 Link to comment Share on other sites More sharing options...
damian5000 Posted September 8, 2013 Author Share Posted September 8, 2013 about what part of website you're talking about? About "data sheet" on product page? if so, what theme you use and what PS version ? can you shed some light on this please? Vanilla 1.5.5.0 Yes, data sheet on product page. Link to comment Share on other sites More sharing options...
vekia Posted September 8, 2013 Share Posted September 8, 2013 thanks Now I know what you mean by Vanilla open product.tpl located in your theme directory there is code: <li><span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'}</li> add ":" after {$feature.name|escape:'htmlall':'UTF-8'}: final code: <li><span>{$feature.name|escape:'htmlall':'UTF-8'}:</span> {$feature.value|escape:'htmlall':'UTF-8'}</li> Link to comment Share on other sites More sharing options...
Recommended Posts