Quantcast
Channel: Magento – Marcel Schmidt Wiki / Neuigkeiten
Viewing all articles
Browse latest Browse all 10

Magento prüfen ob ein Produkt ein Artikelbild zugewiesen hat (has a product image?)

$
0
0
1
2
3
$has_real_image_set = ($_product->getSmallImage() != null && $_product->getSmallImage() != "no_selection");
if ($has_real_image_set) echo "has image";
else echo "no image";

Viewing all articles
Browse latest Browse all 10