X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How to find Variable{$title} length (https://forum.x-cart.com/showthread.php?t=52632)

Kannan 03-03-2010 10:26 PM

How to find Variable{$title} length
 
Hi all,
I am using x-cart 4.1.10 gold version.
Dialog.tpl has one variable {$title}. This is string variable. I have to know how much character (string length) available for this varible.

For example we can get the array count result by {$product|@count}.

Could you tell any for this variable character count for {$title}

Thanks in advance

cflsystems 03-04-2010 05:47 AM

Re: How to find Variable{$title} length
 
{$title|count_characters}
http://www.smarty.net/manual/en/language.modifier.count.characters.php

Kannan 03-04-2010 07:34 PM

Re: How to find Variable{$title} length
 
Hi,
Thank you very much. Its working fine..........
:lol:


All times are GMT -8. The time now is 05:35 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.