Hi,
You may use shortcode wpdm_direct_download
, please follow the doc:
[wpdm_direct_link] – Embed direct download link as a simple text link
however, if you want to generate download link for public downloads suing php code, you may use:
$download_url = home_url("/?wpdmdl=" . $ID);
For locked packages,
Get master download url:
$download_url = WPDM()->package->getMasterDownloadURL($ID);
Get expirable link:
/** * @param $ID * @param int $usageLimit * @param int $expirePeriod seconds | default 10800 seconds = 3 hours * * @returns string download url */ $download_url = WPDM()->package->expirableDownloadLink($ID, $usageLimit, $expirePeriod);
Please try applying the license key again.
Yes, certainly you can do that.
Use the following code:
WPDMPP()->cart->addItem($product_id_1); WPDMPP()->cart->addItem($product_id_2); WPDMPP()->order->open(); WPDMPP()->order->set('uid', $user_id); WPDMPP()->order->set('payment_method', 'Cash'); WPDMPP()->order->save(); WPDMPP()->order->complete_order(Session::get('orderid'), false);
Hi,
From Downloads ► Settings ► Inter Interface ► Deselect any selected google font and then “Save Settings”. Google font will be removed from front-end.
Hi,
Renewal option is just like completing order again, no way to pay partially or for specific item only. However, admin can delete any item from an order or add discount on order total before renewal.
However, in such case, it is better to use buy now option / purchase each item separately, instead of multi-product cart order.
I tried and updated wpdm pro successfully, shown that with the video. WPDM MailChimp is installed on your site, but I’m not seeing MailChimp with your purchased items.
Update is not working as your license key field is empty:
( https://www.loom.com/share/9f09e8dfe817402d8adb099eef72e885 )
Hi,
Plugin update should work fine like any other plugin except your server firewall is blocking wpdownloadmanager.com. Please give me temporary wp-admin login info in a private reply.
Hi,
Thanks for your patience, update is available now.
Premium package’s paypal option already support credit card, the depends on your paypal account settings, also, I see pay with credit card is showing there already:
Please use \WPDM\AddOn\wpdm_acf()
Please give me temporary wp-admin login info in a private reply to check.
okay now, had to reactivate and reactivate.
okay now, you simply had to add https://
with url.
Glad to head that. If you get some free moments, please give us a 5* here https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post, it will inspire us a lot :). Thanks in advance.
Yes, please follow the instructions here:
In wpdm premium package settings there is an option named “Order validity period”, if it set to any value greater than 0, ex: 30, orders will expire automatically after 30 days. And only completed orders will expire.
you can’t override admin templates. You can do that only form front-end templates.
You can use 2co too, we are also using it. But their system is not very good.
that will require customization.