Jump to content

Produkte ohne box-info-product


rolfrolf

Recommended Posts

Hallo zusammen

 

ich habe neben meinen Produkten auch Rezpete, welche ich gerne wie Artikel erfassen würde, jedoch ohne die box-info-product anzeigen möchte.

 

Nun würde ich gerne die box-info-product mit einer {if}-Anweisung ausblenden z.B. 

 

product.tpl

{if $id_category=13}
""
{elseif}<div class="box-info-product">
</div> <!-- end box-info-product -->
{/if}

wie ihr vermuten könnt, geht dies nicht, da ich kein Programmierer bin...

Auch will ich in der Produkteübersicht den Preis und den Warenkorb-Button für die selbe Kategorie rausnehmen und nur den Button "Mehr" anzeigen.
 
 
kann mir jemand auf die Sprünge helfen?
 
Danke für die Hilfe.
Gruss
Rolf
 
 
Link to comment
Share on other sites

Hallo Rolf,

 

ich würde das mit dem Ungleich-Operator und ohne elseif lösen. Das müsste dann so aussehen:

 

 

 {if $id_category_current != 13}
 <div class="box-info-product">

.......

.......

.......

</div> <!-- end box-info-product -->
 {/if}

Grüsse

Whiley

  • Like 1
Link to comment
Share on other sites

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