I Want To Use Two Different Templates For Two Types Of Block.

I want to use two different templates for two types of block.

in design / layouts / homepage...

in homepage content:

I created two grids. And I created a block in each of the grids.
For newest products.
But when the template changes one, the other block changes like that one.
In fact, because of the use of newest products in content twice, one can not give each one a separate template.

I want to use the shortlist template for the first block and in the second block from the grid template. But this is not possible.

How can I fix this problem?

I want to use two different templates for two types of block.

in design / layouts / homepage...

in homepage content:

I created two grids. And I created a block in each of the grids.
For newest products.
But when the template changes one, the other block changes like that one.
In fact, because of the use of newest products in content twice, one can not give each one a separate template.

I want to use the shortlist template for the first block and in the second block from the grid template. But this is not possible.

How can I fix this problem?

I do not know English! But it's best to look at the picture below to better understand this question.

thanks.

lHello,
look
I'm using User-defined css-class, and for show anything in block(up) or block(down) use "if".

{if !$user_class}
    {assign var="user_class" value=$block.user_class}
{/if}
{if $user_class === 'className'}
    show anything!
{else}
    show another anything! 
{/if}

Looks like second block is added from the "Use Existing Block" tab. You should create separate block with the same settings on the "Create New Block" tab

http://prntscr.com/of36nt

Looks like second block is added from the "Use Existing Block" tab. You should create separate block with the same settings on the "Create New Block" tab

http://prntscr.com/of36nt

Oh yes, that right .. thanks man :wub: :wub:

You are welcome! :)