<?

add_filter('woocommerce_variable_price_html', 'custom_variation_price', 10, 2);

 

function custom_variation_price( $price, $product ) {

 

     $price = 'Vanaf ';

 

     $price .= wc_price($product->get_price());


     return $price;

}

add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_single_excerpt', 5);
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.fietswebshop.nl/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.fietswebshop.nl/page-sitemap.xml</loc>
		<lastmod>2024-10-04T13:48:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fietswebshop.nl/product-sitemap.xml</loc>
		<lastmod>2022-10-10T10:21:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.fietswebshop.nl/product_cat-sitemap.xml</loc>
		<lastmod>2022-10-10T10:21:21+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->