Forum Replies Created
Hello @fahmih96,
Hope you are well. Have you checked our shortcode docs here,
https://www.wpdownloadmanager.com/doc/short-codes/
you shall find various categories of shortcodes from here. please check and let me know
Thank you and regards
Hello @shajela,
The sample.csv file with the latest version 6.0.9 is working fine too from my side. can you please enable/disable other plugins for checking, you may also switch theme to another for checking, please let me know then
thank you and regards
Hi @proudbrands,
Glad to hear this your problem has been resolved. please let me know if you have other queries
Thank you and regards
Hello @dshank,
For category-based discounts, there needs special customization for this feature. you may need to ask for special customization here,
Thank you and regards
Hello @rwickham,
Hope you are well. Has the problem been resolved on your side? I have checked that, the topic has been marked as resolved. please let me know
Thank you and regards
Hello @shajela,
Hope you are well. And sorry for the inconvenience. Have you followed the sample.csv file format structure from here, https://www.wpdownloadmanager.com/doc/bulk-import/, it is working fine from my side with the latest version. if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Hello @wario,
Hope you are well. And sorry for the inconvenience. Can you please tell us which version of WPDM you are using now? if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
For bulk apply page template to the packages, you can use below code snippet in your theme functions.php file,
function wpdm_bulk_update_templates(){
$params = array(
'post_type' ► 'wpdmpro',
'posts_per_page' ► -1,
);
$packs = new WP_Query( $params );
while( $packs->have_posts() ) {
$packs->the_post();
global $post;
update_post_meta(get_the_ID(),'_wp_page_template','page-name.php');
}
}
add_action('init', 'wpdm_bulk_update_templates');
here, update_post_meta(get_the_ID(),'_wp_page_template','page-name.php'); you can use your own page-name for bulk apply
the syntax should be like this,
please check
Thank you and regards
Hi @socialevopro,
Hope you are well. Yes possible, If you are using the free version of WPDM, and using the default template, please edit the link-template-default.php file. you can edit it from download-manager\src\Package\views\link-templates dir. For making backup your file you may follow this doc,
And for related template tags, please check this doc,
https://www.wpdownloadmanager.com/doc/templates/template-tags/
Thank you and regards
Hi @dharbottle,
If you are using this add-on,
For bulk apply page template to the packages, you can use below code snippet,
function wpdm_bulk_update_templates(){
$params = array(
'post_type' ► 'wpdmpro',
'posts_per_page' ► -1,
);
$packs = new WP_Query( $params );
while( $packs->have_posts() ) {
$packs->the_post();
global $post;
update_post_meta(get_the_ID(),'_wp_page_template','page-name.php');
}
}
add_action('init', 'wpdm_bulk_update_templates');
here, update_post_meta(get_the_ID(),'_wp_page_template','page-name.php'); you can use your own page-name for bulk apply
the syntax should be like this,
please check
Thank you and regards
Hello @safaroway,
Hope you are well. please use template tag [page_url] in your link-template if you are trying to get a package link. you may use the code snippet like below
<a href="[page_url]" class="btn btn-info">Download</a>
please check. I hope it may help you
Thank you and regards
Hello @limon-y-kiwi,
Have you taken the backup of changes that have been made in the plugin code and can you please elaborate which changes have you made with the plugin? please let me know
Thank you and regards
Hello @dshank,
You can create a special coupon code for only 25 packages and one for others. Otherwise, you are also capable of a role-based discount apply, from Package Settings > Pricing & Discounts > Role-Based Discount. please check. And for category-based discounts, there needs special customization for this feature. you may need to ask for special customization.
Thank you and regards
Hi @dharbottle,
WPDM Default Values add-on is applicable for bulk apply to make changes package settings options for now. I hope you have understood
Thank you and regards
Glad to hear that your issue has been resolved. If you get some free moments, please give us a 5* here and add your valuable review about our plugin, it will inspire us a lot.
Thank you and Regards
Hello @inbloomdigital,
Please check now, I have adjusted from your theme style.css with the below code
div#tabs > a.udb-item {
display: none !important;
}
please clear your site cache or press CTRL + F5 for your browser if you are using windows for watching the effect
thank you and regards
Hello @inbloomdigital,
Hope you are well. Can you please, give your temporary wp-admin login details in a private reply for adjusting the issue.
Thank you and regards
Hello @mggroupsolutionz,
If you are talking about general file/package purchase, you can activate a new payment method from settings, Downloads > Settings > Premium Packages > Payment > Payment Methods. Thus when purchasing he/she will be able to choose a payment method. And if you are using WordPress Membership Plugin. Please check the option from Membership > Subscribers > Select certain User and click the button Manage > Change subscription, there you shall be able to add/apply a new plan for that user. Thus, you shall be able to change subscriptions for a certain user. I hope this may help you. please check and let me know
Thank you and regards
Hello @luukoutofbounds-tech,
Hope you are well. Can you please give temporary FTP credentials and give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Hello @mggroupsolutionz,
For any payment-related issue, Can you please mail with your order ID and requirement details to support@wpdownloadmanager.com or send an order note from your order details page.
Thank you and Regards
Hello @williamramirez,
Hope you are well. Yes, you can lock packages for multiple files. But for downloading the files they will generate a zip form with the all files. please check. I hope you have understood
Thank you and regards
Hello @freedom,
Hope you are well. And sorry for the inconvenience. File with the URL link should work fine from your side too. please share the URLs which you are trying to attach. And if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you and regards
Hello @gitan,
I hope, you may explore the basic theme setup articles then. It may help you, otherwise, you may also can explore your active theme doc.
Thank you and regards
Hello @mtaylor79,
Have you missed settings from the Membership > Settings > Payment Systems > Paypal option, and for Setting up PayPal you may also follow this doc,
Setting up PayPal smart button for Premium Packages – Digital eCommerce plugin
please check and let me know
Thank you and regards

