Search the Community
Showing results for tags 'category list'.
-
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!
- 1 reply
-
- category image
- image size
-
(and 4 more)
Tagged with:
-
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
- 1 reply
-
- module
- category list
-
(and 1 more)
Tagged with:
-
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?
- 1 reply
-
- missing menu
- category list
-
(and 1 more)
Tagged with:
-
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
-
I need to be able to display the product reference number in category list view. Can somebody please advise how to do this. Thanks.
-
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.
-
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
-
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?
-
Γειά σας, Πρώτη φορά που μπαίνω στο 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.) που φαίνεται στην προηγούμενη. Θα εκτιμούσα πολύ να με βοηθούσατε! Ευχαριστώ !
- 2 replies
-
- Left sidebar
- Category List
-
(and 2 more)
Tagged with:
-
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!
- 6 replies
-
- right sidebar
- category list
-
(and 1 more)
Tagged with:
-
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 ...
-
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
- 2 replies
-
- hook
- category list
-
(and 1 more)
Tagged with: