Flux d’activité

Flux d’activité de Messages


  1. Bonjour,

    Votre version ancienne a une structure de données et une organisation du code complètement différente d'une version 6. Entre les versions 5 et 6 les changements ont été très importants ce qui explique que la charge de travail nécessaire pour adapter une version 5.7 et 6.2 soit importante. Vous avez aussi personnalisé votre boutique, ce qui complique le travail de migration.

    Nous pouvons s'il vous souhaitez vous accompagner dans ce travail qui nécessite des compétences pointues. Je vous invite pour cela à vous tourner vers notre service commercial au 01 75 43 67 97.


  2. Bonjour,

    votre problème vient du fait que les couleurs du texte ont été spécifié avec l'éditeur HTML (FCKeditor). Le code source de votre description donne :


    <div class="texte_article"><p><span style="color: rgb(128, 128, 128);"><span style="font-size: x-large;"><b>grossiste vetement</b></span></span><b><br>
    </b></p>
    <p><span style="color: rgb(192, 192, 192);">Tissu haute qualit&#233;<font class="Apple-style-span" size="3"><b><br>
    </b></font>Tr&#232;s doux au touch&#233;<font class="Apple-style-span" size="3"><b><br>
    </b></font></span></p>
    <p><span style="color: rgb(192, 192, 192);">Import hors CEE<br>
    </span></p>
    <p><span style="color: rgb(192, 192, 192);">Collection v&#234;tement hiver 2012</span></p>
    <div><span style="color: rgb(255, 0, 0);"><span style="font-size: medium;"><span style="font-weight: bold;">ROBE-TUNIQUE COL CHEMISE</span></span></span></div>
    <div><span style="color: rgb(255, 0, 0);"><span style="font-size: medium;"><span style="font-weight: bold;">4 BOUTONS</span></span></span></div>
    <div><span style="color: rgb(255, 0, 0);"><span style="font-size: medium;"><span style="font-weight: bold;">CEINTURE COULEUR ASSORTIE</span></span></span><span class="Apple-style-span" style="font-size: 19px;"><b><br>
    </b></span></div>
    <div><span style="color: rgb(192, 192, 192);"><br>
    </span></div>
    <div><span style="color: rgb(192, 192, 192);">Taille S/M - L/XL<br>
    </span></div>
    <div><span style="color: rgb(192, 192, 192);"><br>
    </span></div>
    <div><span style="color: rgb(192, 192, 192);">Composition :</span></div>
    <div><span style="color: rgb(192, 192, 192);"> </span></div>
    <div><span style="color: rgb(192, 192, 192);"><span style="font-size: small;">10% CACHEMIRE</span></span></div>
    <div><span style="color: rgb(192, 192, 192);"><span style="font-size: small;">50% LAINE</span></span></div>
    <div><span style="color: rgb(192, 192, 192);"><span style="font-size: small;">30% ACRYLIQUE</span></span></div>
    <div><span style="color: rgb(192, 192, 192);"><span style="font-size: small;">10% ELASTANE</span></span></div>
    <div><span style="color: rgb(128, 128, 128);"><span style="font-size: x-large;"><span style="font-weight: bold;">grossiste en ligne</span></span></span></div>
    <p> </p></div>
    [/CODE]

    Il faut que vous supprimiez les attributs css qui précisent les couleurs du texte. Dans FCKeditor, vous pouvez éditer le code source en appuyant sur le premier bouton en haut à droite de la barre d'outil.

  3. Baheux


    Bonjour,

    Je commence tout juste à utiliser PEEL.

    Après avoir créer ma catégorie, je veux ajouter un produit.

    Il me dit que le formulaire est incomplet. Or j'ai tout rempli, même à mettre n'importe quoi dans les zones....

    Apparemment, mais je ne suis pas sur, il semble que ce soit à cause des photos ? je dis cela car le lien disparait à chaque fois...

    Quelqu'un peut-il m'aider ?

    Christophe

  4. agrimoto


    Bonsoir,

    J'ai pris les fichiers d'une 6.2 pour mon exemple. Pour les versions 5.71, l'envoi d'e-mail de commande à l'administrateur est se fait constamment, puisque la fonction email_commande est exécuté en début de la fonction affichage_fin_succes(), elle même appelé à la fin du process de commande.

    Vous trouverez ci-dessous la fonction email_commande d'origine :

    
    function email_commande($commandeid)
    
    {
    
    global $wwwroot, $site, $support_commande;
    
    $result = query("SELECT * FROM peel_commandes WHERE id ='" . intval($commandeid) . "'");
    
    $com = fetch_object($result);
    
    $result_utilisateur = query("SELECT * FROM peel_utilisateurs WHERE id_utilisateur ='" . intval($com->id_utilisateur) . "'");
    
    $u = fetch_object($result_utilisateur);
    
    $civilite = $u->civilite;
    
    $prenom = htmlspecialchars_decode_compat_php4($u->prenom, ENT_QUOTES);
    
    $nom_famille = htmlspecialchars_decode_compat_php4($u->nom_famille, ENT_QUOTES);
    
    $email = $u->email;
    
    $headers = "MIME-Version: 1.0\r\n";
    
    $headers .= "Content-Type: text/plain; charset=iso-8859-1\r\n";
    
    $headers .= "From: $site <$support_commande>\r\n";
    
    $object_ok = "[$site] " . ORDER_CONFIRMATION . " $commandeid";
    
    $message_ok = HELLO . " $civilite $prenom $nom_famille,\n\n";
    
    $message_ok .= YOUR_ORDER_NUMBER . " $commandeid " . MADE_ON . " " . date($GLOBALS['date_basic_format_short'] . ' ' . $GLOBALS['time_basic_format_short'], strtotime($com->o_timestamp)) . " " . WAS_WELL_SAVED_ON_WEBSITE . " $site.\n\n";
    
    // $message_ok .= WE_CONFIRM_YOUR_ORDER_ON_WEBSITE . " $site\n n&#176; $commandeid " . MADE_ON . " " . date($GLOBALS['date_basic_format_short'] . ' ' . $GLOBALS['time_basic_format_short'], strtotime($com->o_timestamp)) . " " . WAS_WELL_SAVED_AND_WE_THANK_YOU . ".\n\n";
    
    // $message_ok .= YOUR_ITEMS_WILL_BE_SENT_WITHIN_15_DAYS . ".\n\n";
    
    $message_ok .= "---------------------------\n" . YOUR_ORDER_SUMMARY . "\n---------------------------\n\n";
    
    $message_ok .= AMOUNT . BEFORE_TWO_POINTS . ": " . fprix($com->montant) . " " . EUR_VAT_INCLUDED . "\n";
    
    $message_ok .= PAYEMENT_MEAN . BEFORE_TWO_POINTS . ": " . $com->paiement . "\n\n";
    
    $message_ok .= "---------------------------\n" . BILLING_ADDRESS . "\n---------------------------\n\n";
    
    $message_ok .= htmlspecialchars_decode_compat_php4($com->client_info1, ENT_QUOTES) . "\n\n";
    
    $message_ok .= "---------------------------\n" . SHIPPING_ADDRESS . "\n---------------------------\n\n";
    
    $message_ok .= htmlspecialchars_decode_compat_php4($com->client_info2, ENT_QUOTES) . "\n\n";
    
    $message_ok .= "---------------------------\n" . BOUGHT_ITEMS . "\n---------------------------\n\n";
    
    $qid_items = query("SELECT oi.*
    
      FROM peel_commandes_articles oi
    
      LEFT JOIN peel_produits p ON oi.produit_id = p.id
    
      WHERE oi.commande_id = '" . intval($commandeid) . "'");
    
    while ($prod = fetch_assoc($qid_items)) {
    
      $message_ok .= htmlspecialchars_decode_compat_php4($prod["nom_produit"], ENT_QUOTES) . "\n";
    
      $message_ok .= ($prod['reference'] != "") ? REFERENCE_MAIL . BEFORE_TWO_POINTS . ": " . htmlspecialchars_decode_compat_php4($prod["reference"], ENT_QUOTES) . "\n" : "";
    
      $message_ok .= ($prod['taille'] != "") ? SIZE . BEFORE_TWO_POINTS . ": " . htmlspecialchars_decode_compat_php4($prod["taille"], ENT_QUOTES) . "\n" : "";
    
      $message_ok .= ($prod['couleur'] != "") ? COLOR . BEFORE_TWO_POINTS . ": " . htmlspecialchars_decode_compat_php4($prod["couleur"], ENT_QUOTES) . "\n" : "";
    
      $message_ok .= QUANTITY . BEFORE_TWO_POINTS . ": " . $prod["quantite"] . "\n";
    
      $message_ok .= PRICE . BEFORE_TWO_POINTS . ": " . str_replace('&#8364;', '&#8364;', fprix($prod["total_prix"], true)) . ' ' . TTC . " \n";
    
    }
    
    $message_ok .= "\n" . SHIPPING_PRICE . "\n";
    
    $message_ok .= str_replace('&#8364;', '&#8364;', fprix($com->cout_transport, true)) . " " . TTC . "\n\n";
    
    $message_ok .= SEE_YOUR_ORDER_PROGRESSION . BEFORE_TWO_POINTS . ":\n\n";
    
    $message_ok .= YOUR_ORDER_WILL_APPEAR_IN_YOUR_ACCOUNT . "\n\n";
    
    $message_ok .= TO_ACCESS_YOUR_ORDERS_HISTORIC . BEFORE_TWO_POINTS . ":\n - " . CLICK_ON_YOUR_ACCOUNT . ",\n - " . PLEASE_LOGIN . "\n - " . CLICK_ON_ORDERS_HISTORIC . ".\n\n";
    
    $message_ok .= THANK_YOU_FOR_YOUR_CONFIDENCE . ".\n\n";
    
    $message_ok .= SEE_YOU_SOON_ON_WEBSITE . " $site.\n\n";
    
    mail($com->email, "$object_ok", "$message_ok", $headers);
    
    mail($support_commande, "$object_ok", "$message_ok", $headers);
    
    }
    
    
    ==> Vérifier que la ligne
    
    mail($support_commande, "$object_ok", "$message_ok", $headers);
    
    

    est présente, et que le champ Email traitement des commandes : est bien renseigné dans votre back office.

    bon j arrete la ! car je ne suis pas assez fort pour rajouter cette fonction sur mon site en version 5.7

    trouve pas les bon fichiers a mon avis

    merci c est domage car il faut a chaque fois repartir dans l admin pour avoir le detail de ma commande suite a l avis de paiement de paypal bref ....

    je n arrive pas non plus a importer dans une 6.2 mes fichiers csv d une 5.7 plus de compatibilitee ,donc il faut que je me tourne vers une solution cms qui prevoit des mises a jours reel de version sans devoir recommencer le travail a chaque version

  5. neomega


    http://www.grossiste...hemise-421.html

    a la base le texte devrai apparaitre comme ceci "pour les couleur "

    grossiste vetement

    Tissu haute qualité

    Très doux au touché

    Import hors CEE

    Collection vêtement hiver 2012

    ROBE-TUNIQUE COL CHEMISE

    4 BOUTONS

    CEINTURE COULEUR ASSORTIE

    Taille S/M - L/XL

    Composition :

    10% CACHEMIRE

    50% LAINE

    30% ACRYLIQUE

    10% ELASTANE

    grossiste en ligne

    cordialement


  6. Bonsoir,

    J'ai pris les fichiers d'une 6.2 pour mon exemple. Pour les versions 5.71, l'envoi d'e-mail de commande à l'administrateur est se fait constamment, puisque la fonction email_commande est exécuté en début de la fonction affichage_fin_succes(), elle même appelé à la fin du process de commande.

    Vous trouverez ci-dessous la fonction email_commande d'origine :


    function email_commande($commandeid)
    {
    global $wwwroot, $site, $support_commande;
    $result = query("SELECT * FROM peel_commandes WHERE id ='" . intval($commandeid) . "'");
    $com = fetch_object($result);
    $result_utilisateur = query("SELECT * FROM peel_utilisateurs WHERE id_utilisateur ='" . intval($com->id_utilisateur) . "'");
    $u = fetch_object($result_utilisateur);
    $civilite = $u->civilite;
    $prenom = htmlspecialchars_decode_compat_php4($u->prenom, ENT_QUOTES);
    $nom_famille = htmlspecialchars_decode_compat_php4($u->nom_famille, ENT_QUOTES);
    $email = $u->email;
    $headers = "MIME-Version: 1.0\r\n";
    $headers .= "Content-Type: text/plain; charset=iso-8859-1\r\n";
    $headers .= "From: $site <$support_commande>\r\n";
    $object_ok = "[$site] " . ORDER_CONFIRMATION . " $commandeid";
    $message_ok = HELLO . " $civilite $prenom $nom_famille,\n\n";
    $message_ok .= YOUR_ORDER_NUMBER . " $commandeid " . MADE_ON . " " . date($GLOBALS['date_basic_format_short'] . ' ' . $GLOBALS['time_basic_format_short'], strtotime($com->o_timestamp)) . " " . WAS_WELL_SAVED_ON_WEBSITE . " $site.\n\n";
    // $message_ok .= WE_CONFIRM_YOUR_ORDER_ON_WEBSITE . " $site\n n&#176; $commandeid " . MADE_ON . " " . date($GLOBALS['date_basic_format_short'] . ' ' . $GLOBALS['time_basic_format_short'], strtotime($com->o_timestamp)) . " " . WAS_WELL_SAVED_AND_WE_THANK_YOU . ".\n\n";
    // $message_ok .= YOUR_ITEMS_WILL_BE_SENT_WITHIN_15_DAYS . ".\n\n";
    $message_ok .= "---------------------------\n" . YOUR_ORDER_SUMMARY . "\n---------------------------\n\n";
    $message_ok .= AMOUNT . BEFORE_TWO_POINTS . ": " . fprix($com->montant) . " " . EUR_VAT_INCLUDED . "\n";
    $message_ok .= PAYEMENT_MEAN . BEFORE_TWO_POINTS . ": " . $com->paiement . "\n\n";
    $message_ok .= "---------------------------\n" . BILLING_ADDRESS . "\n---------------------------\n\n";
    $message_ok .= htmlspecialchars_decode_compat_php4($com->client_info1, ENT_QUOTES) . "\n\n";
    $message_ok .= "---------------------------\n" . SHIPPING_ADDRESS . "\n---------------------------\n\n";
    $message_ok .= htmlspecialchars_decode_compat_php4($com->client_info2, ENT_QUOTES) . "\n\n";
    $message_ok .= "---------------------------\n" . BOUGHT_ITEMS . "\n---------------------------\n\n";
    $qid_items = query("SELECT oi.*
    FROM peel_commandes_articles oi
    LEFT JOIN peel_produits p ON oi.produit_id = p.id
    WHERE oi.commande_id = '" . intval($commandeid) . "'");
    while ($prod = fetch_assoc($qid_items)) {
    $message_ok .= htmlspecialchars_decode_compat_php4($prod["nom_produit"], ENT_QUOTES) . "\n";
    $message_ok .= ($prod['reference'] != "") ? REFERENCE_MAIL . BEFORE_TWO_POINTS . ": " . htmlspecialchars_decode_compat_php4($prod["reference"], ENT_QUOTES) . "\n" : "";
    $message_ok .= ($prod['taille'] != "") ? SIZE . BEFORE_TWO_POINTS . ": " . htmlspecialchars_decode_compat_php4($prod["taille"], ENT_QUOTES) . "\n" : "";
    $message_ok .= ($prod['couleur'] != "") ? COLOR . BEFORE_TWO_POINTS . ": " . htmlspecialchars_decode_compat_php4($prod["couleur"], ENT_QUOTES) . "\n" : "";
    $message_ok .= QUANTITY . BEFORE_TWO_POINTS . ": " . $prod["quantite"] . "\n";
    $message_ok .= PRICE . BEFORE_TWO_POINTS . ": " . str_replace('&#8364;', '&#8364;', fprix($prod["total_prix"], true)) . ' ' . TTC . " \n";
    }
    $message_ok .= "\n" . SHIPPING_PRICE . "\n";
    $message_ok .= str_replace('&#8364;', '&#8364;', fprix($com->cout_transport, true)) . " " . TTC . "\n\n";
    $message_ok .= SEE_YOUR_ORDER_PROGRESSION . BEFORE_TWO_POINTS . ":\n\n";
    $message_ok .= YOUR_ORDER_WILL_APPEAR_IN_YOUR_ACCOUNT . "\n\n";
    $message_ok .= TO_ACCESS_YOUR_ORDERS_HISTORIC . BEFORE_TWO_POINTS . ":\n - " . CLICK_ON_YOUR_ACCOUNT . ",\n - " . PLEASE_LOGIN . "\n - " . CLICK_ON_ORDERS_HISTORIC . ".\n\n";
    $message_ok .= THANK_YOU_FOR_YOUR_CONFIDENCE . ".\n\n";
    $message_ok .= SEE_YOU_SOON_ON_WEBSITE . " $site.\n\n";
    mail($com->email, "$object_ok", "$message_ok", $headers);
    mail($support_commande, "$object_ok", "$message_ok", $headers);
    }
    [/CODE] ==> Vérifier que la ligne
    [CODE]
    mail($support_commande, "$object_ok", "$message_ok", $headers);

    est présente, et que le champ Email traitement des commandes : est bien renseigné dans votre back office.

  7. william_13


    J ai trouvé

    le probléme se situait dans la page modeles/standard/

    achat_confirmation.php

    vers la fin de celle-ci

    
    // - Si la session caddie contient un code promotionnel
    
    if (!empty($_SESSION['caddie']->avoir)) {
    
    echo '<p><label>' . AVOIR . ' : </label> - ' . fprix($_SESSION['caddie']->avoir, true) . '</p>';
    
    }
    
    /*echo '<p><label>' . SHIPPING_COST . ': </label>' . (!empty($_SESSION['caddie']->cout_transport) ? fprix($_SESSION['caddie']->cout_transport, true) : "" . OFFERED . " " . FROM . " ". fprix($seuil_total, true)) . '</p>';*/
    
    
    

    Merci à vous

    Cordialement

  8. william_13


    Bonjour,

    Pour supprimer la phrase indiquant Frais de port: offert à partir de 1 500,00 € il faut retirer la ligne suivante

    
    echo (!empty($_SESSION['caddie']->cout_transport) ? fprix($_SESSION['caddie']->cout_transport, true) . "" : "" . OFFERED . " " . FROM . " ". fprix($seuil_total, true));
    
    

    Cette ligne est présente à la ligne 210 du fichier \modeles\blog\caddie.php et ligne 204 du fichier modeles\standard\caddie.php.

    La suppression de la sélection de la zone entraine un nombre important de complexité à gérer lors du process de commande. Ces difficultés ont été résolu sur la dernière version de PEEL, je vous propose donc de changer de version pour obtenir cette fonctionnalité.

    Merci à vous

    j avais déjà commenté la ligne en question mais peut être l'ai je mal fait

    merci à vous pour votre réponse

  9. agrimoto


    re bonjour, je suis pas fort en informatique ..

    j ai sur le serveur un dossier achat dans de dossier j ai fin_ commande.php , je ne trouve pas la ligne

    switch ($com->paiement) {

    ci joint mon fichier

    <?php

    // +----------------------------------------------------------------------+

    // | Copyright © 2004-2010 Advisto SAS, service PEEL - contact@peel.fr |

    // +----------------------------------------------------------------------+

    // | This file is part of PEEL Premium 5.71, which is subject to an |

    // | opensource commercial license: you are allowed to customize the code |

    // | for your own needs, but you are NOT entitled to distribute this file |

    // | More information: http://www.peel.fr/l...erciale-71.html|

    // +----------------------------------------------------------------------+

    // | Author: Advisto SAS, RCS 479 205 452, France, http://www.peel.fr/ |

    // +----------------------------------------------------------------------+

    // $Id: fin_commande.php 9143 2010-06-16 01:15:16Z gboussin $

    //

    include("../configuration.inc.php");

    necessite_identification();

    $DOC_TITLE = "[PEEL.FR]";

    define("IN_STEP3", true);

    /* Test pour empêcher d'arriver ici par hasard ou en tapant l'url */

    $caddie_est_vide = ($_SESSION['caddie']->compte_elements() == 0);

    $commande = charge_commande();

    if ($caddie_est_vide || ! $commande) {

    header("Location: $wwwroot/");

    header('Connection: close');

    die();

    }

    /* Création de la commande dans la base, autorise alors le paiement

    * et informe le client que la commande est ok

    */

    $commandeid = cree_commande($commande);

    unset ($_SESSION['wantsurl']);

    include("$repertoire_modele/haut.php");

    affichage_fin_succes();

    include("$repertoire_modele/bas.php");

    ?>

    re bonjour, je suis pas fort en informatique ..

    j ai sur le serveur un dossier achat dans de dossier j ai fin_ commande.php , je ne trouve pas la ligne

    switch ($com->paiement) {

    ci joint mon fichier

    <?php

    // +----------------------------------------------------------------------+

    // | Copyright © 2004-2010 Advisto SAS, service PEEL - contact@peel.fr |

    // +----------------------------------------------------------------------+

    // | This file is part of PEEL Premium 5.71, which is subject to an |

    // | opensource commercial license: you are allowed to customize the code |

    // | for your own needs, but you are NOT entitled to distribute this file |

    // | More information: http://www.peel.fr/l...erciale-71.html|

    // +----------------------------------------------------------------------+

    // | Author: Advisto SAS, RCS 479 205 452, France, http://www.peel.fr/ |

    // +----------------------------------------------------------------------+

    // $Id: fin_commande.php 9143 2010-06-16 01:15:16Z gboussin $

    //

    include("../configuration.inc.php");

    necessite_identification();

    $DOC_TITLE = "[PEEL.FR]";

    define("IN_STEP3", true);

    /* Test pour empêcher d'arriver ici par hasard ou en tapant l'url */

    $caddie_est_vide = ($_SESSION['caddie']->compte_elements() == 0);

    $commande = charge_commande();

    if ($caddie_est_vide || ! $commande) {

    header("Location: $wwwroot/");

    header('Connection: close');

    die();

    }

    /* Création de la commande dans la base, autorise alors le paiement

    * et informe le client que la commande est ok

    */

    $commandeid = cree_commande($commande);

    unset ($_SESSION['wantsurl']);

    include("$repertoire_modele/haut.php");

    affichage_fin_succes();

    include("$repertoire_modele/bas.php");

    ?>

  10. agrimoto


    re bonjour, je suis pas fort en informatique ..

    j ai sur le serveur un dossier achat dans de dossier j ai fin_ commande.php , je ne trouve pas la ligne

    switch ($com->paiement) {

    ci joint mon fichier

    <?php

    // +----------------------------------------------------------------------+

    // | Copyright © 2004-2010 Advisto SAS, service PEEL - contact@peel.fr |

    // +----------------------------------------------------------------------+

    // | This file is part of PEEL Premium 5.71, which is subject to an |

    // | opensource commercial license: you are allowed to customize the code |

    // | for your own needs, but you are NOT entitled to distribute this file |

    // | More information: http://www.peel.fr/lire/licence-commerciale-71.html|

    // +----------------------------------------------------------------------+

    // | Author: Advisto SAS, RCS 479 205 452, France, http://www.peel.fr/ |

    // +----------------------------------------------------------------------+

    // $Id: fin_commande.php 9143 2010-06-16 01:15:16Z gboussin $

    //

    include("../configuration.inc.php");

    necessite_identification();

    $DOC_TITLE = "[PEEL.FR]";

    define("IN_STEP3", true);

    /* Test pour empêcher d'arriver ici par hasard ou en tapant l'url */

    $caddie_est_vide = ($_SESSION['caddie']->compte_elements() == 0);

    $commande = charge_commande();

    if ($caddie_est_vide || ! $commande) {

    header("Location: $wwwroot/");

    header('Connection: close');

    die();

    }

    /* Création de la commande dans la base, autorise alors le paiement

    * et informe le client que la commande est ok

    */

    $commandeid = cree_commande($commande);

    unset ($_SESSION['wantsurl']);

    include("$repertoire_modele/haut.php");

    affichage_fin_succes();

    include("$repertoire_modele/bas.php");

    ?>


  11. Bonjour,

    Les bons paramètres sur lesquels il faut agir sont les paramètres $format et $add_tax_type_text de la fonction get_final_price utilisé dans la fonction affiche_prix (ligne 412, fichier \fonctions\display_product.php).

    La fonction modifié donne :


    function affiche_prix(&$product_object, $with_taxes = true, $reseller_mode = false, $return_mode = false, $display_with_measurement = false, $item_id = null, $display_ecotax = true, $display_old_price = true, $table_css_class = 'full_expand_in_container', $display_old_price_inline = true)
    {
    $output = '';
    $columns = 1;
    if (!empty($product_object->prix)) {
    $output .= '
    <table cellpadding="0" cellspacing="0" class="' . $table_css_class . '">';
    if ($display_old_price_inline) {
    $output .= '
    <tr>';
    if (($product_object->get_original_price($with_taxes, $reseller_mode) != $product_object->get_final_price(get_current_user_promotion_percentage(), $with_taxes, $reseller_mode)) && $display_old_price) {
    $columns++;
    $output .= '
    <td class="middle"><del>' . $product_object->get_original_price($with_taxes, $reseller_mode, true) . '</del></td>';
    // $output .= PROMOTION . ' - '.fprix(1-$product_object->get_final_price(get_current_user_promotion_percentage(), $with_taxes, $reseller_mode)/$product_object->get_original_price(get_current_user_promotion_percentage(), $with_taxes, $reseller_mode)).'% - ';
    }
    $output .= '
    <td>
    <span class="prix"' . (!empty($item_id)?' id="' . $item_id . '"':'') . '>' . $product_object->get_final_price(get_current_user_promotion_percentage(), $with_taxes, $reseller_mode, true, false) . '</span>
    </td>
    </tr>';
    } else {
    $output .= '
    <tr>
    <td>
    <span class="prix"' . (!empty($item_id)?' id="' . $item_id . '"':'') . '>' . $product_object->get_final_price(get_current_user_promotion_percentage(), $with_taxes, $reseller_mode, true, false) . '</span>
    </td>
    </tr>';
    if (($product_object->get_original_price($with_taxes, $reseller_mode) != $product_object->get_final_price(get_current_user_promotion_percentage(), $with_taxes, $reseller_mode)) && $display_old_price) {
    $output .= '
    <tr>
    <td class="middle"><del>' . $product_object->get_original_price($with_taxes, $reseller_mode, true) . '</del></td>
    </tr>';
    // $output .= PROMOTION . ' - '.fprix(1-$product_object->get_final_price(get_current_user_promotion_percentage(), $with_taxes, $reseller_mode)/$product_object->get_original_price(get_current_user_promotion_percentage(), $with_taxes, $reseller_mode)).'% - ';
    }
    }
    if ($display_ecotax && !empty($product_object->ecotaxe_ht) && is_module_ecotaxe_active()) {
    $output .= '
    <tr>
    <td colspan="' . $columns . '"><span class="ecotaxe"><i> ' . WITH_ECOTAX . BEFORE_TWO_POINTS . ': ' . fprix($product_object->get_ecotax($with_taxes), true) . '</i></span></td>
    </tr>';
    }
    if ($display_with_measurement) {
    if (!empty($product_object->poids) && $product_object->display_price_by_weight == '1') {
    $output .= '<tr><td colspan="' . $columns . '"><p>' . PRICE_WEIGHT . ' ' . fprix($product_object->get_final_price(get_current_user_promotion_percentage(), $with_taxes, $reseller_mode) * 1000 / intval($product_object->poids), true) . '</p></td></tr>';
    } elseif (!empty($product_object->volume) && $product_object->display_price_by_weight == '2') {
    $output .= '<tr><td colspan="' . $columns . '"><p>' . PRICE_LITRE . ' ' . fprix($product_object->get_final_price(get_current_user_promotion_percentage(), $with_taxes, $reseller_mode) * 1000 / intval($product_object->volume), true) . '</p></td></tr>';
    }
    }
    $output .= '
    </table>';
    }
    if ($return_mode) {
    return $output;
    } else {
    echo $output;
    }
    }
    [/CODE]


  12. Bonjour,

    Pour supprimer la phrase indiquant Frais de port: offert à partir de 1 500,00 € il faut retirer la ligne suivante


    echo (!empty($_SESSION['caddie']->cout_transport) ? fprix($_SESSION['caddie']->cout_transport, true) . "" : "" . OFFERED . " " . FROM . " ". fprix($seuil_total, true));
    [/CODE]

    Cette ligne est présente à la ligne 210 du fichier \modeles\blog\caddie.php et ligne 204 du fichier modeles\standard\caddie.php.

    La suppression de la sélection de la zone entraine un nombre important de complexité à gérer lors du process de commande. Ces difficultés ont été résolu sur la dernière version de PEEL, je vous propose donc de changer de version pour obtenir cette fonctionnalité.


  13. Bonjour,

    Dans le fichier achat/fin_commande.php, il faut déplacer les fonctions

       	 send_mail_order_admin($commandeid);
    email_commande($commandeid);[/CODE] En dessus de la ligne
    [CODE]switch ($com->paiement) {

    il faut aussi que vous vérifiez que l'adresse email traitement des commandes est bien renseigné dans votre back office.

Twitter Advisto ecommerce

Facebook PEEL Shopping