o, checking that.
however, using get_option and update_option also work 🙂
Cart
class had all necessary method to work on cart.
WPDMPP()->cart->updateItem($productID, ['qunatity' ► 3]);
shall update item quantity in cart to 3
WPDMPP()->cart->updateItem($productID, ['coupon' ► 'VALIDCOUNPONCODE']);
shall apply the coupon code
just tested now, seems not slow to me. it is just loading properly.
Within the next 2 weeks,
that is for another shortcode [wpdm_all_packages...]
use cols=1
as shortcode parameter.
Now the email is not yet configurable, default is set to admin. However, in next update we shall make it configurable from email template section and you will be able to set any receiving email address.
The screenshot you send seems ok, but I’m exactly not clear what you asked.
Please update to the latest version.
wpdm_dd_user_dlc
is coming from download limit add-on. Click on reset download limit shall remove the entries.
Also, in latest version, there is an option to configured custom cron to clear cache, use that instead of replying on wp cron.
In 6.3.1, you should receive an email for pending download request with subject line “Download Request For …package name…”
Please apply license key ( https://www.wpdownloadmanager.com/doc/settings/license/ ). Update will not work without license validation.
You may use the action hook PrivateMessage/Message/RestAPI/sendMessage
ex:
add_action("PrivateMessage/Message/RestAPI/sendMessage", function($msgID, $message, $sender) { //Your sms code here... }, 10, 3);
Please update to 5.6.6.
Hi,
You will need the following add-on:
Adding them in wp-config.php should work fine:
Actually there is no way to prevent that. As user can use different email address and VPN for shuffling IP address, different browser or incognito mode… and so on…
Yes, table is not available anymore.But “Adding New Payment Gateway” doc will work fine. All these here https://www.wpdownloadmanager.com/downloads/payment-gateways/ are custom payment gateways.
Sorry for the confusion, please add the following lines in config.php instead of the previous ones:
define('WPDM_ADMIN_CAP', 'edit_posts');
define('WPDM_MENU_ACCESS_CAP', 'edit_posts');
Hi,
Please apply the license key again and try updating again from plugins page.
Alternatively, you also can download the latest version from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases and update manually by re-uploading from Plugins ► Add New.
Your also may send me temporary wp-admin login info in a private reply, I shall check and update them for you.
Please update both wpdm pro and amazon s3 add-on and, then clear browser cache.
please give me temporary wp-admin login info in a private reply to check your issue.