Thread: Newest Products
View Single Post
  #258  
Old 10-31-2008, 11:07 AM
 
fafbr fafbr is offline
 

Advanced Member
  
Join Date: Oct 2008
Location: Brasilia-Brazil
Posts: 32
 

Default Re: Newest Products

Quote:
Originally Posted by robertswww
Hi Faf,

It's up to you were you would like to put it, but try this to get you started...

Code:
{* $Id: welcome.tpl,v 1.28.2.3 2008/07/15 12:07:40 ferz Exp $ *} {if ($active_modules.Greet_Visitor ne "") and ($smarty.cookies.GreetingCookie ne "") and $logout_user eq ''} {assign var="_name" value=$smarty.cookies.GreetingCookie|replace:"\'": "'"} <h3>{$lng.lbl_welcome_back|substitute:"name":$_nam e} </h3> {elseif $lng.lbl_site_title} <h3>{$lng.lbl_welcome_to|substitute:"company":$lng .lbl_site_title}</h3> {else} <h3>{$lng.lbl_welcome_to|substitute:"company":$con fig.Company.company_name}</h3> {/if} {$lng.txt_welcome} <br /> {if $active_modules.Bestsellers ne "" and $config.Bestsellers.bestsellers_menu ne "Y"} {include file="modules/Bestsellers/bestsellers.tpl"} {/if} {* NOTE - Custom MOD - Add Newest Products Link Below *} <p /> http://www.divinescrap.com/{$xcart_dir}/newproducts.php <br /> {include file="customer/main/featured.tpl" f_products=$f_products}

Robert
Hi Robert

Thank you for your try and help.
But it did not worked.
Only the link .php was displayed in welcome.
Anyway I thank you very much for your attention.
Cheers
Faf
__________________
Creative Pixels Designs
________________________
X cart Pro _Version: 4.1.12
Module: download expander
Apache; PHP 5.2.4
Reply With Quote