Structured Data is manipulated by the plugin with no option in dashboard
-
Hello
Is there any way I can prevent the plugin from changing my structured data ?
even though the option of getting the appropriate JSON-LD “price” entry for the purpose google merchant approval is DISABLED in the plugin settings, The plugin code appears to forcely use the old wordpress structured data code.I can’t use my custom JSON-LD for the moment, could you please fix that ?
woocommerce-sea.php
else { // AggregateOffer $prices = $product->get_variation_prices(); $lowest = reset( $prices['price'] ); $highest = end( $prices['price'] ); if ( $lowest === $highest ) { $ecomm_price = wc_format_decimal( $lowest, wc_get_price_decimals() ); } else { $ecomm_lowprice = wc_format_decimal( $lowest, wc_get_price_decimals() ); $ecomm_highprice = wc_format_decimal( $highest, wc_get_price_decimals() ); } }
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Structured Data is manipulated by the plugin with no option in dashboard’ is closed to new replies.