Flux d’activité

Flux d’activité de Messages

  1. phil83


    on a avancé un peut j'ai plus la meme erreur

    erreur affiché :

    Notice: Undefined property: longueur_prod in /home/coeurdasie/domains/coeurdasie.fr/public_html/lib/fonctions/fonctions.php on line 710

    Notice: Undefined property: largeur_prod in /home/coeurdasie/domains/coeurdasie.fr/public_html/lib/fonctions/fonctions.php on line 711

    Notice: Undefined property: profondeur_prod in /home/coeurdasie/domains/coeurdasie.fr/public_html/lib/fonctions/fonctions.php on line 712

    Notice: Undefined property: poids_prod in /home/coeurdasie/domains/coeurdasie.fr/public_html/lib/fonctions/fonctions.php on line 713

    Notice: Undefined property: matiere_prod in /home/coeurdasie/domains/coeurdasie.fr/public_html/lib/fonctions/fonctions.php on line 714

    Notice: Undefined property: couleur_prod in /home/coeurdasie/domains/coeurdasie.fr/public_html/lib/fonctions/fonctions.php on line 715

    Une erreur de connexion à la base s est produite 775.

    Unknown column 'longueur_prod' in 'field list'

    les lignes 710,711,712,713,714,715 correspond respectivement a l'ajout de mes champs

    extrait code :

    ,'".$_SESSION['caddie']->cout_transport_ht."'

    ,'".$_SESSION['langue']."'

    ,'".$_SESSION['caddie']->total_points."'

    ,'0'

    ,'".$_SESSION['caddie']->total_poids."'

    ,'".$_SESSION['caddie']->longueur_prod."'

    ,'".$_SESSION['caddie']->largeur_prod."'

    ,'".$_SESSION['caddie']->profondeur_prod."'

    ,'".$_SESSION['caddie']->poids_prod."'

    ,'".$_SESSION['caddie']->matiere_prod."'

    ,'".$_SESSION['caddie']->couleur_prod."'

    ,'".$affilie."'

    ,'".$montant_affilie."'

    ,'".$statut_affilie."'

    ,'".$id_affilie."'

    ,'".$_SESSION['caddie']->total_remise_produit."'

    ,'".$_SESSION['caddie']->total_remise_produit_ht."'

    ,'".$_SESSION['caddie']->total_remise_

    et la je doit avoir un problème sur la table ? <_<

  2. phil83


    non.. <_<

    a quelle endroit , je vois pas

    extrait code :

    $sql = "

    INSERT INTO peel_commandes (

    email

    , id_utilisateur

    , o_timestamp

    , a_timestamp

    , statut

    , statut_details

    , client_info1

    , client_info2

    , commentaires

    , montant

    , montant_ht

    , total_tva

    , tva_transport

    , total_produit_avant_promo

    , total_produit_avant_promo_ht

    , total_produit

    , type

    , zone

    , zone_tva

    , pays

    , transport

    , cout_transport

    , cout_transport_ht

    , lang

    , points

    , points_etat

    , poids

    , longueur_prod

    , largeur_prod

    , profondeur_prod

    , poids_prod

    , matiere_prod

    , couleur_prod

    , affilie

    , montant_affilie

    , statut_affilie

    , id_affilie

    , remise_produit

    , remise_produit_ht

    , remise_client

    , remise_client_ht

    , remise_client_percent

    , remise_groupe

    , remise_groupe_ht

    , remise_groupe_percent

    , remise_code

    , remise_code_ht

    , remise_code_percent

    , code_promo

    , code_cheque_cadeau

    , remise_cheque

    , remise_cheque_ht

    , code_bon

    , remise_bon

    , remise_bon_ht

    , avoir

    , paiement

    , tarif_paiement

    , prenom_bill

    , nom_bill

    , adresse_bill

    , zip_bill

    , ville_bill

    , pays_bill

    , email_bill

    , telephone_bill

    , prenom_ship

    , nom_ship

    , adresse_ship

    , zip_ship

    , ville_ship

    , pays_ship

    , email_ship

    , telephone_ship

    , id_parrain

    , parrain

    , total_ecotaxe_ttc

    , total_ecotaxe_ht

    , devise

    ) VALUES (

    '{$_SESSION['utilisateur']['email']}'

    ,'".intval($_SESSION['utilisateur']['id_utilisateur'])."'

    ,now()

    ,now()

    ,0

    ,'commande initialis&eacute;e'

    ,'".htmlspecialchars($client_info1, ENT_QUOTES)."'

    ,'".htmlspecialchars($client_info2, ENT_QUOTES)."'

    ,'".htmlspecialchars($commande['commentaires'], ENT_QUOTES)."'

    ,'".$_SESSION['caddie']->total."'

    ,'".$_SESSION['caddie']->total_ht."'

    ,'".$_SESSION['caddie']->total_tva."'

    ,'".$_SESSION['caddie']->tva_transport."'

    ,'".$_SESSION['caddie']->total_produit_avant_promo."'

    ,'".$_SESSION['caddie']->total_produit_avant_promo_ht."'

    ,'".$_SESSION['caddie']->total_produit."'

    ,'".htmlspecialchars($_SESSION['caddie']->type,ENT_QUOTES)."'

    ,'".htmlspecialchars($_SESSION['caddie']->zone,ENT_QUOTES)."'

    ,'".intval($_SESSION['caddie']->zoneTva)."'

    ,'".htmlspecialchars($_SESSION['caddie']->pays,ENT_QUOTES)."'

    ,'".htmlspecialchars($_SESSION['caddie']->zone,ENT_QUOTES)." - ".htmlspecialchars($_SESSION['caddie']->type,ENT_QUOTES)."'

    ,'".$_SESSION['caddie']->cout_transport."'

    ,'".$_SESSION['caddie']->cout_transport_ht."'

    ,'".$_SESSION['langue']."'

    ,'".$_SESSION['caddie']->total_points."'

    ,'0'

    ,'".$_SESSION['caddie']->total_poids."'

    ,'".$affilie."'

    ,'".$montant_affilie."'

    ,'".$statut_affilie."'

    ,'".$id_affilie."'

    ,'".$_SESSION['caddie']->total_remise_produit."'

    ,'".$_SESSION['caddie']->total_remise_produit_ht."'

    ,'".$_SESSION['caddie']->total_remise_client."'

    ,'".$_SESSION['caddie']->total_remise_client_ht."'

    ,'".$_SESSION['caddie']->remise_client_percent."'

    ,'".$_SESSION['caddie']->total_remise_groupe."'

    ,'".$_SESSION['caddie']->total_remise_groupe_ht."'

    ,'".$_SESSION['caddie']->remise_groupe_percent."'

    ,'".$_SESSION['caddie']->total_remise_code."'

    ,'".$_SESSION['caddie']->total_remise_code_ht."'

    ,'".$_SESSION['caddie']->remise_code_percent."'

    ,'".htmlspecialchars($_SESSION['caddie']->code_promo,ENT_QUOTES)."'

    ,'".htmlspecialchars($_SESSION['caddie']->code_cheque,ENT_QUOTES)."'

    ,'".$_SESSION['caddie']->total_remise_cheque."'

    ,'".$_SESSION['caddie']->total_remise_cheque_ht."'

    ,'".htmlspecialchars($_SESSION['caddie']->code_bon,ENT_QUOTES)."'

    ,'".$_SESSION['caddie']->total_remise_bon."'

    ,'".$_SESSION['caddie']->total_remise_bon_ht."'

    ,'".$_SESSION['caddie']->avoir."'

    ,'".htmlspecialchars($_SESSION['caddie']->paiement,ENT_QUOTES)."'

    ,'".$_SESSION['caddie']->tarif_paiement."'

    , '".htmlspecialchars(vb($coord1[0]),ENT_QUOTES)."'

    , '".htmlspecialchars(vb($coord1[1]),ENT_QUOTES)."'

    , '".htmlspecialchars($commande['adresse1'],ENT_QUOTES)."'

    , '".htmlspecialchars($commande['code_postal1'])."'

    , '".htmlspecialchars($commande['ville1'],ENT_QUOTES)."'

    , '".htmlspecialchars($tab_pays1['pays_'.$_SESSION['langue'].''],ENT_QUOTES)."'

    , '".htmlspecialchars($commande['email1'])."'

    , '".htmlspecialchars($commande['contact1'])."'

    , '".htmlspecialchars(vb($coord2[0]),ENT_QUOTES)."'

    , '".htmlspecialchars(vb($coord2[1]),ENT_QUOTES)."'

    , '".htmlspecialchars($commande['adresse2'],ENT_QUOTES)."'

    , '".htmlspecialchars($commande['code_postal2'])."'

    , '".htmlspecialchars($commande['ville2'],ENT_QUOTES)."'

    , '".htmlspecialchars($_SESSION['caddie']->pays,ENT_QUOTES)."'

    , '".htmlspecialchars($commande['email2'])."'

    , '".htmlspecialchars($commande['contact2'])."'

    ,'".vn($_SESSION['utilisateur']['id_parrain'])."'

    ,'".vb($_SESSION['utilisateur']['type'])."'

    ,'".$_SESSION['caddie']->total_ecotaxe_ttc."'

    ,'".$_SESSION['caddie']->total_ecotaxe_ht."'

    ,'".$_SESSION['devise']['symbole']."'

    )";

    merci

  3. alexletiti


    Bonjour,

    j'ai réussi a faire avec ajax en fonction du choix de la civilité, des listes déroulantes apparaissent.

    Reste maintenant que je ne sais pas comment faire pour l'insérer sur le site, rendre toutes les options obligatoires....

    Ce que j'ai fais ce trouve sur cette page : http://www.charlottine.free.fr/index123.php

    Pouvez vous m'en dire plus ?

    Merci

  4. phil83


    re-bonjour,

    les 6 champs je les ai rajouter dans /lib/fonctions/fonctions.php

    dans la rubrique : function cree_commande(&$commande)

    extrait code :

    , transport

    , cout_transport

    , cout_transport_ht

    , lang

    , points

    , points_etat

    , poids

    , longueur_prod

    , largeur_prod

    , profondeur_prod

    , poids_prod

    , matiere_prod

    , couleur_prod

    , affilie

    , montant_affilie

    , statut_affilie

    , id_affilie

    , remise_produit

    , remise_produit_ht

    merci pour l'aide

  5. pruault


    Quelqu'un pourrais m'indiqué dans quels fichier cherché ???

    Merci <_<

    Si vous souhaitez que les clients fassent de la précommande il faut faire sauté toutes les parties de code qui testent la présence du code dans la fonction

    affiche_critere_stock1 du fichier /modeles/default/template.php

    Le stock restant est dans la variable $stock_remain =< il vous faut modifier tous les tests d'affichage

  6. tinty


    Bonsoir à tous.

    Bien que la liste des coupons soit présente et marquée "envoyé" les mails n'arrivent pas au client.

    J'ai trouvé dans ce forum un correctif mais qui ne donne rien. Quelqu'un peut il me donner la page complete : coupons-anniv.php corrigée et opérationnelle. merci d'avance.

    version premium 3.8

  7. Pilou


    Merci pour ta réponse rapide Paulanna. J'ai une fourchette de 0 à -1000 pour Rupture de stock et le résultat est pas d'icone affiché ????

    Comprend toujours pas. Je souhaite que mes clients puissent acheter en pré commande (donc même si le stock à inférieur ou égal à zéro). Donc il me faut la boite de Quantité et l'icone pour indiqué clairement que le stock est épuisé. C'est possible tu crois ???

    Merci pour tes conseils :(

    Quelqu'un pourrais m'indiqué dans quels fichier cherché ???

    Merci <_<

  8. tekalliance


    La grande class Cédric ^^

    c'est effectivement ce code que je cherchais !!!

    Mais tu dis "En html le tableau ca fonctionne comme ca " ... ok, mais ce n'est pas une page html qui s'affiche sur peel ?

    où donc puis-je coller ce code ? je veux dire quelle page par defaut affiche les categories page d'acceuil ?

    Merci 1000 fois de t'etre penché sur mon cas !!! <_<

    je pense avoir trouvé, ce serait dans la page TEMPLATE.PHP, la partie ci dessous:

    function print_categorie() {

    /* Affiche la liste des cat&eacute;gories qui sont sp&eacute;ciales */

    global $wwwroot, $repertoire_modele, $repertoire_upload;

    $qid = mysql_query("SELECT id, nom_".$_SESSION['langue'].", image FROM peel_categories WHERE etat = '1' AND on_special = '1' ORDER BY position") or DIE('Une erreur de connexion &agrave; la base s est produite ' . __LINE__ . '.<p>' . MYSQL_ERROR());

    if (mysql_num_rows($qid) > 0) {

    $nb_cellules = mysql_num_rows($qid);

    $nb_colonnes = 2;

    echo "<table align=\"center\" border=\"0\" cellspacing=\"5\" cellpadding=\"0\" width=\"100%\">";

    echo "<tr><td colspan=".$nb_colonnes." class=\"entete\"><img src=\"images/fleche.gif\" />&nbsp;".CATALOG."</td></tr>";

    $j = 0;

    while ($cat = mysql_fetch_array($qid))

    {

    if ( $j % $nb_colonnes == 0 ) {

    echo "<tr valign=top>";

    }

    if($j % $nb_colonnes !=0 OR $j % $nb_colonnes == 0 ) {

    // on affiche une cellule

    echo "<td class=petit width=50%>";

    echo "<table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\">";

    echo "<tr><td align=\"center\"><a class=\"label\" href=\"achat/index.php?catid=".$cat['id']."\">".html_entity_decode($cat['nom_'.$_SESSION['langue'].''])."</a></td></tr>";

    echo "<tr><td align=\"center\" valign=\"middle\">";

    if (!empty($cat['image'])) {

    echo "<div align=\"center\"><img border=\"0\" src=\"$repertoire_upload/".$cat['image']."\" title=\"".html_entity_decode($cat['nom_'.$_SESSION['langue'].''])."\" /></div>";

    } else {

    echo "<div align=center><img src=\"$wwwroot/images/photo-non-disponible.gif\" width=\"125\" border=\"0\" /></div>";

    }

    echo "</td></tr>";

    echo "</td></tr></table>";

    }

    echo "</td>";

    $j++;

    if ( $j % $nb_colonnes == 0 OR $j == $nb_cellules ) {

    echo "</tr>";

    }

    }

    echo "</table>";

    Mais là je ne sais pas comment adapter le code HTML à ce language !

    quelqu'un le saurait ?

  9. tekalliance


    La grande class Cédric ^^

    c'est effectivement ce code que je cherchais !!!

    Mais tu dis "En html le tableau ca fonctionne comme ca " ... ok, mais ce n'est pas une page html qui s'affiche sur peel ?

    où donc puis-je coller ce code ? je veux dire quelle page par defaut affiche les categories page d'acceuil ?

    Merci 1000 fois de t'etre penché sur mon cas !!! <_<

  10. CédriC


    En html le tableau ca fonctionne comme ca :

    		   <table>
    
    			   <tr><td colspan="3"><!-- ENTETE DU TABLEAU --></td></tr>
    
    			   <tr>
    
    				 <td><!-- PHOTO 1 --></td>
    
    				   <td><!-- PHOTO 2 --></td>
    
    				   <td><!-- PHOTO 3 --></td>
    
    			   </tr>
    
    			   <tr><td colspan="3"><!-- PIED DE PAGE DU SITE --></td></tr>
    
    		   </table>
    Le colspan="3" sert à te dire que ta ligne se justifie sur les 3 colonnes. Dans ton cas tu devrais avoir
    		   <table>
    
    				  <tr>
    
    				   <td><!-- PHOTO 1 --></td>
    
    					 <td><!-- PHOTO 2 --></td>
    
    			 </tr>
    
    				 <tr><td colspan="2"><!-- PHOTO 3 --></td></tr>
    
    			 </table>

  11. tekalliance


    Cédric je comprends pourquoi tu m'as expliqué l'astuce du header plus large à 100% !

    c'est moi qui ai mal expliqué sur le dessin 3 !

    en fait ce n'est pas au niveau de header que cela me pose probleme c'est la page produit qui s'affiche au milieu qui n'est pas comme je l'aurais souhaité

    c'est au niveau de la disposition des 3 images de rubriques (PLAN 2); j'aimerai pouvoir modifier le code pour l'affichage souhaité (PLAN 3)

    Peut etre je m'explique encore pas bien ? n'hésitez pas à le dire !! <_<

    Ce qu'on voit en image 1 c'est ce qu'offre peel par defaut: une juxtaposition d'images en ordre ds un tableau;

    Ce qu'on voit en image 2 c'est quand je mets que 3 images, dont 1 plus large que les autres;

    ça a pour effet d'elargir la colonne1 et donc ça chasse la colonne 2 vers la droite.

    peel-explikation.jpg

    Là c'est ce que je recherche: sur une ligne 2 images et sur la ligne du dessous, une image plus large qui prenne toute la largeur sans déformer la page ^^.

  12. balam


    Moi j'ai un système de communication en live mais suivant les heures je suis pas forcément devant l'ordi à pouvoir y répondre. Ce système me facilite un peu la tâche car je peux les assister quand ils me contactent et qu'ils sont à cette page...

    Bonjour Verod,

    Pouvez-vous me dire ce que vous avez installé comme système de communication en live sur votre boutique ?

    Merci

    Cordialement,

    Balam

Twitter Advisto ecommerce

Facebook PEEL Shopping