Ich habe derzeit
Code: Select all
if ( $product_weight ) {
$markup['additionalProperty'][] = [
"@type" => "PropertyValue",
"name" => "ShippingWeight",
"value" => $product_weight . " " . strtoupper( $weight_unit )
];
}
Code: Select all
if ( $product_weight ) {
$markup['additionalProperty'][] = [
"@type" => "PropertyValue",
"name" => "ShippingWeight",
"value" => $product_weight . " " . strtoupper( $weight_unit )
];
}