![]() |
Dollar Sign in Smarty
Hi all,
How can I compare a string containing dollar sign in smarty? This: {if $variable eq "From $79 to $89"} does not work. I tried back ticks: {if $variable eq "From `$`79 to `$`89"} and also back slashes, but that does not work either. The string never matches... Any idea? Thanks. |
what is it your trying to do ?
|
I'm trying to place some headers in left categories menu on www.mr-roses.com/home.php
I edited the /skin1/customer/categories.tpl file like this: Code:
{* $Id: categories.tpl,v 1.23 2004/06/24 09:53:29 max Exp $ *} It works fine as you can see, except that "Shop by Price" label. Thanks. |
just use the variable $cat instead and match it with the category id number
|
All times are GMT -8. The time now is 09:40 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.