Domanda

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.

È stato utile?

Soluzione

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(); ?>
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top