#v4.x ```php
{if $block.user_class}{capture name=$block.user_class}{$content nofilter}{/capture}{/if}
```<br />
[*]add the block, any type, on admin part under Design/Blocks, choose the position where you wish to appear and [color=#ff0000]you need to select Wrapper and add user class[/color]<br />
<br />
[*]Now to add the block content on the template just add the code <br />
v3.x ```php
{$smarty.capture.footer_right}
``` <br />
v4.x ```php
{$smarty.capture.footer_right nofilter}
``` *[u][b]footer_right[/b][/u] is the user class and you cand add anything but without spaces, one word.<br />
[/list]<br />
<br />
<br />
I hope that helps,<br />
<br />
Vali
What is the purpose of this? It doesn't appear to be any different to Design>Blocks>Default>Add Block (to any grid)>Create New Block. Create the block, then on any other page or area, Add Block>Use Existing Block, select the previously created block, which inherits the content and styling of the previously created block. Unless I've got the jist of your post completely wrong, of course…?
What is the purpose of this? It doesn’t appear to be any different to Design>Blocks>Default>Add Block (to any grid)>Create New Block. Create the block, then on any other page or area, Add Block>Use Existing Block, select the previously created block, which inherits the content and styling of the previously created block. Unless I’ve got the jist of your post completely wrong, of course…?
You don't need to do that, the blocks are very flexible. All you would have to do is rearrange (or should I say recreate) the Grids and (move) the blocks into the appropriate grid. If and when CS-Cart allow the Grids to be moved, the design capabilities will be virtually limitless, you could change your entire site layout in just a few minutes.
Please make a print screen of the frontpage but with product tabs also, and you will see what i have in mind when i did this post, product tabs don’t have a fullwidth , they are limited to grid_12
While I'd agree that you could almost do that with the standard block system, how would you do it and keep the tab content wrapping on the bottom? Normally that right grid would extend down and the tab content wouldn't wrap.
This is a pretty cool idea. While I think that the standard blocks would handle most things, this would be a neat way to add content that could be easily edited by the admin to anywhere on the page without having to mess with the grids and blocks.
Please make a print screen of the frontpage but with product tabs also, and you will see what i have in mind when i did this post, product tabs don’t have a fullwidth , they are limited to grid_12
[/quote]
They aren’t always limited to grid 12, they’re limited to whatever Grid width you specify. Grid 12 was used in the screenshots I uploaded if that’s what you mean. Product tabs also wrap, therefore if you have a fixed width of 600px but your tabs take up 700px, the extra tab wraps.
So, now I see it - what your hack does is allows you to place a Block effectively inside the products ‘Main Content’ block.
Good idea, I like it, it’s a useful feature for some but I like to keep things as simple as possible to prevent headaches during upgrades. Not that I should think this will cause any problems, anyway.
Could I use this to add block showing the content of product FEATURES along side the product instead of in the tab below the product ?
Looks a nice bit of info.
[/quote]
You cannot use my trick to make this change because product FEATURES is not a stand alone block, if you wish you can PM me and i will help you with this request