Forum Replies Created
-
AuthorPosts
-
adminKeymaster
The ones that didn’t import, can you try one of those records to be imported one by one just to see what error it gives? Is there any error given? It will have a reason for the import to fail for a user record. Potentially you may have another WP eMember member record with the same username or email address (so check for those).
September 22, 2021 at 5:20 pm in reply to: How does eMember handle Clickbank recurring membership payments? #83697adminKeymasterI would recommend you look at using any of our PayPal or Stripe integration for membership payment collection. Clickbank is just outdated and very hard to work with (in terms of their API). Also, not many users use it anymore so we will discontinue the Clickbank integration in the future. Better for you to start settings things up with any of the following payments (these options offer a modern way to accept payment on a website):
Creating a PayPal Subscription Button for Membership Payment
adminKeymasterThank you. Looks like paypal recently has made some changes for this. You have to use months or years when the value is greater than 90 days. So for example, you can use a value of 6 months, 1 year etc. We will add a check for this in the eStore’s product creation interface.
adminKeymasterAll our plugins remain compatible with WP 5.8.1
adminKeymasterThis is going to be a setup related issue. PayPal is not accepting one of the values you have set in that subscription button or in the PayPal gateway setup value. For example: sometimes the admin has entered an incorrect currency code value which triggers this error. I have also seen this happen when incorrect PayPal account email address has been entered in the settings.
There is a list of possible things to check for this in the following article. Please check the following page and check all those items one by one to see if any of them applies to your case:
PayPal Error: Things Don’t Appear to be Working at the Moment. Please Try Again Later.
September 11, 2021 at 5:09 pm in reply to: EMail Notification When Member Deletes Their Account? #83647adminKeymasterWe can look at adding an email option on account delete feature. However, I feel that these users who are not reading the terms won’t read that email either. So a solution that you might want to try is the following:
1) Disable the account delete feature.
2) Instead, you can put a message (by editing the edit profile) that says something like the following:Read this page to learn how you can cancel your account.
3) You can link that message to a page that tells them that they need to cancel the payment and that will automatically cancel the account.
4) You can put the following shortcode on that page so the member can just click and go through the subscription payment cancellation option:[wp_eMember_cancel_subscription_link alias="XYZ"]
Replace XYZ with your PayPal merchant ID
adminKeymasterThere is no magic solution for this unfortunately. You can’t have a page that doesn’t load JavaScript and at the same time get all the features. So there is always a tradeoff with this type of setup.
Given your setup, Instead of using the shortcode, try using the following option to create the buy now or add to cart link.
eStore – How to Use a Text Link or URL to Accommodate the Purchase of a Product
So on your main post or page, you have a link that doesn’t load anything since it is just a link. When the customer clicks on the link, it processes the action and allow the transaction to go forward.
September 7, 2021 at 6:48 pm in reply to: New Products saying it is created but not showing up #83636adminKeymasterDo the following to make sure there is no DB table out of alignment issue:
Did you migrate your site/server recently?
September 3, 2021 at 6:24 pm in reply to: Multiple unique encrypted download links for each customer for email #83629adminKeymaster#1) I think the way to handle this would be to allow those customers to download the item themselves using the following process:
Once you set it up and the customer’s menu has the information of the customer for the product in question, the user can request the download which will generate an encrypted link and send it to them.
So you can just notify them that there item is ready for download and they can request the download from the page that you setup using the above addon.
#2) The alternative could be to setup that one particular product to have a high download count set for it. So for example, you can edit a product and set a download count limit of 100 for that product. Then, you can generate one encrypted download link and send that same link to the 40 or so customers and they can all download using that link. The link will still expire after that 48 hours of expiry time (or whatever time you set for the expiry). So it’s fine to have a higher download count for a product where you have this special condition.
August 29, 2021 at 5:21 pm in reply to: The file (on the server) containing your download couldn’t be opened #83618adminKeymasterAre you using the following s3 integration addon of WP eStore plugin?
Please make sure to do all the steps explained in the above mentioned documentation. Then let me know how it goes.
August 27, 2021 at 6:53 pm in reply to: WP eStore – Payment Verification Failed! when paypal tries to use two taxes #83616adminKeymasterThat transaction looks fine to me so it shouldn’t have triggered the price validation failure. There is most likely a decimal issue somewhere. The combination of other addons or the setup being used on this site is contributing to this. I need to see exactly how you have things setup on this site to get clues about it. I will send you an email to get information.
adminKeymasterThe customers email addresses are also available in the “Manage Customers” menu. You can generate a list of email addresses that purchased a certain product.
If you want membership/user management type functionality then you can look at using a membership plugin.
adminKeymasterThat information is not correct. We are a verified PayPal partner so we would receive information via our partner communication channel about this before any big changes like this are made by PayPal.
PayPal always comes up with new API and sometimes they discontinue some of those new APIs that they introduce but doesn’t get used by many people (specially in a particular country). The standard API is one of their most used API so it is highly unlikely that they will stop that.
I have a feeling that you are receiving scam emails. So verify the authenticity of that email that you have received.
On a side note, we use PayPal’s new API (express checkout api) with our following plugin. I feel that it works very similar to what you explained for paypal commerce. It offers card checkout, paypal checkout, pay in four (buy now pay later), as well as credit (if your account is approved for it). I also believe that paypal will add the apple pay and google pay option there sometime in the future. So you could check that out to see if you like it (there is a video that shows how the checkout process works):
adminKeymasterIt will be good for me to take a look inside and check your settings. I will send you an email for it.
adminKeymasterUpdating the thread with additional info:
The bulk quantity shipping can override and apply the bulk shipping to the cart if the product is a physical item. The way to trigger a product to be a physical item is to add a shipping amount of 0.01 to the shipping cost of the item. The bulk shipping addon can then properly detect the item to be a physical item and override the shipping to whatever is configured in the addon.
-
AuthorPosts