In previous versions of CS-Cart, we could create multiple instances of the Main Content block. This was nice because certain categories we want to have full width content, whereas other we want a sidebar.
So we would create two grids: one for each layout mentioned above.
In CS-Cart 4.1.*, we are not able to create more than one Main Content block.
Is there a way to do this using the HTML w/ Smarty block?
Should I manually duplicate the Main Content block in the database?
Is there some other function for this that I'm not seeing?
Thanks,
Jack
[quote name='Ayokay' timestamp='1404166433' post='186704']
In previous versions of CS-Cart, we could create multiple instances of the Main Content block. This was nice because certain categories we want to have full width content, whereas other we want a sidebar.
So we would create two grids: one for each layout mentioned above.
In CS-Cart 4.1.*, we are not able to create more than one Main Content block.
Is there a way to do this using the HTML w/ Smarty block?
Should I manually duplicate the Main Content block in the database?
Is there some other function for this that I'm not seeing?
[/quote]
Hi, Jack
If you use it for categories, just add HTML w/ Smarty block and specify the following content:
{include file="views/categories/view.tpl"}
Hope that helps.