Jump to content

Module Home Featured


daniell

Recommended Posts

Hi,
First of all thanks for all the good information on this forum, it helped me a lot in several situations.

I would like to change the Home Featured (i think) layout

The theme in use is this Template Temporary

Wanted to pass de area 1 to area 2 and 2 to 1

I think i should use the homefeatured.tpl but can´t figure it out


The code is this

big thanks in advance

<!-- MODULE Home Featured Products -->
{counter start=0 skip=1 print=false}
<!--test begin -->
<link href="{$content_dir}modules/homefeatured/style.css" rel="stylesheet" type="text/css" />
[removed][removed]
[removed][removed]

     {if isset($products) AND $products}                                        



       {foreach from=$products item=product name=homeFeaturedProducts}

                


getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.name|escape:html:'UTF-8'}" /> {$product.name|escape:'htmlall':'UTF-8'}
{$product.description|strip_tags|truncate:200:'...'}





        {/foreach}




     <!--Begin load thumbs  -->
     {counter start=0 skip=1 print=false}  

       {foreach from=$products item=product name=homeFeaturedProducts}

getImageLink($product.link_rewrite, $product.id_image, 'medium')}" alt="{$product.name|escape:html:'UTF-8'}" />           
         
         {/foreach}            

       <!--end load thumbs  -->

   {else}

{l s='No featured products' mod='homefeatured'}
   {/if}



<!-- /MODULE Home Featured Products -->



Obrigado.

33168_P6P3dZmFwgxfeT5EMxzN_t

Link to comment
Share on other sites

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...