Forum Replies Created
-
AuthorPosts
-
wzp
Moderator“The MFA-check on my banking app was correctly granted, but PayPal didn’t transfer me back to your website after completing the last step of the payment. Also, I didn’t received any confirmation neither from PayPal nor from you.”
- Unless you have the debug logs turned on, we are going to start by making “best guesses” about what you should be checking.
- 2FA for PayPal does not require your site’s involvement.
- If you check your PayPal account; is there any record of a successful payment taking place, at the claimed time? These records are independent of your site’s operational status.
- If there is a record of a successful transaction; do you have the PayPal PDT correctly configured?
Obviously with two customers in only a few days, I am starting to worry.
Have previous transactions, successfully been processed?
How can I get to the bottom of the problem and try to fix it?
Please see first bullet point.
wzp
ModeratorI’ve had multiple customers say they never received an email after they ordered a product (which created an account and eMember account also).
Are you trying to sell memberships? Please describe your setup, more concisely. And are you trying to “link” membership accounts with WordPress accounts? Also, please enable the debug logs for eMember (and maybe eStore???).
This is beyond my abilities to figure out. I can give login details to an eMember support person if need be (gladly).
I’ve notified the developer.
wzp
ModeratorThe emails are sent as plain text, not HTML. Try adding the following ampersand codes, to hard code a (CR/LF) newline.

wzp
ModeratorIt means just that… it is a “Warning,” but it is not (yet) fatal.
Perhaps you know about this?
When Rasmus Lerdorf invented the PHP language, he allowed array subscripts to be specified with either square “[]” or curly “{}” brackets. Going forward with PHP 7.4, Zend Technologies, which now controls PHP; wants to only support square “[]” brackets. Because there must be several trillion lines of PHP code floating around, they just can’t force everyone to comply. So, the warning message is mostly intended to be seen by new code developers.
It would be good if it can be fixed.
The tcpdf library mentioned in the warning message is an open source library; and it will be the responsibility of the open source community to resolve the issue.
Hint: The James Webb Space Telescope, and recent Mars rovers, use PHP on some of their systems. Zend isn’t going to turn these things into pieces of space junk; over their preference for square versus curly brackets.
-
This reply was modified 3 years, 1 month ago by
wzp.
-
This reply was modified 3 years, 1 month ago by
wzp.
-
This reply was modified 3 years, 1 month ago by
wzp.
-
This reply was modified 3 years, 1 month ago by
wzp.
-
This reply was modified 3 years, 1 month ago by
wzp.
-
This reply was modified 3 years, 1 month ago by
wzp.
-
This reply was modified 3 years, 1 month ago by
wzp.
-
This reply was modified 3 years, 1 month ago by
wzp.
-
This reply was modified 3 years, 1 month ago by
wzp.
-
This reply was modified 3 years, 1 month ago by
wzp.
January 15, 2022 at 8:33 pm in reply to: Where is the link for the wp emember and estore add ons? #84085wzp
ModeratorThe links are on the documentation pages:
eMemver Addons
eStore Addonswzp
ModeratorSometimes I get requests from my customers to place the order for them so I need to login as them to do that.
To put it very gently, you are setting yourself up for future legal, financial, and ethical headaches. If customers require some sort of assistance; offer to use something like Chrome Remote Desktop, to hand-hold them through the ordering process.
Alternatively,, if you are using eStore, you can use a manual order placement process; to enter orders for them.
The point is… Never, EVER, try to impersonate one of your users.
wzp
ModeratorYou could try assigning members to multiple “administrative” membership levels, and then send the broadcasts to each administrative level, over the course of a week.
January 8, 2022 at 5:39 pm in reply to: WooCommerce and PDF Stamper integration – An error occured while trying to stamp #84057wzp
ModeratorI will notify the developer.
wzp
ModeratorWhether or not, an email goes into a recipient’s spam folder is not under the control of eStore, or WordPress. However, if your email message “sounds spammy,” or you are using a blacklisted domain; the receiving email system may decide your message is spam.
So, what does your email message template say???
wzp
ModeratorThe eMember Form Builder addon allows you to add customized form fields to member profiles; however, there is no provision for “pretty printing” the look of the profile display.
January 6, 2022 at 7:40 pm in reply to: Shopping Cart Sub-Total includes the tax, Total does not #84049wzp
ModeratorPlease provide a live URL link to your site, along with instructions that will demonstrate, what you are describing.
wzp
ModeratorPlease give this plugin a look, as it is known to work with eStore:
Easy WP SMTP – WordPress SMTP and Email Logs: Gmail, Office 365, Outlook, Custom SMTP, and more
wzp
ModeratorI think you are asking how to “give away” a file, without using a squeeze page; to members that are logged in. If that is the case, simply create a download page, visible only to logged in members; and use Option #3:
wzp
ModeratorLook in the file emember_menu_email_settings.php file for the $eMember_forgot_pass_email_body string definition. But first, try setting the email body to an empty template and see if it auto-fills.
wzp
ModeratorThat is not a supported feature. I will however, mention it to the developer. In the meantime; if you by change have eMember & WordPress accounts linked together for login, there are some WordPress plugin that do this, for the WordPress accounts.
- Unless you have the debug logs turned on, we are going to start by making “best guesses” about what you should be checking.
-
AuthorPosts