Snippets

Visser Labs Return the lowest Variation Price as Variable Price in Product exports

Created by Michael Visser

File functions.php Added

  • Ignore whitespace
  • Hide word diff
+<?php
+function custom_woo_ce_product_variable_price( $output = '' ) {
+
+	// Return the lowest price of the Variations
+	return '%s';
+
+}
+add_filter( 'woo_ce_product_variable_price', 'custom_woo_ce_product_variable_price' );
+?>
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.