aveeva7 0 Newbie Poster

Magento :
Using app/design/frontend/default/theme/template/catalog/product/view.phtml

how to display my text message on my selected products,

workout :

<?php
            $productId = '42150';
            $product = Mage::getModel('catalog/product')->load($productId);
            if( $productId == '42150' )
            {
                echo "Test";
            }
            ?>

if i wrong pls correct me.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.