Jump to content

besoin d aide suite à modification product.tpl


Recommended Posts

Suite a des conseil j ai modifier

Donc dans le fichier product.tpl de votre theme localisez cette ligne :

 

 

{$HOOK_PRODUCT_FOOTER}

 

 

Coupez là et collez là au dessus de la ligne (plus bas quasiment tout en bas de la page)

<!-- Coller ici -->

{$HOOK_PRODUCT_FOOTER}

<!-- /Coller ici-->

 

{if $packItems|@count > 0}

<div>

<h2>{l s='Pack content'}</h2>

{include file="$tpl_dir./product-list.tpl" products=$packItems}

</div>

{/if}

 

 

 

N'oubliez pas de videz votre cache smarty...

 

V++

le soucis et que j ai un probléme maintenant ce ci

 

capture2.jpg

 

 

Merci de Votre aide

cordialement thibaul

Link to comment
Share on other sites

Bonjour,

 

cest votre CSS qui cause ce défaut...

 

Ajoutez un clear: both; à la class : h2.productscategory_h2

 

Dans le fichier black.css ligne 141

 

 

h2.productscategory_h2 {


clear: both;
font-size: 1.2em;
line-height: 2em;
}

 

 

Je m'inquièterai plus de ces erreurs sur les pages produits :

 

 

Notice: Uninitialized string offset: 0 in /var/www/vhosts/misterphotovideo.com/httpdocs/modules/blockyoutubevideos/blockyoutubevideos.php on line 385

 

Notice: Uninitialized string offset: 0 in /var/www/vhosts/misterphotovideo.com/httpdocs/modules/blockyoutubevideos/blockyoutubevideos.php on line 386

 

Notice: Uninitialized string offset: 0 in /var/www/vhosts/misterphotovideo.com/httpdocs/modules/blockyoutubevideos/blockyoutubevideos.php on line 401

 

Notice: Uninitialized string offset: 0 in /var/www/vhosts/misterphotovideo.com/httpdocs/modules/blockyoutubevideos/blockyoutubevideos.php on line 402

 

 

 

 

V++

 

Atch

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