'product',
'posts_per_page' => 12,
'paged' => $paged,
'post_status' => 'publish',
]);
?>
DEPT. DESIGNS · COLLECTION
Designs.
Art for the quietly suffering.
Print-on-demand wall art and stickers for the desk-bound. Corporate in format, passive-aggressive in spirit.
found_posts); ?> ITEMS
·
FREE SHIP OVER $40
have_posts()) : while ($designs_query->have_posts()) : $designs_query->the_post();
global $product;
if (!$product) $product = wc_get_product(get_the_ID());
if (!$product) continue;
$img_id = $product->get_image_id();
$img_url = $img_id ? wp_get_attachment_image_url($img_id, 'rar-product-card') : '';
$sku = $product->get_sku() ?: 'SKU-' . $product->get_id();
$cats = get_the_terms(get_the_ID(), 'product_cat');
$catname = $cats ? $cats[0]->name : '';
$stock = $product->get_stock_status();
$stock_label = $stock === 'instock' ? 'IN STOCK' : ($stock === 'onbackorder' ? 'BACKORDER' : 'OUT OF STOCK');
$stock_color = $stock === 'instock' ? 'var(--olive-dark)' : 'var(--ink-faint)';
?>
get_name()); ?>
get_price_html()); ?>
No designs found. The creative department is on a deadline.
max_num_pages > 1) : ?>