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
Perhaps one (or more) of the following resources may be of assistance
(with regard to your SKU issue) . . . .
http://www.simplehelix.com/blog/mage…-magento-skus/
http://stackoverflow.com/questions/1…tribute-values
http://stackoverflow.com/questions/1…in-magento-1-7
i need this solution too anyone know how to change the SKU position to under the products name ?
how to edit that just cut and move the code? where i can find that file?
thanks
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.