get_image_id(); if ($image_id) { // Get the product image HTML $image_html = wp_get_attachment_image($image_id, 'woocommerce_single’, false, array(’style’ => 'width:100%;object-fit:cover;aspect-ratio:1 / 1′, 'loading’ => 'lazy’, 'decoding’ => 'async’)); // Remove width and height attributes from the image HTML $image_html = preg_replace(’/(width|height)=”\d*”\s/’, „”, $image_html); echo $image_html; } else { // Display a default image for products without an image echo ’’; } ?>
Lobelia
162942
get_regular_price(); ?> PLN
is_on_sale() ? $product->get_sale_price() . ’ PLN’ : ”;?>