AskIt! installation instructions

Next steps
  1. Navigate to System > Configuration > Templates-Master > AskIt and enable extension for any store you need.
  2. Configure AskIt module according to your needs.
  3. Code listed bellow should should be added to view.phtml file in order to display Askit link For exampe app/design/frontend/[package]/[theme]/template/catalog/product/view.phtml.
    
    	<div class="product-shop">
    		<div class="product-name">
    			<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
    		</div>
    			
                <!-- AskIt start-->
                <?php echo $this->helper('askit')->getLinkHtml($_product) ?>
                <!-- AskIt end-->
    			
    			......
    		
  4. That's all. Navigate to your store and check how your store looks.
That's all. Navigate to your store and check how your store looks.

If you have any problems with extension installation please contact us at templates-master.com/helpdesk and we will help you with extension installation for free

Common questions and ideas