Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
WooCommerce Plugin Development

Virtual and Downloadable Products

Configure virtual/downloadable products and protect download permissions.

Virtual and Downloadable Products — a practical guide to WooCommerce virtual downloadable with clear examples you can reuse in real projects.

WooCommerce Plugin Development Series (27/101). Prefer one article? Read the complete WooCommerce plugin development tutorial.

Short description

Virtual products skip shipping. Downloadable products grant file access via order permissions.

Set flags

$product->set_virtual(true);
$product->set_downloadable(true);
$product->set_downloads([
    ['name' => 'PDF', 'file' => 'https://example.com/file.pdf'],
]);

Leave a reply

Your email address will not be published. Required fields are marked *