• In WooCommerce, what file is needed to be edited to include the SKU in the main product page (not catalog)

    I already have this code, but I do not know where to put

    // Add SKU
    echo '<div class="sku">' . $product->sku . '</div>';

  • The topic ‘Custom Product Info’ is closed to new replies.