Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Finding the current time and doing some math in the templates

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 01-14-2007, 09:30 PM
 
MCM MCM is offline
 

Senior Member
  
Join Date: Dec 2005
Posts: 114
 

Default Finding the current time and doing some math in the templates

The new products mod is a neat one (and will be neater when I get it to work ). What I'd really like to do, though, is add something to the title of each item to show that it's new. Given the date added field in the database, I'd like to use $Product.add_date as a variable in an equation that would take the current time, subtract the add time, and display *NEW* in the title if the difference was less than a certain amount of time (to be specified later). What I need to know is the following:

-how can I call the current time?
-how can I put together the math in the .tpl file? Is it as simple as $current_time - $Product.add_date < $specified_time in a logical statement?

Thanks!

Jeremy
__________________
Version 4.0.17/4.0.18
Reply With Quote
  #2  
Old 01-14-2007, 11:29 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Finding the current time and doing some math in the templates

Quote:
{if $smarty.now - $products[product].add_date lt $specified_time}
*NEW*
{/if}

...the above code is just an example
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote
  #3  
Old 01-15-2007, 07:52 PM
 
MCM MCM is offline
 

Senior Member
  
Join Date: Dec 2005
Posts: 114
 

Default Re: Finding the current time and doing some math in the templates

Thanks! That's just what I was looking for!

Jeremy
__________________
Version 4.0.17/4.0.18
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:33 AM.

   

 
X-Cart forums © 2001-2020