Can we get an ETA on when this will be resolved? It’s been over 3 weeks since reporting that the email feature within the file cart add-on isn’t working.
Any word from the senior developer? It’s still not working.
Any update on this ticket? I just tested and it’s still only sending the email to our admin email and not the email you type into the email address field.
Any update on this ticket? Were you able to login to the site?
Any update on this ticket? I’ve sent the wp-admin login and just checking on the status of the issue.
I saw where I could edit the message there but it didn’t allow you to edit like you an under the Email templates, hopefully this is something that would be implemented in the future.
The issue is not the amount of logins, the issue is it is very clunky and not user friendly to have an error message that you have to download as a .txt file first. There should be something that comes up that just says what the error message is rather than forcing your user to download a .txt file that then tells you your error message.
We have already restricted downloads to Subscribers, Customers & Administrators. Can we not do that? We do not have All Visitors checked at all and it still allows you to download if you are not logged in.
I am using this function in my function file to get the login/register tabbed box to appear.
function wpdm_login_reg()
{
include \WPDM\Template::Locate('wpdm-be-member.php');
}
add_shortcode('wpdm_login_reg', 'wpdm_login_reg');
Then inside my Settings I have [wpdm_login_reg]
in the Login Required Message Field.
And for Link Template I am using just the ‘Button Template’.
For Page Template I am using the
[thumb_700x400]
<br style="clear:both"/>
[description]
[download_link]
This has always showed the download button after everything.
This is the last piece I believe I need to get taken care of to get this working the way we need it to so any help is appreciated. You can view how the login form shows above the package information here, http://www.architechnicsinc.com/plans/new-playground-at-baldwin-site/. You can see what it looks like when you are logged in with the second image attached.
I was able to get the above all added.
Okay I did that but it only shows up on this page, http://www.architechnicsinc.com/register/. But if you go to a package page with the login/register option it doesn’t show up there. Where do i edit that one?
http://www.architechnicsinc.com/plans/new-playground-at-baldwin-site/
I was already using a page template where the download button was at the bottom but once I added the login it shows above that, once you are logged in the download shows at the bottom like it should.
I have this setup as well now, the only issue is the login box shows up above the package information. http://www.architechnicsinc.com/plans/new-playground-at-baldwin-site/ is there a way for that show up after the package contents?
I was actually able to get this working by modifying the file, checkout-billing-info.php and putting in my active themes folder inside of download-manager/checkout-cart.php.
I would also like to get company to show up under Register and used the link you provided above to help put that in my function file, you can view the Company Name showing on the Register tab here, http://www.architechnicsinc.com/plans/new-playground-at-baldwin-site/, the only thing is it shows up under the recaptcha. Is there way to order that new field created in the function shown below so that it doesn’t show up under the recaptcha but before it or under Full Name? Also, does this field show up under the user information?
add_action('wpdm_register_form', 'my_register_field', 99);
function my_register_field()
{
?>
<div class="form-group">
<div class="input-group input-group-lg">
<span class="input-group-addon" ><i class="fa fa-building"></i></span>
<input id="address-line1" value="<?php echo $billing['company']; ?>" required="required" name="billing[company]" type="text" placeholder="<?php echo __("(Company is Required)", "wpdm-premium-packages"); ?>" class="form-control">
</div>
</div>
<?php
}
Actually, I was wrong on this too, Company is on the billing information when you are checking out. I need that required. Where do I edit that?
What if you need to register still? Is there a way to show the register link anywhere you show the login box?
Okay, is there a way for the Admin to get email with the name and email input for Email Lock Option and what they downloaded?