Forum Replies Created
-
AuthorPosts
-
trock3Participant
OK, here’s what we are looking for:
#1) Add following ***filter***
Location: eStore-extra-shortcodes/shortcode_include.php
Function name:
function eStore_show_download_now_button_with_stamping($id, $view = 0) {
How to add filter:
// this is the function in which filter has to be include
function eStore_show_download_now_button_with_stamping($id, $view = 0) {
// Add this filter code just before the form
$output = apply_filters(‘eStore_before_button_display_filter’, $id);
$output .= ‘<form method=”post” action=”” style=”display:inline”>’;
}
#2) Add following ***action***
Location: wp-cart-for-digital-products/download.php
Function name:
function download_dispatch($file_path, $file_name, $force_method=FALSE) {
How to add filter:
// Add this action before **** switch($eStore_dl_method) {
function download_dispatch($file_path, $file_name, $force_method=FALSE) {
// Add this action before **** switch($eStore_dl_method) {
do_action(‘eStore_before_download_stamp_file’, $_GET );
switch($eStore_dl_method) {
}
Hopefully that clarifies.
trock3ParticipantThanks for the response.
You can create any hook/filter function, i will get it and use according to that.
trock3ParticipantAny help on this would be appreciated!
trock3ParticipantHello, just checking back. If you have any other advice on this it would definitely be appreciated.
Thanks.
trock3ParticipantI see no evidence of double opt-in. Honestly I see nowhere where that feature would even be turned on (Madmimi has a very simplistic set of features, at least the free version).
No the email address is NOT a duplicate.
Any other ideas?
Chris
trock3ParticipantOK so the weird thing is, the logs say it is WORKING:
estore_post-payment-debug
[05/13/2017 1:52 PM] – SUCCESS :Performing item specific autoresponder signup if specified.
[05/13/2017 1:52 PM] – SUCCESS :Triggering action hook – eStore_item_specific_autoresponder_signup
[05/13/2017 1:52 PM] – SUCCESS :Madmimi integration. Debug data: innovafire1005@mailinator.com|Dempster Music|Chris|Owens
[05/13/2017 1:52 PM] – SUCCESS :Madmimi signup complete!
But the email is NOT showing up in Madmimi.
Any idea why that would be?
trock3ParticipantOK, I misundertstood that message. Apparently it won’t letme download the log file because it expects some kind of user and pass. Any idea what that is? I wasn’t prompted for a user and pass when I clicked the link.
May 11, 2017 at 10:28 pm in reply to: Showing the Member Registration Completion URL on the Thank You Page #47497trock3ParticipantSo you’re saying that there is no way to ensure the registration link always shows or to do an automatic redirect using the same parameters in the email link because we cannot control how fast Paypal or some other gateway will send us the IPN?
May 11, 2017 at 9:24 pm in reply to: Showing the Member Registration Completion URL on the Thank You Page #47495trock3ParticipantAre you sure this functionality still works? I changed the setting to ‘1’ and tested it with both Paypal and Stripe and neither one caused a registration button to show on the thank you page.
I am assuming by “thank you page” that it is whatever page I designate inside the estore product field in the “Buy Now, Subscription or Donation Type Button Specific Settings (Click to Expand)” section, in the “Return URL” field.
We are using estore products linked to emember membership levels.
March 21, 2017 at 11:18 pm in reply to: PDF Stamped text color won't change from light yellow #75357trock3ParticipantThank you very much.
March 21, 2017 at 12:07 pm in reply to: PDF Stamped text color won't change from light yellow #75355trock3ParticipantThank you – done.
trock3ParticipantThank you, that would be great.
I checked with the client – the forum email is their’s since they bought the software bundle – and they have not received your email, and they have checked their spam folder.
Since I’m helping them with their T&T plugins, would it be OK for me to give you my email address? I was able to receive emails from Luke when we we ran into an earlier issue.
Thanks.
Regards,
Tony
-
AuthorPosts