質問

I need to tag a free shipping label or ribbon on the image of all my products in Magento Community 1.9; all my products have free shipping and its really important to show free shipping image or tag on all the products on the front end of my website.

役に立ちましたか?

解決

There is a Product Labels extension, which you can use to manage labels in magento.

Or you can create a static block in Admin and make the block call within app / design / frontend / path / store / template / catalog / product / view.phtml

Example:

<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('block_identifier')->toHtml(); ?>
ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top