Jump to content

Featured products and new products on home page


vedmed

Recommended Posts

Please,

could help you help me with following issue:

 

On home page i have featured product and bellow this modul i would like to have

also all new products or top sellers products. (principle should be the same)

New products and top sellers are modules which is not possible to move into central column on home page.

I tried to take following code from new-products.tpl and put to header.tpl in central coulmn

but it wasnt working and it displayed all products not only new ones.

 

 

{if $page_name == 'index'}

 

<h1>{l s='New products'}</h1>

{if $products}

{include file="$tpl_dir./product-sort.tpl"}

{include file="$tpl_dir./product-list.tpl" products=$products}

{include file="$tpl_dir./pagination.tpl"}

{else}

<p class="warning">{l s='No new products.'}</p>

{/if}

 

{/if}

 

Thanks a lot

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...