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

Random Message or Quote

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #1  
Old 12-29-2006, 08:15 AM
 
herseyc herseyc is offline
 

Member
  
Join Date: Jun 2006
Location: Suffolk, VA
Posts: 28
 

Default Random Message or Quote

I wanted to add a set of messages that randomly displayed in my store.

I adapted this from the code found here: http://gallery.menalto.com/node/27076

Create a directory under skin1 called custom

Create a file called random_quotes.tpl in skin1/custom
Code:
{php} #Path to web root skin1/custom can be absolute path $directory = "skin1/custom/"; #Filename of file containing quotes $quotefile = "quotes.inc"; $quotes = file($directory.$quotefile); $number = count($quotes); $num = rand(0,$number-1); echo $quotes[$num]; {/php}

Create a file in skin1/custom called quotes.inc with one quote per line
Code:
Buy Something Now! <a href="http://www.yourdomian.com/specials.php">Check out our monthly specials</a> Have questions contact us! HAPPY NEW YEAR!

Add the following to customer/home.tpl or where ever you want the quotes displayed

Code:
{include file="custom/random_quotes.tpl"}

Have a Safe and Happy New Year!
__________________
Hersey
http://www.chopperstickers.com/
X-Cart 4.1.3
Linux
Reply With Quote
  #2  
Old 12-29-2006, 10:49 PM
  thentavius's Avatar 
thentavius thentavius is offline
 

Advanced Member
  
Join Date: Dec 2006
Posts: 34
 

Default Re: Random Message or Quote

Thanks for the tip! I'm going to try that tomorrow.

I also checked out your site. I bit off topic, but I wanted to say it looks really good! Impressive.
__________________
XCart Gold - 4.0.19
Server using: Debian GNU/Linux with PHP 4.4.0
Reply With Quote
  #3  
Old 01-03-2007, 03:21 PM
 
successco successco is offline
 

Advanced Member
  
Join Date: Apr 2005
Location: Washington USA
Posts: 42
 

Default Re: Random Message or Quote

Thank you for taking the time to post that nice random clue! It works wonderfully with images, also

Edited to add: I voted for your site on your "Vote for Us" area and WOW was I glad I was a-l-o-n-e when I did *LOL*!
__________________
X-cart Gold 4.1.6
X-affiliate 4.1.6
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



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 02:49 AM.

   

 
X-Cart forums © 2001-2020