deepee Posted November 28, 2012 Share Posted November 28, 2012 (edited) The mobile module included in 1.5.2 seems to work o.k until I browse to a category that contains subcategories. It shows the category as empty. Any thoughts? Thanks deepee Edited November 28, 2012 by deepee (see edit history) Link to comment Share on other sites More sharing options...
frafac Posted January 28, 2013 Share Posted January 28, 2013 I have the same problem.. What can I do? Link to comment Share on other sites More sharing options...
deepee Posted January 28, 2013 Author Share Posted January 28, 2013 (edited) I ended up disabling the mobile theme :- Preferences > Themes > Enable mobile theme "I want to disable it" It also caused an issue with the checkout process (incomplete and resolving to a blank screen) that I filed a bug report about. Anyone know if it's working correctly in 1.5.3 ? Edited January 28, 2013 by deepee (see edit history) Link to comment Share on other sites More sharing options...
-iD- Posted March 1, 2013 Share Posted March 1, 2013 Checkout process works on mobile version in prestashop 1.5.3 And i have the same problem with displaying the subcategories. Any suggestions ? Link to comment Share on other sites More sharing options...
cfz2296286 Posted April 13, 2013 Share Posted April 13, 2013 I met same problem as you guys, and I figured it out: I think you already know there are two 'categories.tpl' files in the /themes/default and /themes/default/mobile separately. Copy the codes of "subcategories" from first one to the mobile one. Done! It just work perfectly. But I am really disappointed in the support group who was ignoring this bug. Link to comment Share on other sites More sharing options...
leomazz Posted April 23, 2013 Share Posted April 23, 2013 Hi! I had the same issue, and solved like this: At: the folder themes/default/mobile/ find the file "category,tpl" and edit it with your favourite editor. Go to line 56 and after the line: {include file="./pagination.tpl"} And insert the next text: {include file="./category-tree-branch.tpl"} This will show the subcategories included in the current categorie. Hope this help. Link to comment Share on other sites More sharing options...
Porpoise Posted April 23, 2013 Share Posted April 23, 2013 I met same problem as you guys, and I figured it out: I think you already know there are two 'categories.tpl' files in the /themes/default and /themes/default/mobile separately. Copy the codes of "subcategories" from first one to the mobile one. Done! It just work perfectly. But I am really disappointed in the support group who was ignoring this bug. Perfect solution. Thanks for sharing. Link to comment Share on other sites More sharing options...
fida Posted June 1, 2013 Share Posted June 1, 2013 Hi! I had the same issue, and solved like this: At: the folder themes/default/mobile/ find the file "category,tpl" and edit it with your favourite editor. Go to line 56 and after the line: {include file="./pagination.tpl"} And insert the next text: {include file="./category-tree-branch.tpl"} This will show the subcategories included in the current categorie. Hope this help. Hi, I have inserted this line as line 57: {include file="./category-tree-branch.tpl"} next row 56 {include file="./pagination.tpl"} but it not work, not visualize the subcategories yet. I use prestashop 1.5.3.1 Link to comment Share on other sites More sharing options...
bside2234 Posted June 2, 2013 Share Posted June 2, 2013 Adding: {include file="./category-tree-branch.tpl"} didn't work for me either. I want to try copying the subfolders section from the 'categories.tpl' files in the /themes/default and /themes/default/mobile but I'm not exactly sure which lines to copy exactly and where to place them. I tried a few different ways and couldn't get it to work. Link to comment Share on other sites More sharing options...
Recommended Posts