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)
-   -   Assigning Values to a Variable within the Template .tpl file (https://forum.x-cart.com/showthread.php?t=2950)

garryhs 06-01-2003 07:10 AM

Assigning Values to a Variable within the Template .tpl file
 
Ho do I assign a value to a variable in the template file.

ie. I have completed an initial
$smarty->assign("Test","123");
in the smarty.php

If I want to change the value within a template .tpl, how do I do it.

Example:
{$Test = "167"}
does not work

Help Please. 8O

funkydunk 06-09-2003 01:42 PM

{assign var="Test" value="167"} will work.


All times are GMT -8. The time now is 03:07 AM.

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