get_sku() ?: 'SKU-' . $product->get_id(); $cats = get_the_terms(get_the_ID(), 'product_cat'); $catname = $cats ? $cats[0]->name : 'Product'; $cat_url = $cats ? get_term_link($cats[0]) : get_permalink(wc_get_page_id('shop')); $gallery_ids = $product->get_gallery_image_ids(); $main_img_id = $product->get_image_id(); $all_imgs = $main_img_id ? array_merge([$main_img_id], $gallery_ids) : $gallery_ids; $price = $product->get_price_html(); $stock = $product->get_stock_status(); $stock_label = $stock === 'instock' ? '● IN STOCK' : ($stock === 'onbackorder' ? '◐ BACKORDER' : '○ OUT OF STOCK'); $stock_color = $stock === 'instock' ? 'var(--olive-dark)' : ($stock === 'onbackorder' ? 'var(--stamp)' : 'var(--ink-faint)'); ?>
get_short_description()); ?>