vervocity

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 35 total)
in reply to: File Cart Not Working After Update #136083

vervocity
Participant
This reply has been marked as private.
in reply to: File Cart Not Working After Update #136023

vervocity
Participant
This reply has been marked as private.
in reply to: File Cart Not Working After Update #135651

vervocity
Participant

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.

in reply to: File Cart Not Working After Update #135258

vervocity
Participant

Any word from the senior developer? It’s still not working.

in reply to: File Cart Not Working After Update #135145

vervocity
Participant

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.

in reply to: File Cart Not Working After Update #135008

vervocity
Participant

Any update on this ticket? Were you able to login to the site?

in reply to: File Cart Not Working After Update #134434

vervocity
Participant

Any update on this ticket? I’ve sent the wp-admin login and just checking on the status of the issue.

in reply to: File Cart Not Working After Update #134273

vervocity
Participant
This reply has been marked as private.
in reply to: File cart, package list issues #134236

vervocity
Participant
This reply has been marked as private.
in reply to: Something-wrong.txt – File not found! #120301

vervocity
Participant
This reply has been marked as private.
in reply to: Something-wrong.txt – File not found! #120192

vervocity
Participant
This reply has been marked as private.
in reply to: File Cart Issue. – 'File Not Found' #120121

vervocity
Participant
This reply has been marked as private.
in reply to: Download Notifications #87758

vervocity
Participant

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.

in reply to: Limit Download Error #87757

vervocity
Participant

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.

in reply to: Only Allow Download from Direct Link if Logged In #87756

vervocity
Participant

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.

in reply to: Email lock not Working after Update #69949

vervocity
Participant
This reply has been marked as private.
in reply to: Email lock not Working after Update #69946

vervocity
Participant

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.

in reply to: Cart and Billing Form Changes #69944

vervocity
Participant

I was able to get the above all added.

in reply to: Cart and Billing Form Changes #69918

vervocity
Participant

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/

in reply to: Email lock not Working after Update #69914

vervocity
Participant

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.

in reply to: Email lock not Working after Update #69902

vervocity
Participant

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?

in reply to: Cart and Billing Form Changes #69898

vervocity
Participant

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
}
in reply to: Cart and Billing Form Changes #69893

vervocity
Participant

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?

in reply to: Email lock not Working after Update #69883

vervocity
Participant

What if you need to register still? Is there a way to show the register link anywhere you show the login box?

in reply to: Email Lock and Emails to Admin #69830

vervocity
Participant

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?

Viewing 25 posts - 1 through 25 (of 35 total)