Forum Replies Created
-
AuthorPosts
-
adminKeymaster
You should be using eStore’s buttons. eStore’s buttons will work with BOTH the stamper and the membership access.
I have sent you an email also so I can look at your stamper plugin’s configuration.
adminKeymasterCreate a new eStore product called “Test Product” with a small price. Then, you just create a standard page called “Test Page” and put the test product on this page and do a test transaction. This won’t affect anything else on the site.
adminKeymasterWordPress 5.5.3 was released on October 30, 2020. All plugins remain compatible.
November 14, 2020 at 7:08 pm in reply to: Can You Remove Sign Up Button from Affiliate Portal #81967adminKeymasterThere seems to be conflict happening on with this plugin on your site. I have sent you an email.
November 14, 2020 at 6:59 pm in reply to: ‘Name or email address is missing!’ is I remove name field from Squeeze #81961adminKeymaster@stalyan, the post that you have referred to is not the template that you are using.
The 2nd template that you are using requires both the name and the email fields. You will need to modify the PHP code of teh stylish squeeze form addon to do what you are after.
Look for the following line of code in that addon’s file:
if ( !isset($_POST[‘cust_name’]) || !isset($_POST[‘cust_email’]) || empty($_POST[‘cust_name’]) || empty($_POST[‘cust_email’]))Then change that line to something like the following to remove the name field requirement:
if ( !isset($_POST[‘cust_email’]) || empty($_POST[‘cust_email’]))
adminKeymasterMaybe it is going to the spam box so check there.
adminKeymasterThank you. I have update the core plugin’s code for this.
adminKeymasterI will try to change this.
You are using the “Show Quantity Update Button” option right?
November 12, 2020 at 9:28 pm in reply to: Using the Plugins Together with WP Super Cache Plugin #81939adminKeymasterI have updated the screenshot.
https://images.tipsandtricks-hq.com/forum-images/instruction/wp-super-cache-settings-screenshot.jpgadminKeymasterThis one is usually a theme specific issue. We have it currently set in a way that should work for most themes but some will need a little bit of CSS tweak.
adminKeymasterThere should be a cross/delete button for each of the fields on the right hand side of the fields.
Just to make sure, please do the following also:
November 10, 2020 at 4:55 pm in reply to: Customer not appearing in Manage Customers after a successful sale #81911adminKeymasterThe following issue is the main problem. That needs to be solved:
ipn_handle_debug.log is empty
Do you have any caching that could be showing a cached version of that file? Some hosting company does this.
The following checklist will be helpful to get this solved:
What to do if the Debug file is empty or New Debug info is not getting added
adminKeymasterYes, you can make estore products for your membership levels. The following documentation has details:
If you will be allowing users to buy many courses (meaning they will buy the different estore products and get access accordingly), then you may want to use the following feature:
adminKeymasterThe output of the product comes from the product fancy template. There is an example of how they look on the following page:
You need to pick one that’s closest to what you want. Try style=10 which I think will be better as that one doesn’t show the available quantity.
adminKeymasterI have made a change in the PHP code for this. I have sent you an updated copy via email to test.
-
AuthorPosts