Skip to content

Instantly share code, notes, and snippets.

@dennisnissle
Created February 26, 2024 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dennisnissle/c4c8bcce1baf310e685ad1bd8f340233 to your computer and use it in GitHub Desktop.
Save dennisnissle/c4c8bcce1baf310e685ad1bd8f340233 to your computer and use it in GitHub Desktop.
Always auto calculate unit prices
<?php
add_filter( 'woocommerce_gzd_get_product_unit_price_auto', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment