Jump to content

Pyssou

Members
  • Posts

    34
  • Joined

  • Last visited

Profile Information

  • Location
    Antananarivo
  • Activity
    Freelancer

Pyssou's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hi all, I have the same issue. Missing products list on order and invoice and email. I found that any order_detail related to the order is created on database. It's because of that. Unfortunately I don't know how to solve it I found this hack but it doesn't resolve the issue Anyone had an idea ?
  2. Bonjour, Suis-je la seule à voir le bug sur les paginations (les boutons Next et Previous fonctionnent, mais les numeros de pages comme 1,2,3, etc non). J'ai vu que c'est dû au module Faceted Search qu'il faut mettre dans le hook displayLefColumn. Mais celà ne change rien. Quelqu'un a une idée ? Quand je regarde dans mon console, j'ai une erreur Empty string passed to getElementById(). core.js 632:15 Merci
  3. Hello Vekia I am using prestashop 1.7 and I want to show the left column on the manufacturer listing. Should I add inside controllers/front/listing/ManufacturerController.php ? $this->display_column_left = true; Actually, my main issues is when I try to clic on pagination like 2,3... on the listing of product of a specific manufacturer, nothing happens. I saw it is because of the faceted module that is not on the left column because on my category listing, the pagination works. Thank you for your help
  4. Hello all, How about the solution of this issue ?! I have the same issue expect that : - The issue is only on dev version - The dev and the prod are on the same server (same version of PHP) Any help please ?! Thanks
  5. Hi, I have the same issue. I've tried multiple proposition to solve it but anything work. When i try to read the code and find some error about translation, I found anything. I'd like to give my website link in private message if someone could help me. Thanks. Pyssou
  6. Bonjour, Avez-vous trouvé une solution à votre problème ?! je viens de résoudre mon problème, je ne sais pas si ça vous ira. Dans le fichier theme\montheme\pdf\order-slip.tpl à la ligne 166 remplacer {assign var="total_reduction" value=$cart_rule.reduction_percent * $order->total_paid_tax_incl /100} Par {assign var="total_reduction" value=$cart_rule.value} Un autre problème également, quand j'ai plusieurs réduction, prestashop me met en réduction total uniquement la dernière réduction, du coup j'ai procédé comme suit : Après {displayPrice currency=$order->id_currency price=$total_reduction} J'ai mis: {assign var="total_reductions" value=$total_reductions+$total_reduction} Puis j'ai remplacé {displayPrice currency=$order->id_currency price=$total_reduction} Par {displayPrice currency=$order->id_currency price=$total_reductions} En espérant vous avoir aidé
  7. Bonjour, Tu as plusieurs façon de le faire: - Soit enlever le hook du module qui affiche le menu (plus dragstique) - Soit enlever le menu via css si tu ne t'y connais pas trop en code CSS ou autre, vaut mieux enlever le module du BackOffice de ton site. Enfin si j’étais toi.
  8. Bonjour, Je voudrai avoir vos aides car je bloque sur un probleme pareil. J'utilise le module CsHomefeatured qui va par defaut avec le theme que j'ai installé. Dans le fichier cshomefeautured.php du module j'ai le code suivant, j'ai ajouté la ligne où il y a commenté /*added*/ Quand je regarde dans mon firebug, j'ai bien un "$product.color_list", quand j'affiche cette variable, on m'affiche "1" c'est surement une variable booleen je pense. Mais je n'ai toujours pas la liste des couleurs, je pense que le fichier product-list-color.tpl n'est même pas appelé. public function hookDisplayHome() { if (!$this->isCached($this->name.'.tpl', $this->getCacheId())) { $id_lang = $this->context->language->id; $products = $this->callGetProductList(); if (!isset($this->config->title_block->$id_lang) || $this->config->title_block->$id_lang == '') $id_lang = Configuration::get('PS_LANG_DEFAULT'); if (!isset(CsHomeFeatured::$cache_filter_products)) CsHomeFeatured::$cache_filter_products = $products; $this->context->controller->addColorsToProductList(CsHomeFeatured::$cache_filter_products); /* added */ if ($this->config->display_big_product == 1 && !empty($this->product_list)) { $w_big_product = $this->size_big_product; $array_id_product = explode('-', $this->config->input_product_list); $big_product = $this->getBigProduct($id_lang, $array_id_product, 1); $this->context->smarty->assign(array( 'cs_big_product'.$this->name => reset($big_product) )); } else $w_big_product = 0; $this->context->smarty->assign(array( 'cs_products' => $products, 'cs_config' => $this->config, 'cs_title' => (isset($this->config->title_block->$id_lang) ? $this->config->title_block->$id_lang : $this->config->title_block), 'w_big_product' => $w_big_product, 'cs_id' => $this->name )); } if (CsHomeFeatured::$cache_filter_products === false) return false; return $this->display(__FILE__, $this->name.'.tpl', $this->getCacheId()); } Merci d'avance pour vos aides.
  9. Bonjour, Je suis fortement intéressée par votre annonce. Si besoin, je vous envoie une liste de mes réalisations en MP. Bien à vous,
  10. Bonjour, Je suis fortement intéressée par votre annonce. Si votre offre est toujours d'actualité, faites moi signe pour que je puisse vous envoyer des liens de créations en MP. Bien à vous
  11. Hi, I just want to have a help from you ! In my product page i couldn't scroll the thumbs images ! I have this error on console when i use firebug: .serialScroll is not a function on product.js ligne 515 Thanks for your help
  12. Hi, I just want to have a help from you ! In my product page i couldn't scroll the thumbs images ! I have this error on console when i use firebug: .serialScroll is not a function on product.js ligne 515 Thanks for your help
  13. Bonjour, Je suis sur prestashop 1.5.6.1 et je n'arrive pas à avoir le slide des images en thumbnails dans la page produit alors que celà doit etre par defaut. J'ai installé en local la même version et j'ai effectivement l'effet slide quand les images sont plus de 3. Sur mon site, j'utilise firebug et je regarde dans console. Erreur: TypeError: $(...).serialScroll is not a function erreur product.js ligne 515. Merci de votre aide, Bonne journée à tous
  14. Hi all, i followed phrasespot solution, and the captcha is seen on my contact page. However, when i enter a wrong code it send the mail ! someone had the same problem ?! Thanks
  15. Bonjour, Il me semble que sur Prestashop 1.5 le module Menu horizontale offre cette possibilité, avec une classe "sfHover" mais ce n'est pas applicable sur les liens que l'on insere. Je suis sur le fichier blocktopmenu.php ligne 524 et je bloque. Si quelqu'un peut m'aider svp.Merci
×
×
  • Create New...