get_title();
$this->get_image();
?>
get_description(); ?>
get_field(
esc_html__( 'Product SKU', 'rank-math' ),
'sku'
);
?>
get_field(
esc_html__( 'Product Brand', 'rank-math' ),
'brand.name'
);
?>
get_field(
esc_html__( 'Product Currency', 'rank-math' ),
'offers.priceCurrency'
);
?>
get_field(
esc_html__( 'Product Price', 'rank-math' ),
'offers.price'
);
?>
get_field(
esc_html__( 'Price Valid Until', 'rank-math' ),
'offers.priceValidUntil'
);
?>
get_field(
esc_html__( 'Product In-Stock', 'rank-math' ),
'offers.availability'
);
?>
show_ratings(); ?>