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

Day Specific Text

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 10-11-2008, 06:05 AM
 
evergreensprinklers evergreensprinklers is offline
 

Member
  
Join Date: Jul 2007
Posts: 15
 

Default Day Specific Text

I would like to display certain text on Fridays and Saturdays on our website, then on any other day, have nothing showing. Is there an easy way to automate this? Basically it would be something like this:

If Friday: Show Text 1
If Saturday: Show Text 2
If Any Other Day: Show Nothing

Any help would be greatly appreciated!
__________________
X-Cart 4.1.8

Need Sprinkler Parts? Visit Us at www.evergreensprinklers.com
Reply With Quote
  #2  
Old 10-11-2008, 06:39 AM
 
geckoday geckoday is offline
 

X-Wizard
  
Join Date: Aug 2005
Posts: 1,073
 

Default Re: Day Specific Text

This should work:
PHP Code:
{if $smarty.now|date_format:"%u" eq 6} {* Saturday *}
Saturday stuff
{elseif $smarty.now|date_format:"%u" eq 7} {* Sunday *}
Sunday stuff
{/if} 
__________________
Manuka Bay Company
X-Cart Version 4.0.19 [Linux]

UGG Boots and other fine sheepskin products
http://www.snowriver.com
Reply With Quote
  #3  
Old 10-11-2008, 06:43 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Day Specific Text

Ralph solved this for me as well last year!
-- here is a page in the smarty docs with date/time string features --edit as needed:

http://www.smarty.net/manual/en/language.modifier.date.format.php

Hope this helps!
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote
  #4  
Old 10-11-2008, 07:46 AM
 
evergreensprinklers evergreensprinklers is offline
 

Member
  
Join Date: Jul 2007
Posts: 15
 

Default Re: Day Specific Text

Ralph,

Thanks for your help! It worked like a charm!

Chas.
__________________
X-Cart 4.1.8

Need Sprinkler Parts? Visit Us at www.evergreensprinklers.com
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 10:59 PM.

   

 
X-Cart forums © 2001-2020