BenC Posted November 22, 2013 Share Posted November 22, 2013 (edited) I am using Prestashops default mobile theme which works fine however when my customers open it it defaults to 'our offers' Most people click through the categories and it doesnt show any products because they arent on offer. Once 'all categories' is clicked customers can browse fine, is there any way of setting the start page to 'all categories' so I dont have to keep answering emails about me not having any products?Thanks Edited November 28, 2013 by BenC (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 22, 2013 Share Posted November 22, 2013 hello any chance to get url of your website? i want to check it to understand the problem Link to comment Share on other sites More sharing options...
BenC Posted November 25, 2013 Author Share Posted November 25, 2013 Hi, its www.carbenfibrecreations.co.uk Thanks Ben Link to comment Share on other sites More sharing options...
vekia Posted November 26, 2013 Share Posted November 26, 2013 you can change it under the themes/YOUR_THEME/mobile/ path in sitemap.tpl just use only this code: {l s='All categories'} <ul data-role="listview" data-inset="true"> {foreach $categoriesTree.children as $child} {include file="./category-tree-branch.tpl" node=$child last='true'} {/foreach} </ul> 1 Link to comment Share on other sites More sharing options...
BenC Posted November 28, 2013 Author Share Posted November 28, 2013 That worked perfectly thank you very much 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