Shahjada

Forum Replies Created

Viewing 25 posts - 676 through 700 (of 15,594 total)
in reply to: Get direct download link #184716

Shahjada
Keymaster

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); 

Shahjada
Keymaster

Please try applying the license key again.


Shahjada
Keymaster

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);
in reply to: Remove google fonts link or add setting to disable it #184694

Shahjada
Keymaster

Hi,
From Downloads ► Settings ► Inter Interface ► Deselect any selected google font and then “Save Settings”. Google font will be removed from front-end.

in reply to: Renew item in an order? #184693

Shahjada
Keymaster

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.

in reply to: Select from Server not working #184673

Shahjada
Keymaster
This reply has been marked as private.
in reply to: UPDATE NEVER WORKS – HELP #184669

Shahjada
Keymaster

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.

in reply to: Select from Server not working #184664

Shahjada
Keymaster
This reply has been marked as private.
in reply to: UPDATE NEVER WORKS – HELP #184659

Shahjada
Keymaster

Update is not working as your license key field is empty:

Settings%20%E2%80%B9%20Download%20Manager%20%E2%80%B9%20Twin%20Birdies%20%E2%80%94%20WordPress

( https://www.loom.com/share/9f09e8dfe817402d8adb099eef72e885 )

in reply to: UPDATE NEVER WORKS – HELP #184657

Shahjada
Keymaster

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.

in reply to: User Type control not working on free #184644

Shahjada
Keymaster

Hi,
Thanks for your patience, update is available now.

in reply to: Form-Lock #184641

Shahjada
Keymaster

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:

Log%20in%20to%20your%20PayPal%20account%20and%20%D9%85%D9%84%D8%AE%D8%B5%20%D8%A7%D9%84%D8%B4%D9%85%D9%88%D8%B9%20%D8%A7%D9%84%D9%8A%D8%A7%D8%A8%D8%A7%D9%86%D9%8A%D8%A9%20pdf%20-%20PipsTrend


Shahjada
Keymaster

Please use \WPDM\AddOn\wpdm_acf()

in reply to: PDF Stamper is not working after last update #184636

Shahjada
Keymaster

Please give me temporary wp-admin login info in a private reply to check.

in reply to: Export or View individual access #184635

Shahjada
Keymaster

@ydp,
Option is not available, but noted form implementation, we shall add a column with all packages table in admin for AAC, showing the assigned users, also add the filter option there.

in reply to: Invalid-Download-Link #184617

Shahjada
Keymaster

okay now, had to reactivate and reactivate.

in reply to: ActiveCampaign addon problem #184610

Shahjada
Keymaster

okay now, you simply had to add https:// with url.

DMNSOUL2217702%20Email%20Marketing

in reply to: Customize category shortcode toolbar #184600

Shahjada
Keymaster

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.

in reply to: Customize category shortcode toolbar #184583

Shahjada
Keymaster

Yes, please follow the instructions here:

Template Files

in reply to: Question about ‘expired’ status #184578

Shahjada
Keymaster

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.


Shahjada
Keymaster

you can’t override admin templates. You can do that only form front-end templates.

in reply to: Form-Lock #184572

Shahjada
Keymaster

You can use 2co too, we are also using it. But their system is not very good.


Shahjada
Keymaster

that will require customization.

in reply to: Form-Lock #184551

Shahjada
Keymaster
This reply has been marked as private.
in reply to: Form-Lock #184550

Shahjada
Keymaster

then you can use paddle:

Paddle

Viewing 25 posts - 676 through 700 (of 15,594 total)