How To Get â„¢ In The Page Title.

I saved the file as csv format, the TM changed to “?”



I think that is why it does not shows " â„¢", instead of it, “?” shows up



any idea?

Hi @londonman,



Symbols can be found here

You will need for TM





#1 add page title
Page Title ™




#2

add file


design/themes/[THEME_NAME]/templates/addons/my_changes/hooks/index/title.override.tpl


content
{if $page_title}
{$page_title nofilter}
{else}
{foreach from=$breadcrumbs item=i name="bkt"}
{if !$smarty.foreach.bkt.first}{$i.title|strip_tags nofilter}{if !$smarty.foreach.bkt.last} :: {/if}{/if}
{/foreach}
{if !$skip_page_title && $location_data.title}{if $breadcrumbs|count > 1} - {/if}{$location_data.title nofilter}{/if}
{/if}



  • My Changes add-on required to be activated
  • Fix for cs-cart 4.x



    I hope that helps,





    Valentin

    [color=#808080][size=2]part of hungryweb.net[/size][/color]

[quote name=‘Vali’ timestamp=‘1404385688’ post=‘186902’]

Hi @londonman,



Symbols can be found here

You will need for TM ```php



<br />
#1 add page title ```php
<br />
Page Title &#0153;<br />

```<br />
<br />
#2<br />
add file<br />
```php
<br />
design/themes/[THEME_NAME]/templates/addons/my_changes/hooks/index/title.override.tpl<br />

```<br />
content ```php
<br />
{if $page_title}<br />
	{$page_title nofilter}<br />
{else}<br />
	{foreach from=$breadcrumbs item=i name="bkt"}<br />
		{if !$smarty.foreach.bkt.first}{$i.title|strip_tags nofilter}{if !$smarty.foreach.bkt.last} :: {/if}{/if}<br />
	{/foreach}<br />
	{if !$skip_page_title && $location_data.title}{if $breadcrumbs|count > 1} - {/if}{$location_data.title nofilter}{/if}<br />
{/if}<br />

```<br />
<br />
* My Changes add-on required to be activated<br />
* Fix for cs-cart 4.x<br />
<br />
I hope that helps,<br />
<br />
---<br />
Valentin<br />
[color=#808080][size=2]part of hungryweb.net[/size][/color]<br />
[/quote]<br />
<br />
Hi Valentin,<br />
<br />
Thank you for your reply.<br />
<br />
I wonder if this can work in product bulk uploading... i mean, i import a csv file with the products contents.<br />
<br />
Add title, for example,<br />
<br />
"Appleâ„¢ USB Cable"<br />
<br />
If not, can it be fixed? <img src="upload://zpvGXU83KUgZwhE2OOlB1CZIceX.png" class="bbc_emoticon" alt="^_^"><br />
<br />
Thank you for your help.<br />
<br />
Sincerely,<br />
<br />
Jack

[quote name=‘Vali’ timestamp=‘1404385688’ post=‘186902’]

Hi @londonman,



Symbols can be found here

You will need for TM ```php



<br />
#1 add page title ```php
<br />
Page Title &#0153;<br />

```<br />
<br />
#2<br />
add file<br />
```php
<br />
design/themes/[THEME_NAME]/templates/addons/my_changes/hooks/index/title.override.tpl<br />

```<br />
content ```php
<br />
{if $page_title}<br />
	{$page_title nofilter}<br />
{else}<br />
	{foreach from=$breadcrumbs item=i name="bkt"}<br />
		{if !$smarty.foreach.bkt.first}{$i.title|strip_tags nofilter}{if !$smarty.foreach.bkt.last} :: {/if}{/if}<br />
	{/foreach}<br />
	{if !$skip_page_title && $location_data.title}{if $breadcrumbs|count > 1} - {/if}{$location_data.title nofilter}{/if}<br />
{/if}<br />

```<br />
<br />
* My Changes add-on required to be activated<br />
* Fix for cs-cart 4.x<br />
<br />
I hope that helps,<br />
<br />
---<br />
Valentin<br />
[color=#808080][size=2]part of hungryweb.net[/size][/color]<br />
[/quote]<br />
<br />
I tested, and it works...<br />
<br />
I really appreciate your help. <img src="upload://zpvGXU83KUgZwhE2OOlB1CZIceX.png" class="bbc_emoticon" alt="^_^">