MockFlow is an online wireframe tool for software and websites.
http://www.mockflow.com/
Great tools
http://www.mockflow.com/
Great tools
Go to CMS> Manage Pages interface
Insert the below code in content area
{{block type="core/template" name="contactForm" form_action="/contacts/index/post" template="contacts/form.phtml"}}
Go to catalog/product/view.phtml
<?php $categories = $_product->getCategoryIds(); ?> <?php foreach($categories as $i => $_category_id): ?> <?php $_category = Mage::getModel('catalog/category')->load($_category_id) ?> <a href="<?php echo $_category->getUrl() ?>"><?php echo $_category->getName() ?></a> <?php endforeach; ?>