phil83

Utilisateur open source
  • Compteur de contenus

    118
  • Inscrit(e) le

  • Dernière visite


Tout ce qui a été posté par phil83

  1. phil83 a ajouté un message dans un sujet  problème commande   

    merci de votre aide <_<
    • 0
  2. phil83 a ajouté un message dans un sujet  problème commande   

    re-bonjour

    j'ai pas compris " ensuite faudra ajouter vos champs ds la classe caddie pour commencer"

    <_< :(

    merci !!
    • 0
  3. phil83 a ajouté un message dans un sujet  problème commande   

    j'ai pas tout compris je crois,
    extrait code :

    ) VALUES (
    '$commandeid'
    ,'".$article['id']."'
    ,'".htmlspecialchars($article['nom_'.$_SESSION['langue'].''], ENT_QUOTES)."'
    ,'".$_SESSION['caddie']->prix_cat[$i]."'
    ,'".$_SESSION['caddie']->prix_cat_ht[$i]."'
    ,'".$_SESSION['caddie']->prix[$i]."'
    ,'".$_SESSION['caddie']->prix_ht[$i]."'
    ,'".$total_prix_ttc."'
    ,'".$total_prix_ht."'
    ,'".$_SESSION['caddie']->quantite[$i]."'
    ,'".$_SESSION['caddie']->remise_produit_percent[$i]."'
    ,'".$_SESSION['caddie']->remise_produit[$i]."'
    ,'".$_SESSION['caddie']->tva[$i]."'
    ,'".$_SESSION['caddie']->tva_percent[$i]."'
    ,'".htmlspecialchars($_SESSION['caddie']->couleur[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->taille[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->option[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->delivery_stock[$i])."'
    ,'".intval(vn($stock_to_order))."'
    ,'".htmlspecialchars($_SESSION['caddie']->points[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->poids[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->longueur_prod[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->largeur_prod[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->profondeur_prod[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->poids_prod[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->matiere_prod[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->couleur_prod[$i])."' ,'".htmlspecialchars($_SESSION['caddie']->email_check[$i])."'
    ,'".intval($article['on_download'])."'
    ,'".$statut_envoi."'
    ,'0'
    ,'0'
    ,'".$ecotaxe_ttc."'
    ,'".$ecotaxe_ht."'
    )" ;

    <_< et aprés j'ai pas compris " ensuite faudra ajouter vos champs ds la classe caddie pour commencer"
    :(
    • 0
  4. phil83 a ajouté un message dans un sujet  problème commande   

    ok, ces déja fait

    extrait code :
    $requete = "INSERT INTO peel_commandes_articles (
    commande_id
    , produit_id
    , nom_produit
    , prix_cat
    , prix_cat_ht
    , prix
    , prix_ht
    , total_prix
    , total_prix_ht
    , quantite
    , promotion
    , remise_produit
    , tva
    , tva_percent
    , couleur
    , taille
    , option_prix
    , delivery_stock
    , order_stock
    , points
    , poids
    , longueur_prod
    , largeur_prod
    , profondeur_prod
    , poids_prod
    , matiere_prod
    , couleur_prod
    , email_check
    , on_download
    , statut_envoi
    , nb_envoi
    , nb_download
    , ecotaxe_ttc
    , ecotaxe_ht
    ) VALUES (
    '$commandeid'
    ,'".$article['id']."'
    ,'".htmlspecialchars($article['nom_'.$_SESSION['langue'].''], ENT_QUOTES)."'
    ,'".$_SESSION['caddie']->prix_cat[$i]."'
    ,'".$_SESSION['caddie']->prix_cat_ht[$i]."'
    ,'".$_SESSION['caddie']->prix[$i]."'
    ,'".$_SESSION['caddie']->prix_ht[$i]."'
    ,'".$total_prix_ttc."'
    ,'".$total_prix_ht."'
    ,'".$_SESSION['caddie']->quantite[$i]."'
    ,'".$_SESSION['caddie']->remise_produit_percent[$i]."'
    ,'".$_SESSION['caddie']->remise_produit[$i]."'
    ,'".$_SESSION['caddie']->tva[$i]."'
    ,'".$_SESSION['caddie']->tva_percent[$i]."'
    ,'".htmlspecialchars($_SESSION['caddie']->couleur[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->taille[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->option[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->delivery_stock[$i])."'
    ,'".intval(vn($stock_to_order))."'
    ,'".htmlspecialchars($_SESSION['caddie']->points[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->poids[$i])."'
    ,'".htmlspecialchars($_SESSION['caddie']->email_check[$i])."'
    ,'".intval($article['on_download'])."'
    ,'".$statut_envoi."'
    ,'0'
    ,'0'
    ,'".$ecotaxe_ttc."'
    ,'".$ecotaxe_ht."'
    )" ;
    <_<
    • 0
  5. phil83 a ajouté un message dans un sujet  problème commande   

    <_<
    • 0
  6. phil83 a ajouté un message dans un sujet  problème commande   

    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 ? <_<
    • 0
  7. phil83 a ajouté un message dans un sujet  problème commande   

    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
    • 0
  8. phil83 a ajouté un message dans un sujet  problème commande   

    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
    • 0
  9. phil83 a ajouté un message dans un sujet  problème commande   

    bonjour,

    quelqu'un pourrais t-il m'aider

    merci <_<
    • 0
  10. phil83 a ajouté un message dans un sujet  problème commande   

    oui , j'ai ajouter 6 champs dans la table "peel produits"

    les champ sont les suivants:

    longueur_prod
    largeur_prod
    pronfondeur_prod
    matiere_prod
    poids_prod
    couleur_prod

    et pour la version de peel j'ai la version 4.0
    • 0
  11. phil83 a ajouté un message dans un sujet  problème commande   

    Bonjour,

    a quel endroit je vois la version de peel <_<

    désoler

    ps: peel acheter le 04-07-2007

    redésoler j'ai du poster plus haut la meme reponse :(
    • 0
  12. phil83 a ajouté un sujet dans Module PEEL Premium pour PEEL SHOPPING   

    problème commande
    Bonjour,

    a quel endroit je vois la version de peel <_<

    désoler

    ps: peel acheter le 04-07-2007
    • 1 réponse
    • 2 212 vues
  13. phil83 a ajouté un sujet dans Module PEEL Premium pour PEEL SHOPPING   

    problème commande
    Bonjour

    aprés l'étape n°2 de la commande des qu'ont appui sur "Valider la commande"

    il y a un écran blanc et j'ai le message d'erreur suivant:

    Une erreur de connexion à la base s est produite 769.
    Column count doesn't match value count at row 1

    <_<

    quelqu'un peut -il maider, merci
    • 42 réponses
    • 10 461 vues
  14. phil83 a ajouté un message dans un sujet  slidshow   

    bonjour,

    j'ai essayer , ca marche pas


    ;)

    alors que si je mets le chemin complet du style "upload/010807_151049_PEEL_266ny6.jpg"
    ca fonctionne l'image s'affiche, (le nom de l'image est pris au hasard dans le répertoire "upload"
    pour essai) donc je pense qu'il y a bien un probleme de syntaxe, il comprend pas le chemin
    ou se trouve l'image de l'article concerné.

    merci pour l'aide....
    • 0
  15. phil83 a ajouté un sujet dans Module PEEL Premium pour PEEL SHOPPING   

    slidshow
    Bonjour
    J’aimerais faire un slidshow avec les 3 images du produit (image 2, image 3, image 4)
    J’ai bien un script en java mais je n’arrive pas à lui faire voir le chemin de ces images
    Problème de syntaxe je crois …. ;)

    Voilà une partie du code en java :


    var fadeimages=new Array()
    //ENTREZ 1) LE CHEMIN DE L'IMAGE, 2) UN LIEN CLIQUABLE OPTIONNEL SUR L'IMAGE, 3), LE CADRE DE DESTINATION OPTIONNEL :
    fadeimages[0]=["grand cadre 1.jpg", "", ""] //SYNTAXE COMPLETE DE L'IMAGE
    fadeimages[1]=["grand cadre 1-1.jpg", "", ""] //IMAGE AVEC UN LIEN CLIQUABLE
    fadeimages[2]=["grand cadre 1-2.jpg", "", ""] //IMAGE AVEC UN LIEN CLIQUABLE ET UN CADRE DE DESTINATION
    fadeimages[3]=["grand cadre 1-3.jpg", "", ""] //IMAGE AVEC UN LIEN CLIQUABLE ET UN CADRE DE DESTINATION


    Et voici la syntaxe du chemin que je pense être le bon pour afficher l’image 2 :

    <img src=\"$repertoire_upload/".$prod['image2']."\" border=\"0\">

    Je n’arrive pas le mettre à la place de « =["grand cadre 1.jpg", "", ""] »


    Si quelqu’un peut m’aidé, merci
    • 2 réponses
    • 1 991 vues
  16. phil83 a ajouté un sujet dans Module PEEL Premium pour PEEL SHOPPING   

    rajout de page
    Bonjour,
    je voudrais que quand un client clic sur la rubrique ou la sous-rubrique, les articles concerné s'affiche sur une nouvelle page
    et non au milieu.

    une page qui aurait la partie haute de "haut.php" (le logo, le menue dynamique, le menu filtre et recherche) et en dessous
    sans le menue gauche et sans la partie droite. Que les articles concerné du style 4 lignes sur 5 colones.

    j'ai essayer de retoucher une partie du code du fichier "index.php" et crée un "indexbis.php" mais sa marche pas ;)


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

    echo "<td class=\"normal\" width=\"33%\" align=\"center\">";

    ?>
    <!-- <a class="normal" href="achat/index.html?catid=<?=$cat['id'] ?>"> -->
    <a class="normal" href="achat/indexbis.html?catid=<?=$cat['id'] ?>

    <?php


    j'ai bien mis "indexbis.php" à la racine du répertoire "achat", mais pas moyen erreur 404 trouve pas la page ;)


    merci
    • 3 réponses
    • 2 368 vues
  17. phil83 a ajouté un message dans un sujet  tout nouveau   

    merci
    • 0
  18. phil83 a ajouté un sujet dans Module PEEL Premium pour PEEL SHOPPING   

    tout nouveau
    Bonjour,
    y a t il une doc pour les nouveaux venus pour savoir la marche a suivre
    j'ai déja sauvegarder les fichiers via le ftp
    ;)
    merci
    • 2 réponses
    • 2 344 vues

Twitter Advisto ecommerce

Facebook PEEL Shopping