Forum Replies Created
You need to upgrade server’s php version to 5.3 or higher.
- You may enter it at the end of functions.php in your active theme or create an small plugin
- The 1st parameter (
$postvariable ) has all submitted data, you need the parse it to find the values for the fields - That is not possible yet, but we will add extensive email customization feature soon
- From next update of the advanced custom field add-on
Please give me ftp and wp-admin login info in a private reply, I’ll set everything up there for you.
we shall add a patch to avoid this with the next update of wpdm pro.
Please give me temporary wp-admin login info in a private reply, I’ll try to find a work around.
Please give me your template code and the url where you trying that.
Create a link template using following code:
<h3>[title]</h3> [file_list] [download_link]
And use the new link template with your category short-code.
Template Docs: http://www.wpdownloadmanager.com/doc/templates/
You need use
<a href="[addtocart_url]" class="btn btn-primary">Buy Now @ [currency][base_price]</a>
in link / page template for that.
And in php, that should be:
<a href="<?php echo home_url("?addtocart=".get_the_ID());?>" class="btn btn-primary">Buy Now @ <?php echo wpdmpp_currency_sign().wpdmpp_effective_price(get_the_ID()); ?></a>
To use file cart plugin, you simply need to use [file_list] tag in page template, and equivalent php code is:
<?php $package = \WPDM\Package::Get(get_the_ID()); echo $package['file_list']; ?>
Don’t worry, you are not troubling at all, we are more then happy to assist you anywhere you need around the plugin 🙂
Actually category sorting is not in the scope of the plugin, but you may use plugin like this https://wordpress.org/plugins/taxonomy-terms-order/ to sort categories.
@kalico, You’re welcome 🙂
@jasonptank, please check if not file is attached with that package, if that is not the case, please create a separate posts and give me temporary wp-admin login info in a private reply there, I shall check your issue 🙂
Please download again to get the fixed copy, we didn’t change version number.
Tried to test, now login info is not working.
Ok, I shall added it with the next update.
Yes, please see the docs here http://www.wpdownloadmanager.com/doc/action-reference/wpdm_before_email_download_link/
Ok, I’m checking it again.
About the discount option, you will not need it, we are releasing global/site-wide role discount and coupon add-on soon 🙂
usually wp doesn’t include custom post type in general search result, but your active theme or any active plugin may include some custom post type with search result, in such case the theme or plugin need to have the option to include wpdmpro with search result.
Actually problem was because, any other plugin there was generating unexpected output, like some blank or new line chars at the beginning, however I tried to update but it was asking for ftp info, please give me ftp access , after update, I need to edit a file to trim the newline chars before filename, then download will work regularly.
Please tell me which package you want to purchase, I’ll send your credit card purchase link.
I tested from the account you gave me , it is working fine with that, please check from that account and give me the account login info, from where I can see the issue, also keep the admin account active. Thanks
it will reset according to server timezone.
“the download button is gone above the texteditor” <– sorry, not clear.
For now, keep a backup of /download-manager/libs/class.Apply.php , after update plugin please restore the file from your backup.
Please give me temporary wp-admin login info in a private reply to check your issue.
Yes, it is compatible. Please give me temporary wp-admin login info in a private reply to check the issue.
Please give me temporary wp-admin login info in a private reply, I need to check it in your installation. Probably any other active plugin causing this trouble.