Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Internal Server Error #63891
    bert eelen
    Participant

    This code on line 450 resolved the Internal Server problem that I encountered with the Pro version

    $product_id = ( version_compare( WC_VERSION, ‘2.7’, ‘<‘ ) ) ? !empty( $product[ ‘variation_id’ ] ) ? $product[ ‘variation_id’ ] : $product[ ‘product_id’ ] : $product->get_id();

Viewing 1 post (of 1 total)