jhnstcks Posted March 25, 2011 Share Posted March 25, 2011 Instructions to change sub-categories layout to grid view rather than list view. Upload both the files to your folders, product-list.tpl should be in root/themes/yourtheme/ and product-list.css should be in root/themes/yourtheme/css/ If you want the view button to be displayed on your site edit the product-list.tpl and uncomment line 56. (delete {* and *} from the begining and end of the line). If you don't want the short description displayed edit the product-list.css and uncomment line 49. (delete the /* and */) Please make sure to force compile and disable cache on your preferences > performance tab before uploading the files, otherwise the changes will not be displayed. This alteration is based on the default v1.4 prestashop theme, so you may need to alter the colours. Please note this is not compatible with the new Prestashop default theme from v1.4.6. If someone would like to test it on their installation and give some feedback. Thanks product_list_grid_view.zip 11 Link to comment Share on other sites More sharing options...
jackkelly Posted March 27, 2011 Share Posted March 27, 2011 worked very well w/ my "Default" setup. I had made a few changes to default theme, so have some updating to do. Anyways, THANK YOU. Link to comment Share on other sites More sharing options...
chup Posted April 4, 2011 Share Posted April 4, 2011 looks very cool, thanks! Link to comment Share on other sites More sharing options...
kanyta Posted April 7, 2011 Share Posted April 7, 2011 HelloI tried you tip. It was fine with Firefox, but doesn't work with Safari (the product's blocks remain upright and are offset in steps) Link to comment Share on other sites More sharing options...
FRANCISPOH Posted April 14, 2011 Share Posted April 14, 2011 Hi thanks. but i encounter a few problem. I am very new to create a website.How to make all short description in place? And my compare button move up and not in place. please help me with it thanks. 1 Link to comment Share on other sites More sharing options...
woch Posted April 14, 2011 Share Posted April 14, 2011 Thank you very much, had a lot of time looking for something similar. Link to comment Share on other sites More sharing options...
PS User Posted April 17, 2011 Share Posted April 17, 2011 Good modification, does it also work on version 1.3.x too?Thanks Link to comment Share on other sites More sharing options...
htech Posted April 25, 2011 Share Posted April 25, 2011 thanks man! looking very cool!have noticed on my custom theme that i need to do some css configs, but the concept is there :) not sure why it isnt picking up on the search results, let me know if u got any ideas about the search results thanks man Link to comment Share on other sites More sharing options...
mint^^ Posted April 26, 2011 Share Posted April 26, 2011 hey, thanks for ur help.i have 2 questions1\how to delete the "add to cart button" ?i delete the code in product-list.tpl getPageLink('cart.php')}?add&id_product={$product.id_product|intval}{if isset($static_token)}&token={$static_token}{/if}" title="{l s='Add to cart'}">{l s='Add to cart'} {else} {l s='mint come'} and then refresh the page, but there is still the button"add to cart" i donno how to do with it.2\ about how to delete the decriptions on index page, the featured products, how to delete the descriptions ?i tried to delete this code in prestashop/modules/homefeatured/homfeatured.tpl and then save, refresh the page, but , there still is "products description" , i donno why.please help me. {$product.description_short|strip_tags|truncate:130:'...'} getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" /> Link to comment Share on other sites More sharing options...
mint^^ Posted May 1, 2011 Share Posted May 1, 2011 i get it, thank u so much!!! Link to comment Share on other sites More sharing options...
maildemon Posted May 2, 2011 Share Posted May 2, 2011 Hi thanks. but i encounter a few problem. I am very new to create a website.How to make all short description in place? And my compare button move up and not in place. please help me with it thanks. I have the same problem. Can anyone help me? Thanks a lot.M.EDIT: You have to change p.product_desc in product-list.css Link to comment Share on other sites More sharing options...
mint^^ Posted May 4, 2011 Share Posted May 4, 2011 how to solve this problem??after i edit it, the previous button, next button and compare button etc all came up, how to do with it ?? Link to comment Share on other sites More sharing options...
mint^^ Posted May 5, 2011 Share Posted May 5, 2011 up upanyone helps me ? Link to comment Share on other sites More sharing options...
ChrisLNZ Posted May 6, 2011 Share Posted May 6, 2011 Try adding this code before the previous/next/compare button links: 1 Link to comment Share on other sites More sharing options...
mint^^ Posted May 6, 2011 Share Posted May 6, 2011 thanks, i tried, the previous next button is ok now, but compare is still up uphow to do with "compare"button ?i tried to add "clear" at product-list.tplin front of <input type="checkbox"> {l s='Select to compare'} but it doesn't work, how to get compare button down ? Link to comment Share on other sites More sharing options...
kenza750 Posted May 20, 2011 Share Posted May 20, 2011 Tried this on my PS 1.3.7 installation, but doesn't work.My category-page is still in list mode; the only difference I noticed was a missing In Cart-button.maybe something went wrong, I'll try again tonight when I'm at home. Link to comment Share on other sites More sharing options...
gorrasriders Posted May 22, 2011 Share Posted May 22, 2011 i try whit the 1.4 and dont work Link to comment Share on other sites More sharing options...
CrystalPhoenix18 Posted May 24, 2011 Share Posted May 24, 2011 I u/l'ed the files as directed, but instead of a grid, I get a list with narrow product displays - in a column vs on a grid. I'm using a free template/theme. What do I need to alter to get the product side-by-side?Thanks! Link to comment Share on other sites More sharing options...
kenza750 Posted May 26, 2011 Share Posted May 26, 2011 I noticed that on my installation of PS 1.3.7, there is no product_list.css in the ../themes/mytheme/css folder. CSS of product-list.tpl is part of ../themes/mytheme/css/global.css.should I replace the code of product_list.css into the /* product-list.tpl */ -section of global.css? Link to comment Share on other sites More sharing options...
Rayan Posted July 9, 2011 Share Posted July 9, 2011 I installed this and it's working perfectly fine. However, I am experiencing many difficulties in setting the css file. I want to make a few modifications listed below:-I want to display short-description instead of long description which is been displayed currently.I've attached the image of how my website looks right now. It's all messed up. Product descriptions are marked in RED.Please note:- I already tried editing the 49th line of my product_list.cssTHis is how it looks currently ul#product_list li p.product_desc { margin-bottom: 0; display:none; height:220px; text-align: justify; font-size: 0.92em Link to comment Share on other sites More sharing options...
Rayan Posted July 12, 2011 Share Posted July 12, 2011 Instructions to change sub-categories layout to grid view rather than list view.Upload both the files to your folders, product-list.tpl should be in root/themes/yourtheme/ and product-list.css should be in root/themes/yourtheme/css/If you want the view button to be displayed on your site edit the product-list.tpl and uncomment line 56. (delete {* and *} from the begining and end of the line).If you don't want the short description displayed edit the product-list.css and uncomment line 49. (delete the /* and */)This alteration is based on the default prestashop theme, so you may need to alter the colours.If someone would like to test it on their installation and give some feedback.Thanks I want to display short description but it always displays the larget description. What shall I do ? Link to comment Share on other sites More sharing options...
BobPour Posted July 16, 2011 Share Posted July 16, 2011 Thanks for the mod, mostly works as I wanted it.My only problem is that “Sort By” option under category page not working anymore! (No biggy in my case, I end up removing the sort option all together)Anybody else having this problem? 1 Link to comment Share on other sites More sharing options...
Ellalex Posted September 11, 2011 Share Posted September 11, 2011 my only problem is that i don't want view to be shown and although is uncommented is still shows... i even deleted the whole line and still shows i guess i have to find to which file that view command is hiding Link to comment Share on other sites More sharing options...
jhnstcks Posted September 11, 2011 Author Share Posted September 11, 2011 I suspect its a cache or compile issue. Alter the cache and compile options to off and on respectively in admin>preferences>performance. Also clear your browser cache. As for the changing the description to short. Change description to description_short Link to comment Share on other sites More sharing options...
Ellalex Posted September 12, 2011 Share Posted September 12, 2011 jhnstcks thank you!!! Indeed it was a cache issue. I was cleaning browser cache but didn't try from performance. Link to comment Share on other sites More sharing options...
benknackan Posted October 12, 2011 Share Posted October 12, 2011 Thanks for this wonderfull files / modification. I however is stuck @ the name and description laying on top of eachother.... :S See: http://www.blingskal...tter-bling-skal edit: Seems to be fixed now, don't know what I did though ... :S Anyhow, now I don't get were I'm supposed to change the code for the short desc option. Link to comment Share on other sites More sharing options...
jhnstcks Posted October 12, 2011 Author Share Posted October 12, 2011 Thanks for this wonderfull files / modification. I however is stuck @ the name and description laying on top of eachother.... :S See: http://www.blingskal...tter-bling-skal edit: Seems to be fixed now, don't know what I did though ... :S Anyhow, now I don't get were I'm supposed to change the code for the short desc option. I expect that as a cache issue. As for the description, line 37 currently reads <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|truncate:460:'...'|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}">{$product.description|truncate:150:'...'|strip_tags:'UTF-8'}</a></p> change it to <p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|truncate:460:'...'|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}">{$product.description_short|truncate:150:'...'|strip_tags:'UTF-8'}</a></p> Link to comment Share on other sites More sharing options...
benknackan Posted October 12, 2011 Share Posted October 12, 2011 Thx a ton worked it out works great now And as said great little addon/module/script. Link to comment Share on other sites More sharing options...
jolvil Posted October 26, 2011 Share Posted October 26, 2011 And my compare button move up and not in place. please help me with it thanks. I ve the same issue, what's the solution? please Link to comment Share on other sites More sharing options...
jhnstcks Posted October 26, 2011 Author Share Posted October 26, 2011 Jolvil can you post a sceen shot of what your grid is doing with the compare buttons, I think it could just be a case of increasing the height in ul#product_list li to 370x Link to comment Share on other sites More sharing options...
jolvil Posted October 27, 2011 Share Posted October 27, 2011 I just remove second compare include in category.tpl and it's ok {include file="$tpl_dir./product-compare.tpl"} {include file="$tpl_dir./product-sort.tpl"} {include file="$tpl_dir./product-list.tpl" products=$products} {* {include file="$tpl_dir./product-compare.tpl"} *} {include file="$tpl_dir./pagination.tpl"} 1 Link to comment Share on other sites More sharing options...
phooxxi Posted October 30, 2011 Share Posted October 30, 2011 Thank you, works for 1.4.5.1 Link to comment Share on other sites More sharing options...
kangaroobaby Posted November 13, 2011 Share Posted November 13, 2011 great work, thanks, perfect on 1.4 Link to comment Share on other sites More sharing options...
dflswedenab Posted November 17, 2011 Share Posted November 17, 2011 Hi Great work. But I have one problem, my thumbnails are way to big. I dont think thay have been resized. I have generated new pics. Are there any other way I can make my pics fit into this view ? Regards / T Link to comment Share on other sites More sharing options...
jhnstcks Posted November 18, 2011 Author Share Posted November 18, 2011 The size of the images for this are controlled by the preferences>images option your back-office. Link to comment Share on other sites More sharing options...
dflswedenab Posted November 18, 2011 Share Posted November 18, 2011 The size of the images for this are controlled by the preferences>images option your back-office. Hi I found it, but it isn't perfect yet. What size shall pics have for this css ? Regards / T Link to comment Share on other sites More sharing options...
jhnstcks Posted November 18, 2011 Author Share Posted November 18, 2011 Mine are set at 129px x 129px for the home image which is what is used. Link to comment Share on other sites More sharing options...
need4speed Posted November 20, 2011 Share Posted November 20, 2011 I have really been looking for this solution. Thank you for sharing! Link to comment Share on other sites More sharing options...
Mehdi72 Posted November 23, 2011 Share Posted November 23, 2011 This alteration is based on the default prestashop theme, so you may need to alter the colours. If someone would like to test it on their installation and give some feedback. Thanks Hi The price bleeds over the product name and the compare button is not aligned correctly. How do I fix this? Link to comment Share on other sites More sharing options...
SpoiledK Posted November 23, 2011 Share Posted November 23, 2011 (edited) I'm having a really hard time with this mod. I've install a fresh copy of the latest version v1.4.6.1. Then I tried to apply this mod without success. I'm getting the same issue as Mehdi72 screen shot. I'm having a hard time modifying the "product-list.tpl" file. I've deleted and changed everything in the file, but when I refresh the website, nothing changed. The only time the website change is when I delete the whole file, then nothing show up. I'm new to PrestaShop, I hope someone can help. EDIT: After some more searching, found out that I have to turn on "Force Compile" to be able to see the changes... Edited November 23, 2011 by SpoiledK (see edit history) Link to comment Share on other sites More sharing options...
jhnstcks Posted November 24, 2011 Author Share Posted November 24, 2011 Hi The price bleeds over the product name and the compare button is not aligned correctly. How do I fix this? Did you force compile and disable cache? Otherwise changes will not be displayed immediately. The product title should be above the image and not below it. 1 Link to comment Share on other sites More sharing options...
Mehdi72 Posted November 24, 2011 Share Posted November 24, 2011 Did you force compile and disable cache? Otherwise changes will not be displayed immediately. The product title should be above the image and not below it. Thanks. I've done as you suggested just a small issue now, the alignment of the compare box. Link to comment Share on other sites More sharing options...
rturner Posted December 3, 2011 Share Posted December 3, 2011 Thank you for the great script! It worked perfectly first time. I do have one minor issue that I haven't found anyone else with. In Internet Explorer, the grid works perfectly and I can click on the thumbnails to see the product. In Firefox I can click on the stock number or description to see the product but not the thumbnail itself. Maybe it's my Firefox settings? Thx. Link to comment Share on other sites More sharing options...
aliasali Posted December 16, 2011 Share Posted December 16, 2011 Dear Gentlemen, I've got an internetshop; http://www.smartphonesandtablets.nl/category.php?id_category=2 At my site it is not working.. Do any of you have any idea what to do, to make it work? thank you Link to comment Share on other sites More sharing options...
jhnstcks Posted December 17, 2011 Author Share Posted December 17, 2011 This hack is not compatible with that theme, which is why it doesn't look right. Link to comment Share on other sites More sharing options...
aliasali Posted December 17, 2011 Share Posted December 17, 2011 This hack is not compatible with that theme, which is why it doesn't look right. Do you know, of there is a module that is working right white my theme. please help Link to comment Share on other sites More sharing options...
Snade Posted December 18, 2011 Share Posted December 18, 2011 Do you know, of there is a module that is working right white my theme. please help you'll have to write your own css in order to make a grid view for your theme. Link to comment Share on other sites More sharing options...
chaoske Posted December 24, 2011 Share Posted December 24, 2011 jhnstcks, thanks for your hack, I made it work (more or less :-) ) in 1.4.6.2. Thank you very much! Link to comment Share on other sites More sharing options...
Aldeag Posted December 28, 2011 Share Posted December 28, 2011 It is working in 1.4.6.2 But I don´t like to see "available" or "out of stock" under the price: If the default combination is not in stock, it does not mean all combinations are out of stock Link to comment Share on other sites More sharing options...
benknackan Posted January 12, 2012 Share Posted January 12, 2012 I have a little problem I can't figure out, I copied the product-list file and renamed it homefeatured for the homefeatured module. Sofor so good no problem and looking fine, however the text for availabilty and add to cart defaults to english even though my shop is in swedish. How do i fix that ? Link to comment Share on other sites More sharing options...
Aldeag Posted January 13, 2012 Share Posted January 13, 2012 I have a little problem I can't figure out, I copied the product-list file and renamed it homefeatured for the homefeatured module. Sofor so good no problem and looking fine, however the text for availabilty and add to cart defaults to english even though my shop is in swedish. How do i fix that ? You should go to Translations in the back office Link to comment Share on other sites More sharing options...
Aldeag Posted January 13, 2012 Share Posted January 13, 2012 Another question. In the discounted items, is it possible to see them with old and new prices? And the word (or logo) "Discounted"? Link to comment Share on other sites More sharing options...
benknackan Posted January 13, 2012 Share Posted January 13, 2012 You should go to Translations in the back office Yeah it's already translated and works fine with the default homefeatured module. However it won't work when done as described. That being taking the product-list.tpl and rename it to homefeatured.tpl Link to comment Share on other sites More sharing options...
saif421 Posted January 27, 2012 Share Posted January 27, 2012 Thanx for the nice modification. 1) I need the same editing on featured products how can i have it(default featured product not displaying add to cart)? 2) I want to resize length by removing empty gap between price and picture how to do that? Link to comment Share on other sites More sharing options...
dawnflights Posted January 27, 2012 Share Posted January 27, 2012 Hello, I am a new member and just recently started working with prestashop. I have no knowledge of how to write all of the different codes to change things. I am using prestashop 1.4.6.2 default templete and I would like to change the product list formatt to a grid view. Is there a simple easy way for me to do this? Also, I have a really stupid question. I am currently adding products to my catalog and I just about have my first page filled, how can you add additional pages to the same category? Can someone please help me? Link to comment Share on other sites More sharing options...
jhnstcks Posted January 28, 2012 Author Share Posted January 28, 2012 @saif421 you should contact @benknackan as I have helped him with his translation problem and he might be willing to share his conversion to the homefeatured module. @dawnflightsIts very easy to change your product list to grid view, just download the files that are in my first post and follow the instructions in the read me file. You can have as many categories as you need/want they will overflow into the next page. You can change the filters on that page to show more categories. Link to comment Share on other sites More sharing options...
haki Posted March 23, 2012 Share Posted March 23, 2012 Bonsoir j ai une question j aimerais mettre par defaut l affichage en grille es ce possible ? et que dois je faire dans le code car je suis vraiment perdu ? 2ieme question et ensuite enlever l icon en haut a gauche pour selectionner l affichage comme ca j insiste les gens a utiliser l affichage en grille merci de m aider Link to comment Share on other sites More sharing options...
eduram Posted April 7, 2012 Share Posted April 7, 2012 Try adding this code before the previous/next/compare button links: I cant see this code and I have the exact same problem, can you help me qith this please? Link to comment Share on other sites More sharing options...
lape Posted April 19, 2012 Share Posted April 19, 2012 How do i remove the lines around the picture? the 2 square boxes around the picture + how do i align the picture?, it's too much to the right at the moment also how do i remove the add to cart button and the compare stuff i only want it to show the title the picture and the price Link to comment Share on other sites More sharing options...
otexito Posted May 19, 2012 Share Posted May 19, 2012 (edited) How do i remove the lines around the picture? the 2 square boxes around the picture + how do i align the picture?, it's too much to the right at the moment also how do i remove the add to cart button and the compare stuff i only want it to show the title the picture and the price Picture alignment: Go to product-list.css and find ul#product_list a.product_img_link { ...then change float and margins according to your pictures size. Don't forget force compiling and cache disabling to view the changes applied. Remove View: Go to pruduct-list.tpl and Delete this line... <a class="button" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a> Remove the Compare checkboxes: Go to pruduct-list.tpl and Delete all this... {if isset($comparator_max_item) && $comparator_max_item} <p class="compare"><input type="checkbox" onclick="checkForComparison({$comparator_max_item})" class="comparator" id="comparator_item_{$product.id_product}" value="{$product.id_product}" /> <label for="comparator_item_{$product.id_product}">{l s='Select to compare'}</label></p> {/if} Remove the Add to cart button: Go to product-list.css and Delete all this... ul#product_list li a.button { margin-top: 0.5em } input.exclusive, input.exclusive_disabled, a.exclusive, span.exclusive { margin-top:6px; background-image: url('../img/button-medium_exclusive.png') } div.pagination {clear:both; padding: 1em 0 } Remove the Compare buttons: Go to Category.tpl and Find twice... include file="$tpl_dir./product-compare.tpl" ...then change it to... {* include file="$tpl_dir./product-compare.tpl" *} And that is all Edited May 19, 2012 by otexito (see edit history) 1 Link to comment Share on other sites More sharing options...
george_wap Posted May 31, 2012 Share Posted May 31, 2012 (edited) Thx a lot. Works like a charm on 1.4.4.1. Link here: Huse piele iPhone I`ve removed descriptions and add to cart button. Edited May 31, 2012 by george_wap (see edit history) Link to comment Share on other sites More sharing options...
zandrauppzala Posted June 5, 2012 Share Posted June 5, 2012 Hi, I'm using this and it works great in 1.4.2.8 (default theme), except for one small issue. When in the home screen the cart and check out buttons are aligned, however as soon as one clicks into a category, the buttons become unaligned. The check out button is slighly lower than the cart button. Any idea why that is? Link to comment Share on other sites More sharing options...
DK-Peter Posted June 7, 2012 Share Posted June 7, 2012 This is a great hack - I've used it for a while (with a custom theme in 1.4.7) Does anyone know where to chance from 10 to 12 products per page? Currently 10 products are shown per page. In my case that gives 3 rows of 3 products and 1 row of 1 product. I would like to display 12 products, as that will show 'a full page' and thus better lead the customer to click on the following pages to see more products. Thanks a lot in advance! Link to comment Share on other sites More sharing options...
DK-Peter Posted June 13, 2012 Share Posted June 13, 2012 This is a great hack - I've used it for a while (with a custom theme in 1.4.7) Does anyone know where to chance from 10 to 12 products per page? Currently 10 products are shown per page. In my case that gives 3 rows of 3 products and 1 row of 1 product. I would like to display 12 products, as that will show 'a full page' and thus better lead the customer to click on the following pages to see more products. Thanks a lot in advance! Anyone? Please? Link to comment Share on other sites More sharing options...
jhnstcks Posted June 13, 2012 Author Share Posted June 13, 2012 Back-office>prerferences>products>products per page 2 Link to comment Share on other sites More sharing options...
hiltonroutley Posted June 15, 2012 Share Posted June 15, 2012 How do I get the default view to be list? I went into product-sort.tpl and changed it to this and have had no luck still. Help please! <li id="product_view_list" class="current"></li> Link to comment Share on other sites More sharing options...
Krofek Posted July 17, 2012 Share Posted July 17, 2012 Great works on PrestaShop™ 1.4.8.2 Link to comment Share on other sites More sharing options...
Krofek Posted July 20, 2012 Share Posted July 20, 2012 I have prolem, I can not see button "View" How can I move a litle bit up? Link to comment Share on other sites More sharing options...
noval Posted August 12, 2012 Share Posted August 12, 2012 (edited) how to edit size ? I want to make it smaller for 6 product in row Edited August 12, 2012 by noval (see edit history) Link to comment Share on other sites More sharing options...
jhnstcks Posted August 12, 2012 Author Share Posted August 12, 2012 I have prolem, I can not see button "View" How can I move a litle bit up? You need to change the height value of the box, in the css file. how to edit size ? I want to make it smaller for 6 product in row Just change the width value Link to comment Share on other sites More sharing options...
robchef Posted September 3, 2012 Share Posted September 3, 2012 please help i just installed it but cant find it on my list of installed modules where will it be ? even when i type the name in it doesnt show up im using prestashop verson 1.4.8.2 is there away of getting it to work please help Link to comment Share on other sites More sharing options...
jhnstcks Posted September 3, 2012 Author Share Posted September 3, 2012 please help i just installed it but cant find it on my list of installed modules where will it be ? even when i type the name in it doesnt show up im using prestashop verson 1.4.8.2 is there away of getting it to work please help Its not a module, its a template change Link to comment Share on other sites More sharing options...
n1912 Posted September 8, 2012 Share Posted September 8, 2012 Hi jhnstcks! I've been looking around for a solution like this and this one seems to be perfect. I tried it with this theme - http://themes.presta.../template15/en/ and it gets a bit cluttered. I've removed left and right columns in my store so this one would fit perfectly... Is there a (kind of) quick coding solution to implement it into this theme. I've been trying to change the values in both files but I always get stuck somewhere. Thanks a lot! Link to comment Share on other sites More sharing options...
ElangLiar Posted September 10, 2012 Share Posted September 10, 2012 (edited) Hi All,... i was try this sub-catergory.. is really good work at ps 1.4... so how i do to make 3 column in home featured, my site is only to 2 column i wanna make 3 column, can you all help me? Edited September 10, 2012 by Enok (see edit history) Link to comment Share on other sites More sharing options...
digisli Posted September 13, 2012 Share Posted September 13, 2012 (edited) It works on Mac with safari 6.0 with PS 1.4.9.0. PC works with IE, Google Crome and FireFox But how can i make it works with Firefox? The original default theme showed in firefox as a list, and not as a grid. So only on the mac firefox shows wrong?? How can i resolved it? Edit: Works now need to clean cache. How let the client choose between grid or list view? Is it possible to make a button for it? thx Edited September 16, 2012 by digisli (see edit history) Link to comment Share on other sites More sharing options...
Jojje Posted October 28, 2012 Share Posted October 28, 2012 Hello, My grid is doing this: http://www.25kronor.se Can anyone help me with what the problem is? /Jojje Link to comment Share on other sites More sharing options...
zZet Posted November 8, 2012 Share Posted November 8, 2012 this is what happened with my site. any idea how to make the bottom bar stays and the bottom ? and off course, make the bar (with the compare, sort, and amount of product per page item) stay at the bottom doesn't mean removing it Link to comment Share on other sites More sharing options...
ivvyme Posted December 28, 2012 Share Posted December 28, 2012 (edited) is this work with the latest prestashop? 1.5 Edited December 28, 2012 by ivvyme (see edit history) Link to comment Share on other sites More sharing options...
digitalcrate Posted May 29, 2013 Share Posted May 29, 2013 Thanks for the mod, mostly works as I wanted it. My only problem is that “Sort By” option under category page not working anymore! (No biggy in my case, I end up removing the sort option all together) Anybody else having this problem? I'll second this, I have just carried out the mods with Force Compile switched off etc and with a few minor css issues it all works great as you can see here www.replacement-handles.co.uk but the "Sort by" function no longer works??? I would appreciate some thought on how to fix this if possible pleaase Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now