Bonjour à tous !
J'ai un problème avec une sidebox. J'ai installé le module blank_sidebox. Avant que je la modifie quand je l'activais tout marchait comme il faut.
Par contre après, je l'ai renommé dans le fichier langage/french/sidebox ensuite j'ai mis une image en allant dans le template tpl_blank_sidebox.
Et maintenant quand je l'active, c'est toute ma colonne de droite des sidebox qui disparaît !
J'ai dû me tromper quelque part, mais où ?
Voici mon fichier de template au cas où ça peut aider :
*
* @package templateSystem
* @copyright 2007 Kuroi Web Design
* @copyright Portions Copyright 2003-2007 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: blank_sidebox.php 2007-05-26 kuroi $
*/
$content = '';
$content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent">';
$content .= '
<a href=" target="_blank"><img src='./public_html/boutique/images/promo nvo client.png" style="WIDHT: 150px; HEIGHT: 200px">';
$content .= '</div>';
?>
Et voici mon fichier où je l'ai renommé :
<?php
/**
* blank sidebox definitions - text for inclusion in a new blank sidebox
*
* @package templateSystem
* @copyright 2007 Kuroi Web Design
* @copyright Portions Copyright 2003-2007 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: blank_sidebox.php 2007-05-26 kuroi $
*/
define('BOX_HEADING_BLANK_SIDEBOX', '1ere commande !');
define('TEXT_BLANK_SIDEBOX', 'Replace this text with your HTML content.');
?>
Voilà, si quelqu'un pouvait m'aider, merci !