get_image_id(); $main_image_url = wp_get_attachment_url($main_image_id); // Get gallery image IDs $attachment_ids = $product->get_gallery_image_ids(); ?>

get_regular_price(); $sale_price = $product->get_sale_price(); if($sale_price){ echo ’
’ . wc_price($sale_price) . ’
’; echo ’
’ . wc_price($regular_price) . ’
’; } else { echo ’
’ . wc_price($regular_price) . ’
’; } ?>
Sizes

XS

S

M

L

S

M

L

Size guide

Delivery and payment

Pickup in store – free of charge

Description and style

Textiles

Clothing care

Similar Products

get_id(), 4); // Get 4 related products IDs $related_products = array_filter(array_map(’wc_get_product’, $related_ids)); // Fetch the product objects foreach ($related_products as $related_product) : // Ensure the product exists before attempting to display it if (!$related_product) { continue; } ?>