Skip to content

Instantly share code, notes, and snippets.

@digitalchild
Created April 20, 2017 07:46
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 digitalchild/0fba03355b9d93aae2dfaa83251cba7a to your computer and use it in GitHub Desktop.
Save digitalchild/0fba03355b9d93aae2dfaa83251cba7a to your computer and use it in GitHub Desktop.
checkout fatal error
// File admin/class-wcvendors-pro-commission-controller.php
// Line 450
$product_id = ( version_compare( WC_VERSION, '2.7', '<' ) ) ? !empty( $product[ 'variation_id' ] ) ? $product[ 'variation_id' ] : $product[ 'product_id' ] : $product->get_id();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment