Premetto che non sono un programmatore però potete dirmi come si fa in questo codice:
a mettere che se il campo della variabile $product['image'] è vuoto stampa style="border-style: none".
Grazie in anticipo.
Codice:
<img src="<?= !empty($product['image'])? (PJ_INSTALL_URL . $product['image']): (PJ_INSTALL_URL . PJ_IMG_PATH . 'frontend/nofoto.jpg'); ?>" alt="<?= @$product['image_alt_text'] ?>" />
a mettere che se il campo della variabile $product['image'] è vuoto stampa style="border-style: none".
Grazie in anticipo.
Ultima modifica: