Jump to content

[Solved] Possible to show a colon after attribute category and before the value in data sheet?


Recommended Posts

thanks :) Now I know what you mean by Vanilla :P

 

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

×
×
  • Create New...