Jump to content

Mobile Site in 1.5.2.0 Doesn't Show Subcategories


Recommended Posts

  • 2 months later...

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 by deepee (see edit history)
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

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

  • 2 weeks later...

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

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

  • 1 month later...
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

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

×
×
  • Create New...