OswaldStage Posted March 29, 2017 Share Posted March 29, 2017 Hello, i would like to make a shop which controls multiple shops without using multistore. It's a shop which controls 4 different shops with different products but all sales and profits go to the main shop. Any ideas? I thought of creating categories, but i would like to give a different design to every page. Link to comment Share on other sites More sharing options...
OswaldStage Posted March 30, 2017 Author Share Posted March 30, 2017 In multistore i used shared cart and shared customers, etc. But when you buy a product the money should be wired to the main shop, is it possible to do this in multistore? pls help Link to comment Share on other sites More sharing options...
musicmaster Posted March 30, 2017 Share Posted March 30, 2017 Having different layouts for different categories is not difficult: just write an if-statement at the start of your category.tpl file. But beyond that you are asking for the impossible. Link to comment Share on other sites More sharing options...
OswaldStage Posted March 31, 2017 Author Share Posted March 31, 2017 Thank you for the reply. I started changing my category layout/theme, but if i modify the layout for a category i want the same lay-out to display for the subcategory within that category. Is this possible? Link to comment Share on other sites More sharing options...
musicmaster Posted March 31, 2017 Share Posted March 31, 2017 That is not really possible. For this kind of cases I work with arrays: {assign var=varAcats value=[1, 54, 55, 58, 81, 82, 94, 101, 113, 136, 142, 143, 150, 151, 237]} {if in_array($category.id_category, $varAcats)} ... {/if} 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