Showing 2 of 2 Blog Posts

We need to show many types of icon or badge in product grid or list area. public function install() { return (parent::install() && $this->registerHook('displayProductPriceBlock')); } public function...

I’m tryng to use display product price block and display small icon with this hook, but it’s displaying icon many time instead of spaces.Maybe someone knows what...