Jump to content

Search the Community

Showing results for tags 'category list'.

  • 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 13 results

  1. Hi there, Maybe the answer is simple for my next question - please see attachment to illustrate: Every category has 2 totally different images (if you want) you can upload in the backoffice: main image and thumb image. - In my situation the "category list" is showing the "main image" with the category_default size, resized by css. - The header image (title) of a category page is the same main image and also category_default size, resized by css. => I would like to show the"thumb image" (not the main image) in the category list. "Where" can I change "what picture" ("normal" or "_thumb image") is applied in the category "list"? And where can I define "what picture" ("normal" or "_thumb image") is applied in the "header" of the category? I want to change the small category images (in the list) to be "small_default" with the thumb image. The category main image can stay like it is "category_default". Do I have to change the tpl file? What file? Or is there a better way to define that? Thanks in advance!
  2. Hello, I am new in module developement but I follow the documentation to get a new module to work with a render form. I can just display one textbox in the display form and I need to add a selection of categories. I found this code that works perfectly but without saving the selected values. public function getContent() { $categoryTree = new HelperTreeCategories('categories-tree', $this->l('Check the category to display the link')); $categoryTree->setUseCheckBox(1); return $categoryTree.$this->displayForm(); } How can I submit this form to retrieve the selected categories ? Thanks in advance helping me, Jean
  3. On the mobile version of my online shop, the category tab is there at the top of the page, just under the cart, but it seems to be unclickable. It worked perfectly fine before. I have tried uninstalling and reinstalling the 'top horizontal menu' module but that didn't seem to fix the problem. Any other possible solutions to make the category tab clickable on the mobile version?
  4. Hi there, I have products with three attribute groups. One of them is "color". Now I have separate product images linked with the combinations, per color. What I want now is to display every color of a product I have, as "separate" products on category pages. So for example, when I have a t-shirt in blue, red and yellow. I want three products to appear in the product list with the right product image for each color. Is there a way to achieve this? It should also work with the layered block module, so when people filter on yellow, only the yellow one appears. I've been looking around for modules that do this, but found nothing up till now. Any help would be greatly appreciated! Cheers, Dylan
  5. I need to be able to display the product reference number in category list view. Can somebody please advise how to do this. Thanks.
  6. Hi, please help me with the following issue. I need to retrieve a list of categories from db - only main, no subcategories. Also, if I had a link to a page that would be great. Can sb guide me or show the way how to get it. Moreeover need sth like: <?php // code for retrieving the category list ?> <select> <option> Category Name N </option> <option> Category Name N+1 </option> </select> Thx in advance for help a lot.
  7. Hello, I am having troubles with the following problem: I am editing the category page (product-list.tpl) for display an accordion of subcategories and products associated to them. Using this code wich I edited will show the subcategories from the main category and the products, but it shows all the products not the matching to each subcategory. {if isset($products)} {foreach from=$subcategories item=subcategory} <!-- display subcategory --> <span class="titulocategoria">{$subcategory.name|escape:'htmlall':'UTF-8'}</span> {if $subcategory.description} <p class="cat_desc">{$subcategory.description|truncate:50:'...'}</p> <!-- display product --> {foreach from=$products item=product name=products} <h3>{$product.name|escape:'htmlall':'UTF-8'}</h3> <p class="product_desc"> {$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}</p> {/foreach} {/if} {/foreach} {/if} EXAMPLE: SUBCAT 1 Product matched to subcat1 Product matched to subcat1 Product matched to subcat2 SUBCAT2 Product matched to subcat1 Product matched to subcat1 Product matched to subcat2 I added a screenshoot to make it easier to understand. Thank you in advance! EDIT [sOLVED] Just follow this link and you will find the solution: http://www.prestashop.com/forums/topic/61907-displaying-all-products-from-subcategories-on-the-category-page/page-3?do=findComment&comment=1278016 Thanks BIgZumo
  8. My client needs to show the default category view (the products on it) on a list as shown when click on list option. Here is my url: http://www.martatorreajo.es/vinos/index.php?id_category=6&controller=category&id_lang=4 By default, the products are listed in a grid view. Can anyone have a solution to it?
  9. Γειά σας, Πρώτη φορά που μπαίνω στο forum και έμεινα έκπληκτος όταν είδα ότι έχουμε και Ελληνικό subforum! Μόλις έκανα μια εγκατάσταση prestashop και θέλω μία βοήθεια όσο αναφορά το theming! Αρχικά έχω ένα πρόβλημα εδώ: http://diachrongames.com/e-shop/index.php?id_category=6&controller=category&id_lang=1 Βλέπετε ότι η δεξιά μπάρα έχει μπει στη μέση. Δοκίμασα με float αλλά δεν πάει πάλι στη θέση της. Μήπως μπορείτε να μου πείτε τον τρόπο που μπορώ να την πάω στη θέση της πάλι? Επίσης κατά την παραγγελία στο Summary ( http://diachrongames.com/e-shop/index.php?controller=order ) Θέλω να εξαφανίσω ότι λέει Taxes δηλαδή τη γραμμή Total taxes: και το (tax excl.) που φαίνεται στην προηγούμενη. Θα εκτιμούσα πολύ να με βοηθούσατε! Ευχαριστώ !
  10. Hello, I am new here and i just installed prestashop! I have to admit that it is good! I have two problems! Fist please check here: http://diachrongames...egory&id_lang=1 My right sidebar is stuck in the center collumn. Is there a way to fix it? Second problem: In order Summary ( http://diachrongames...ontroller=order ) i want to delete specific raws of the table like Total taxes and (tax excl.) Can you help me? Any ideas? Thanks in advance!
  11. Hi, I have made 4 categories in my shop that are all under the main category home. i want to list these categories in a page and display the category image and description. doest anyone know how I can acheive this? I have attached an image to show how I would like to display it in the page Thanks
  12. Please tell me how add language label for reference to category list (category.php) . I have been taken it prom product - {l s='Reference :'} {$product.reference|escape:'htmlall':'UTF-8'} already return me a number. Please tell me how to add reference translation from lang file to category list? I use prestashop 1.4 ...
  13. Bonjour, Voila 2 jours que je cherche a intégrer un nouveau hook au milei de mon site, au dessus des catégory ou liste des produits afin d'y placer la navigation a facettes Ou dois je intégrer le code 'HOOK_MY' => Module::hookExec('MyHook'), dans catégorycontroller.php? j'utilise presta 1.4.7 Merci d'avance de votre aide Rom1
×
×
  • Create New...