Hi there, I’m using the Yoast SEO WooCommerce Plugin. This allows be to set a primary product category, thus changing the URL structure as wanted. The default theme Breadcrumbs however shows the default and incorrect structure.
Yoast seem to have a way of changing this and to use their breadcrumbs. I have found the following code:
<?php
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb( '<p id="breadcrumbs">','</p>' );
}
?>
More info here
Is there any chance of having this implemented into the theme?