Sku

Hello! Tell me how to add an attribute SKU to information about the product? Thank you very much! And still. Does not work search by sku. If you disable JM Advance Search. Search by sku works.
Attachment 37864
Attachment 37865
Attachment 37866

5 answers

Profile photo of Saguaros 0.00 $tone August 4, 2014
Public

You can find out that file within this directory: \app\design\frontend\default\jm_megamalltemplate\ catalog\product\

and move that block of code to block code which display product name:

PHP Code:

            <div class="product-name">
                <h1><?php echo $_helper->productAttribute($_product$_product->getName(), 'name'?></h1>
            </div>


Then clear magento cache.

#5

Please login or Register to Submit Answer

Written By

Comments