문제

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