Jump to content

Masquer " Contenus du pack "


Recommended Posts

Salut @SmartCase13,

 

Avec ta version de prestashop ça serait plus facile de répondre, mais admettons que tu sois sur une 1.6 avec le theme par défaut, dans product.tpl tu devrait trouver

		{if isset($packItems) && $packItems|@count > 0}
		<section id="blockpack" style="padding:0 10px 0 10px; margin-top:20px;">
			<h3 class="page-product-heading">{l s='Pack content'}</h3>
			<div class="col-xs-12">
			{include file="$tpl_dir./product-list.tpl" products=$packItems}
			</div>
		</section>
		{/if}

que tu peux par exemple commenter pour le faire disparaitre :

		{*if isset($packItems) && $packItems|@count > 0}
		<section id="blockpack" style="padding:0 10px 0 10px; margin-top:20px;">
			<h3 class="page-product-heading">{l s='Pack content'}</h3>
			<div class="col-xs-12">
			{include file="$tpl_dir./product-list.tpl" products=$packItems}
			</div>
		</section>
		{/if*}
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...