Jump to content

Resolved - Mobile Theme Start Page


BenC

Recommended Posts

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

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>
  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...