Jump to content

Search the Community

Showing results for tags 'block categories'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Community Help and Support
    • PrestaShop Download
    • PrestaShop Addons
  • News and Announcements
    • PrestaShop news and releases
    • PrestaShop Beta
    • PrestaShop Blogs
    • PrestaShop Meetups
  • International community (English)
    • General topics
    • PrestaShop Merchants
    • PrestaShop Developers
    • Taxes, Translations & Laws
    • Community Modules and Themes
  • Forum francophone
    • Discussion générale
    • Aide et support communautaire
    • PrestaShop pour les marchands
    • PrestaShop pour les développeurs
    • Adaptation aux lois Québécoises
    • Modules et thèmes gratuits
    • Modules et thèmes payants
  • Foro en Español
    • Discusión general
    • Soporte de la comunidad y ayuda
    • Comerciantes PrestaShop
    • Desarrolladores PrestaShop
    • Módulos y plantillas gratuitas
  • Forum italiano
    • Forum generale
    • Aiuto e supporto della Community
    • Commercianti PrestaShop
    • Sviluppatori PrestaShop
    • Aspetti legali sull'eCommerce
    • Moduli e template gratuiti
  • Deutsches Forum
    • Generelle Fragen
    • Support und Hilfe aus der Community
    • e-Commerce/Versand-Handel mit Prestashop
    • Prestashop-Entwickler
    • Anpassung an deutsches Recht
    • Kostenlose Module und Templates
    • Generelle Fragen Copy
  • Nederlandstalig forum
    • Algemeen
    • Hulp en ondersteuning, van en voor de community
    • PrestaShop-winkeliers
    • PrestaShop-ontwikkelaars
    • Het aanpassen van PrestaShop
    • Gratis modules en templates
  • Fórum em Português
    • Fórum Geral
    • Ajuda e Suporte da Comunidade
    • Lojistas que utilizam o PrestaShop
    • Desenvolvedores PrestaShop
    • Legislação específica
    • Módulos e temas gratuitos
  • Polskie forum
    • Forum ogólne
    • Wsparcie i pomoc użytkowników
    • Oferty twórców PrestaShop
    • Deweloperzy PrestaShop
    • Darmowe Moduły i Szablony
  • Dansk forum
    • Generelt forum
    • Hjælp og support fra fællesskabet
    • PrestaShop for købmænd
    • PrestaShop for udviklere
    • Love og regler
    • Gratis moduler og temaer
  • České fórum
    • Instalasi, Konfigurasi dan upgrade
    • Obecná diskuze
    • Bezplatné moduly a šablony
    • PrestaShop vývojáři
    • PrestaShop obchodníci
  • Bahasa Indonesia
    • Diskusi Umum
    • Podpora a pomoc komunity
    • Laporan Bug
    • Jasa, Promosi & Lowongan Kerja
  • Svenskt forum
    • Allmän diskussion
    • Installation, konfigurering och uppdatering
  • Forumul românesc
    • Discuţii generale
    • Instalare, configurare şi upgrade
  • Pусский язык
    • Обсуждение скрипта
    • Установка, Настройка, Обновление
    • Прием багов
  • Slovenské fórum
    • Všeobecná diskusia
    • Podpora a pomoc komunity
    • PrestaShop obchodníci
    • PrestaShop vývojári
    • Bezplatné moduly a šablóny
  • Türkçe Topluluğu
    • Genel Konular
    • Topluluk desteği ve yardım
    • PrestaShop Tüccarları
    • Prestashop Geliştiricileri
    • Ücretsiz Modül ve Temalar
  • Diễn đàn tiếng Việt
    • Thảo luận chung
    • Hỗ trợ từ cộng đồng
    • Dành cho chủ doanh nghiệp / cửa hàng
    • Dành cho lập trình viên
  • PrestaShop Communities
    • اللغه العربيه [Arabic]
    • Ελληνικά [Greek]
    • עִבְרִית [Hebrew]
    • 中文
    • Magyar [Hungarian]
    • 日本語 [Japanese]
    • Lietuviškai [Lithuanian]
    • انجمن فارسی [Persian]
    • ไทย [Thai]
    • Malaysia [Malaysian]
    • Eesti [Estonian]
    • Slovenščina [Slovenian]
    • Српски [Serbian]
  • IP. Board Forum
    • IP. Board Forum Questions and Issues
  • Archive
    • Zapłać Moduły i Szablony [ARCHIVE]
    • Moduly, upravy a dizajn [ARCHIVE]
    • Phát triển và các mô-đun [ARCHIVE]
    • Yazılım, Modül ve Tema [ARCHIVE]
    • Модули, Шаблоны [ARCHIVE]
    • Module şi teme [ARCHIVE]
    • Pengembangan dan Modul [ARCHIVE]
    • Moduler och teman [ARCHIVE]
    • Ecommerce x PrestaShop [ARCHIVE BOARD]
    • Vývoj a moduly [ARCHIVE]
    • Kostenpflichtige Module, Templates [ARCHIVE]
    • Módulos y temas pagos [ARCHIVE]
    • Módulos e temas pagos [ARCHIVE]
    • Servizi commerciali [ARCHIVE]
    • Forum - Feedback Contributor
    • PrestaShop Cloud

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Found 12 results

  1. How to make block categories in the footer start to generate links from specific level of caterories structure, eg. not from the home level, but from first or second level of subcategories? My Presta: 1.6.1.13
  2. Hello ! Voici un nouveau module d'affichage pour booster votre SEO et vos ventes simplement ! Lien vers le module : Module PrestaShop 1.7 - Block catégories sur la page d’accueil Voici la vidéo du module : https://www.youtube.com/watch?v=wBc843XOb2g A bientôt
  3. Hi Guys, Today I was going to create a new category and to edit an existing one. As soon as i tried to do it, clicking on SAVE, a blank page came out. It never happend before and i did nothing unsual to make it happen. So i have turned in TRUE the line in /config/defines.inc.php and now it is so: define('PS_MODE_DEV', true); ...so i tried to do the same operation and the error it came out is: Fatal error: Call to undefined method CategoryCore::getTranslationsFieldsChild() in /www/override/classes/Category.php on line 15 so i opend the category.php file and on line 11-15 i found this: class Category extends CategoryCore { public function getTranslationsFieldsChild() { $fields = parent::getTranslationsFieldsChild(); but since i'm not a programmer, what should i do to solve the problem? wHAT HAPPENED?
  4. Hello. I'm trying to show only subcategories of selected categories in block categories module. Example of category tree: Main Category 1 (current) - sub 1 - sub 2 - sub 3 - sub 4 - sub 5 This is shown only when i'm in Main Category 1. When selected for example sub 1, the goal is to display only subcategories of sub 1 category and the Main category 1 link: <- Main Category 1 (link) - sub 1 (current) - sub 1-1 - sub 1-2 - sub 1-3 - sub 1-4 If selected the sub 1-1, for example, this one become the "parent" category : <- Main Category 1 (link) <- sub 1 (link) <- sub 1-1 (current) - sub 1-1-1 - sub 1-1-2 - sub 1-1-3 and so on.... I hope that was clear Thanks a lot.
  5. Hi, I've noticed that the block categories doesn't load at category pages showing subcategories and products. I've checked the html to be sure that it is hidden, but no. I've checked exceptions too and it should appear.
  6. Here is the situation : - Upgrade from 1.4.9 to 1.6 with the PS update tool. No errors - Using default theme & No caching - Categories block worked, even on homepage - Enabled multistore and created a second shop on a seperate url - copied all products to 2nd store Now the category block stopped displaying correctly on the 1st shop. It will not display on the homepage and on the 1st subcat it will display only when the "Current category" option is enabled in the plugin config page. Enabling the "Root category or Home" option is not working and then the block will dissappear totally - Removed 2nd shop & site - disabled multistore - reset block categories (3x) - removed block categories - Reset other modules - switched theme - removed caching index files. disabled all caching - enabled/disabled left/right column settings - tried everything. (even deleting the block categories settings from the database) But the category block will NOT display anymore on the homepage, and only displays as the current category on 1st subcat pages... Im lost after trying for 2 days. It looks like a bug, but i cant put my finger on it. Any ideas?
  7. Hallo Leute, ich nutze das Modul "Block Kategorien" und wunder mich immer noch über das für mich seltsame und nicht nachvollziehbare Verhalten. Warum verschwindet die Anzeige komplett, wenn ich mich in der letzten Unterkategorie befinde? Ich möchte das Modul als Menü nutzen, damit man sich durch die einzelnen Unterkategorien durchklicken kann und nicht immer über die horizontale Menüleiste gehen muss. Aber so erfüllt das Modul irgendwie nicht seinen Zweck. Hat jemand eine Idee wie ich das ändern kann? Danke & Viele Grüße Martin
  8. how to remove custom menu from this menu I search it in Mega menu but therre is no custome menu there
  9. Hola, tengo una tienda en funcionamieto y la estoy migrando a la 1.6.0.6 en local con resultado exitoso. Ahora estoy creando una multitienda añadiendo 2 tiendas más a la original. Uso la plantilla predeterminada. Al principio veía las categorías de los articulos en el bloque de categorías pero por algo ahora no me aparecen las categorías pero el bloque si esta en su sitio ya que lo veo en el “Live edit” pero vacío. Active el modo Debug y me sale esto. ------------------------------------------------------------------------------------------------ [PrestaShopDatabaseException]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND nright <= AND c.id_category IN ( SELECT id_category FROM `ps_cat' at line 8 SELECT c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite FROM `ps_category` c INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 3 AND cl.id_shop = 2 ) INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 2) WHERE (c.`active` = 1 OR c.`id_category` = 0) AND c.`id_category` != 144 AND `level_depth` <= 4 AND nleft >= AND nright <= AND c.id_category IN ( SELECT id_category FROM `ps_category_group` WHERE `id_group` IN (4) ) ORDER BY `level_depth` ASC, cs.`position` ASC at line 635 in file classes/db/Db.php 629. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);630. }631. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))632. {633. if ($sql)634. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');635. throw new PrestaShopDatabaseException($this->getMsgError());636. }637. }638. 639. /** DbCore->displayError - [line 325 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 501 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 226 - modules/blockcategories/blockcategories.php] - [1 Arguments] BlockCategories->hookLeftColumn - [line 509 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 445 - classes/controller/FrontController.php] - [1 Arguments] FrontControllerCore->initContent - [line 37 - controllers/front/IndexController.php] IndexControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] ------------------------------------------------------------------------------------------------ El problema es que la consulta que realiza Prestashop a la base de datos le faltan los valores de nleft y nright, no se que son estos valores ni de donde salen ni porque salen vacios. Alguien me ayuda, muchas gracias.
  10. Bonsoir, J'ai besoin d'aide , car après avoir arpenté les différents topics existants sur le sujet, et malgré mon assiduité à expérimenter les différents procédés proposés, il m'a été impossible de modifier le nom de mon bloc "CATEGORIES", que je souhaite renommer. Si quelqu'un avait la gentillesse de m'indiquer le processus afin de modifier à coup sûr le nom de cette catégorie en frontend, je lui en serai reconnaissant. Merci beaucoup et bonjour chez vous!
  11. Hi, I have problem in version 1.5 showing the list of custom categories, this is showing before in version 1.1. Below is the screenshots. backoffice view showing 2 main category Product assignment in backoffice in two different root category Front end: showing the same list of the categories blockcategories.tpl Old version showing the different list of categories. Has anyone encounter this issue?
  12. I have accidently deleted the module Block Categories from my site (prestashop 1.4.4.0). Now i am trying to install it could not do it. can some one suggest what is the problem?
×
×
  • Create New...