Please give me your URL to check.
Screenshots are not visible.
Please send an order note from the order details page.
Hi,
Tested now and found it working fine:
Video preview: https://capture.dropbox.com/HG0Tzxq2lyIQHQWZ
Please let me know if I’m missing something.
Yes, use the following code:
add_action( "wpdmpp_before_add_to_cart_button", function ( $product_id ) { echo "...Your message here, supports html code too..."; } );
Use the following code snippet:
add_filter( "wpdmpp_as_you_pay_label", function ( $str, $product_id ) { $str = "Your custom text"; return $str; }, 10, 2 );
Add the code at the end of your active theme’s functions.php
you can continue using it, but there is not update and no compatibility warranty. Read more details: https://www.wpdownloadmanager.com/terms-and-conditions/
“-For the sent mail, is it sent from my website or from your side serve? should be from my SMPT.” — please check that yourself, why shall we use our mail server for you?
— no, I did not.
— edit the email template from Admin Menu ► Templates ► Email Templates ► Email Lock Notification
okay now, the form as not working as it was linked to user signup extension of that form plugin. It is working fine after enabling ajax submission and disabling user signup ext.
Also, we recommend our wpdm user to try out our new form plugin:
WordPress Contact Form, Drag and Drop Form Builder Plugin – Live Forms
Please send me temporary wp-admin login info in a private reply to set it up there for you.
We shall add the option with the next update.
Hi,
Please give me the shortcode you are using.