Magento Extension: Product Blocks
Thursday, June 17th, 2010 by
Extension allows to create unlimited number of product groups with as many products as you like and apply prepared templates.
You can display any product group with any template in any place on your website.
As soon as you create block and template, you will be able to place it on static page, or directly in templates (phtml files) the following way:
For static page:
{{block type='pblocks/pblocks' block_id='ID_OF_BLOCK' template_id='ID_OF_TEMPLATE' }}
For .phtml file:
getLayout()->createBlock('pblocks/pblocks')->setBlockId(1)->setTemplateId(1)->toHtml(); ?>

Hello im using your pblocks extension and was wondering if you had any more documentation on this extension please.. i have tried to use the watch it in action link but its asking for username and password thank you mark
I have the same question as Mark above.
Hello im using your pblocks extension and was wondering if you had any more documentation on this extension please.. i have tried to use the watch it in action link but its asking for username and password thank you mark