Вопрос

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