Forum Replies Created
-
AuthorPosts
-
June 10, 2021 at 5:47 pm in reply to: show updated final price when used Buy Now Button whith variation #83138
admin
KeymasterPost the URL of the page where you have the buy now button so I can inspect it. You may have JavaScript errors on your site (coming form other plugins) which is preventing our plugin’s JavaScript from working. Once you post the URL of the page and how to reproduce the issue, I will understand the situation better.
admin
KeymasterThe following resources maybe helpful for you:
admin
KeymasterPayPal won’t allow you to do a transaction of $0.0. So you will need to bypass that.
The following should be helpful:
admin
KeymasterThe other alternative is to use our Stripe payments plugin:
That plugin has an addon for handling stripe subscription payment. It has integration with our WP eMember plugin:
admin
KeymasterWill you be able to give me steps that I can do on your site to reproduce this?
Enable the debug option in the emember plugin to see if there is any clue there. It can be helpful in trying to identify patterns in terms what causes that specific outcome.
admin
KeymasterWhen I click the add to cart button, I don’t see any cart. Where is your shopping cart?
The issue you explained is most likely a theme issue. Do the following test:
June 7, 2021 at 7:17 pm in reply to: Is it possible to use both discount codes & gift voucher on one order? #83107admin
KeymasterDo you have someone else who has been setting up the plugin or the site for you?
We did receive a reply to our email that we sent. If it wasn’t you then who sent it?
admin
KeymasterIs the registration being done from the standard registration form of our plugin or did you import those users?
admin
KeymasterI already saw the issue on your site. This is an issue external to the plugin. Please do what I said so I can check more and try to find more clues as to what you need to fix.
May 29, 2021 at 9:50 pm in reply to: WP eMember Form Builder Addon – how to add LINK to checkbox – options field? #83080admin
KeymasterDon’t use HTML in the actual checkbox option label. Instead, use the HTML code in the “Description” area of the checkbox field.
See the following screenshot that show an example of how you can create a simple “terms and conditions” checkbox for the registration form:
admin
KeymasterCould be an approval issue with a feature within your PayPal account. Did you enter the correct and approved PayPal email address in the settings? Entering an incorrect PayPal email address can cause a “generic” error like that one.
Try loading a fresh new copy of the eStore plugin to make sure:
Next try to create a test page with just a “Buy Now” type button to see if that simple transaction works or not:
How to Use Buy Now buttons Using the WordPress eStore Shopping Cart Plugin
Post the URL of the buy now button’s page so I can inspect the HTML code of that button and see if all the parameters
admin
KeymasterThe following is a good read for this topic also:
admin
KeymasterJust to clarify, you are not talking about the following addon correct?
WP eStore Addon – Collect Customer Input in the Shopping Cart
admin
KeymasterHere is a CSS tweak that you can use to make the text color “grey” on the custom input field. You can add this CSS tweak to the “Appearance -> Customize -> Additional CSS” interface:
.eStore_collect_input { color: grey !important; }
The main issue is really a theme related issue. You can do the following test to verify:
admin
KeymasterThe following should be helpful:
Here is another useful tutorial for this:
Create a WordPress Admin User for A WordPress Site via MySQL (PHPMyAdmin)
-
AuthorPosts