Jump to content

Rimozione Tab Scheda Tecnica


davimp

Recommended Posts

Salve a tutti.

 

Dovrei rimuovere la sezione "Scheda Tecnica" (foto in allegato) nella pagina del prodotto.

 

Mi è comparsa in quanto ho inserito le caratteristiche del prodotto, perchè mi servono per i filtri categoria.

 

La motivazione è che avendo già la sezione "Dettagli" con tutte le info, in "Scheda Tecnica" avrò un duplicato di cose già inserite appunto in "Dettagli".

 

Grazie mille e in anticipo.

 

 

post-922846-0-23726300-1444052591_thumb.png

Link to comment
Share on other sites

Dunque, cerca all'interno del tema utilizzato product.tpl

intorno alla riga 460/470 cerca 

                       <!-- Data sheet -->
			<section class="page-product-box">
				<h3 class="page-product-heading">{l s='Data sheet'}</h3>
				<table class="table-data-sheet">
					{foreach from=$features item=feature}
					<tr class="{cycle values="odd,even"}">
						{if isset($feature.value)}
						<td>{$feature.name|escape:'html':'UTF-8'}</td>
						<td>{$feature.value|escape:'html':'UTF-8'}</td>
						{/if}
					</tr>
					{/foreach}
				</table>
			</section>
			<!--end Data sheet -->

questa è la sezione che genera la scheda tecnica

 

Non cancellare, usa <!-- e -->  ;)  fai un po' di prove e vedrai che riesci.

 

PS: fai prima una copia del file!!!

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