Flux d’activité

Flux d’activité de Messages

  1. Cecobe


    Bonjour,

    Quand j'écris un texte que je veux formater avec l'éditeur de texte, je n'obtiens le résultat escompté mais les tags de chaque côté. C'est à dire par exemple que je n'obients pas ça :

    - Ce texte est en gras

    mais cela :

    <b>Ce texte est en gras</b>

    Les boutons de l'éditeur de texte semble ne pas être opérationnels

    Savez vous comment résoudre cela ?

    Merci

  2. atila-diffusion


    Bon j'ai pas testé mais je pense que ca va marcher...

    haut.php
    
    
    --------------------
    
    
    [code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    
    <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
    
    
    <head>
    
    <title><?php echo $DOC_TITLE ?></title>
    
    <meta name="description" content="" />
    
    <meta name="Keywords" content="" />
    
    <meta name="robots" content="All" />
    
    <meta http-equiv="Content-language" content="french" />
    
    <meta name="Classification" content="entreprise" />
    
    <meta name="Author" content="Ma petite entreprise" />
    
    <meta name="Publisher" content="Ma petite entreprise" />
    
    <meta http-equiv="expires" content="0" />
    
    <meta http-equiv="Pragma" content="no-cache" />
    
    <meta name="robots" content="index,follow,all" />
    
    <meta name="Updated" content="daily" />
    
    <meta name="revisit-after" content="10 days" />
    
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    
    <base href="<?php echo  $wwwroot;?>" />
    
    <link rel="stylesheet" href="<?php echo $stylefile?>" type="text/css" media="screen" />
    
    <script type="text/javascript" src="<?php echo $wwwroot?>/lib/js/window.js"></script>
    
    
    
    </head>
    
    
    <body>
    
    <table border="0" cellpadding="5" cellspacing="0" align="center" height="100%" bgcolor="#ffffff">
    
    
    <tr><td class="normal" align="center" height="100%" >
    
    
    <table width="960" border="0" cellpadding="0" cellspacing="0" height="100%" >
    
    
    <tr><td align="center" class="titre">
    
    
    <?php echo  $site ?>
    
    
    </td></tr>
    
    
    <tr><td colspan="2" height="10" class="normal" align="right">
    
    
    		<table border="0" cellpadding="2" cellspacing="2">
    
    
    		<tr>
    
    
    			<td width="10" height="10" bgcolor="#1f1f5f"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=bleu"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>
    
    
    			<td width="10" height="10" bgcolor="#663366"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=violet"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>
    
    
    			<td width="10" height="10" bgcolor="#3C7A6D"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=vert"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>
    
    
    			<td width="10" height="10" bgcolor="#993300"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=marron"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>
    
    
    			<td width="10" height="10" bgcolor="#CC0000"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=rouge"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>
    
    
    			<td width="10" height="10" bgcolor="#FF9900"><a href="<?php echo  $_SERVER['PHP_SELF'];?>?style=jaune"><img src="<?php echo $wwwroot?>/images/blank.gif" alt="blank" width="10" height="10" border="0" /></a></td>
    
    
    		</tr>
    
    
    		</table>
    
    
    </td></tr>
    
    <tr>
    
    
    <td valign="top" class="normal">
    bas.php ------------------
    </td>
    
    <td colspan="2" height="10" class="normal" align="right">
    
    	<a href="<?php echo $wwwroot?>/index.php" class="normal">Accueil</a>
    
    	| <a href="<?php echo $wwwroot?>/compte.php" class="normal">Mon compte</a>
    
    		| 
    
    		<?php 
    
    		if (est_identifie()) {
    
    			 echo "Bonjour&nbsp;";
    
    			  echo stripslashes($_SESSION['utilisateur']['prenom']) . " " . stripslashes($_SESSION['utilisateur']['nom_famille']); ?>
    
    			| <a class="normal" href="<?php echo $wwwroot?>/sortie.php">Se déconnecter</a>
    
    		<?php } else { ?>
    
    			  <a class="normal" href="<?php echo $wwwroot?>/membre.php">S'identifier</a>
    
    			| <a class="normal" href="<?php echo $wwwroot?>/utilisateurs/enregistrement.php">Ouvrir un compte client</a>
    
    		<?php }?>
    
    </td></tr>
    
    
    <tr><td colspan="2" height="10" class="normal" align="right">&nbsp;</td></tr>
    
    
    <tr><td align="center">
    
    
    <table border="0" cellpadding="0" cellspacing="5" width="100%" height="100%">
    
    <tr>
    
    <td width="180" valign="top" style="border-right:1px solid #000000;padding:5px;">
    
    
    	<table cellpadding="0" cellspacing="0" width="100%" border="0" >
    
    	<tr><td class="tetiere" align="center" >Votre caddie</td></tr>
    
    	<tr>
    
    		<td class="normal" align="center">
    
    
    		<?php if   ($_SESSION['caddie']->compte_elements() != 0) { ?>
    
    
    		Nb de produit(s)<br /> sélectionné(s) : <font color="#CC0000"><b><?php echo $_SESSION['caddie']->compte_elements()?></b></font>.<p> 
    
    
    		Montant total du panier :<br /> <font color="#CC0000"><b><?php echo fprix($_SESSION['caddie']->total); ?> € T.T.C</b></font>
    
    
    		<p><a class="normal" href="<?php echo $wwwroot?>/achat/caddie_affichage.php"><b>commander</b></a></p>
    
    
    		<?php } else { echo "Votre panier est vide actuellement"; }	?>
    
    		</td>
    
    	</tr>
    
    	</table>
    
    <br />
    
    <div class="tetiere">
    
    <a href="<?php echo $wwwroot?>/achat/index.php">Nos produits</a>
    
    </div>
    
    <?php 
    
    if (!isset($catid)) { $catid = 0; }
    
    
    $frm['parent'] = array($catid);
    
    
    construit_menu_arborescent_cat($categorie_options, $frm['parent']);
    
    
    echo $categorie_options;
    
    
    if (!isset($rubid)) { $rubid = 0; }
    
    
    $frm['parent'] = array($rubid);
    
    
    construit_menu_arborescent_rub($rubrique_options, $frm['parent']);
    
    
    echo "<br /><div class=\"tetiere\"><a href=\"$wwwroot/lire/index.php\">$site et vous</a></div>";
    
    
    echo $rubrique_options;
    
    
    echo "<br /><img src=\"$wwwroot/images/menminus.gif\" alt=\"\" /> <a href=\"$wwwroot/cgv.php\" class=\"normal\">Conditions de vente</a>";
    
    
    echo "<br /><img src=\"$wwwroot/images/menminus.gif\" alt=\"\" /> <a href=\"$wwwroot/contacts.php\" class=\"normal\">Contacts</a>";
    
    ?>
    
    <p>
    
    <img src="<?php echo  $wwwroot ?>/images/paypal.gif" width="150" height="97" alt="peel.fr, paypal" border="0" />
    
    <p>
    
    <form method="get" action="<?php echo $wwwroot?>/achat/recherche.php" name="recherche">
    
    				<table border="0" width="100%" cellspacing="0" cellpadding="0">
    
    				  <tr>
    
    					<td class="label">Rechercher un produit :</td>
    
    				  </tr>
    
    				  <tr>
    
    					<td class="normal">
    
    					  Insérer un mot clef :<br />
    
    					  <input class="formulaire1" type="text" name="motclef" size="10" value="<?php echo  vb($_GET['motclef']);?>" />
    
    					  <input type="submit" value="Rechercher" name="action" class="bouton" />
    
    					  </td>
    
    				  </tr>
    
    				</table>
    
    			</form>
    
    </p>			
    
    <?php 
    
    if (est_identifie()) { 
    
    
    if (a_priv("admin")) { ?>
    
    			<hr size="1" />
    
    			<li> <a class="normal" href="<?php echo $wwwroot?>/administrer/index.php">Administrer le site</a></li>
    
    		<?php }
    
    		} ?>
    
    </td>
    
    </tr></table>
    
    </td></tr>
    
    <tr><td class="petit">
    
    <hr size="1" />
    
    <?php 
    
    print_societe();
    
    
    echo "<br /><div align=\"right\"><a href=\"http://www.peel.fr\" target=\"_blank\" class=\"petit\"><img src=\"".$wwwroot."/administrer/images/opensource_88x18_02.gif\" width=\"88\" height=\"18\" title=\"PEEL OPEN SOURCE\" border=\"0\" aly=\"\" /></a></div>";
    
    
    mysql_close($connexion);
    
    ?>
    
    </td></tr></table>
    
    
    </body>
    
    </html>

  3. madigane


    Bonjour,

    avant de prendre la licence pour un projet , je voudrais savoir si la version peel premium peut etre configurée pour un acces parainage uniquement genre boutique de ventes privées à la mode en ce moment.

    et puis je n'ai pas trouvé la configuration des ventes flash dans l'admin? j'ai du rater un onglet?

    merci si kk'un peut m'aider. B)

    ;) Madigane

  4. pruault


    Merci de préciser votre site Internet

    Sur le problème des promo client

    il faut remplacer dans achat/modeles/caddie.php

    $remise_client = $prix_cat_ht * vn($_SESSION['utilisateurs']['remise_percent'])/100;

    par

    $remise_client = $prix_cat_ht * vn($_SESSION['utilisateur']['remise_percent'])/100;

    Je l'ai fait sur inkonline.fr

  5. pruault


    Ah c'est si compliqué que ça d'installer la version premium ? ;)

    Niveau template, je n'ai changé que quelques couleurs et ajouté un logo en haut. La mise à jour devrait être simple.

    Non la version PREMIUM est simple mais si vous souhaitez être sur de ne pas perdre vos données, je vous les récupère

  6. Mecano


    il suffit d'ajouter un ou plusieurs champs: cases à cocher liste ou autre,pour obtenir ce que tu veux pour ajouter un champs j'avais posé la question et en fin de compte j'ai trouvé une solution pas trp contraignanteque j'explique dans un autre post

    Merci Benedict, je suppose que tu parles du post suivant : http://forum.peel.fr/index.php?showtopic=441&hl=

    Ceci dit, ce n'est pas vraiment l'objet de mon problème. En effet, ajouter les cases qui vont bien dans la partie "administration du site", c'est déjà fait. Mon pb se situe au niveau de la gestion de la session du client, à savoir, conserver en mémoire (sans doute via le tableau SESSION['caddie']) avant la commande définitive.

    Le code de base gére le numéro du produit (id) et la quantité. Moi, j'ai besoin en plus de la Couelur et de la Taille du produit.

    Merci quand même ;) Je vais encore chercher, sinon, ce sera du coté de Peel Premium comme conseillé par Paulanna (merci à toi au passage B) )

    Tchuss

  7. atila-diffusion


    pas de souci, dans dream.. fonction rechercher > site local en cours entier > rechercher code source (pas texte), bon moi j'ai fait la recherche sur "description"donc en résultat:

    page: achat/produit_details

    /* Charge les infos du produit d'id $id */

    $qid = mysql_query("

    SELECT

    p.id

    ,p.reference

    ,p.nom

    ,p.descriptif

    ,p.description

    page: administrer/produits

    /* Valeurs par défaut */

    $frm['categories'] = array($categorie_id);

    $frm['nouveau_mode'] = "insere";

    $frm['reference'] = "";

    $frm['nom'] = "";

    $frm['descriptif'] = "";

    $frm['description'] = "";

    /* Ajoute un nouveau sous-produit sous le parent $id. Les champs sont dans la variable $frm */

    valide($frm['on_special']);

    valide($frm['etat']);

    $nom = addSlashes($frm['nom']);

    $description = addSlashes($frm['description']);

    /*ajoute le produit dans la table produits */

    $qid = mysql_query("

    INSERT INTO peel_produits (

    reference

    , nom

    , description

    VALUES (

    '$frm[reference]'

    , '$nom'

    , '$description'

    /* Met à jour le produit $id avec de nouvelles valeurs. Les champs sont dans $frm */

    valide($frm['on_special']);

    $nom = addSlashes($frm['nom']);

    $description = addSlashes($frm['description']);

    $qid = mysql_query("

    UPDATE peel_produits SET

    reference = '$frm[reference]'

    ,nom = '$nom'

    ,description = '$description'

    $sql = "SELECT p.id, p.reference, p.nom, p.description

    et chaque fois j'ai ajouté "description1"et ça marche, bon apres je renommerai les champs avec un nom plus adapté

    c'est génial ca.

    C'est avec ca que je veux gerer le stock.

    Si je t'envoi mon source, tu veux bien rajouter une variable sotck?

Twitter Advisto ecommerce

Facebook PEEL Shopping