Forum Replies Created
-
AuthorPosts
-
January 14, 2016 at 5:56 am in reply to: WP Affiliate Platform – How to hide $0 Commission Recording? #72301
admin
KeymasterWe have added an option to only record non-zero commissions in the plugin.
First, Load fresh new copies of the plugins so you get this option:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Go to the following interface:
WP Affiliate Settings -> Advanced Settings -> Miscellaneous Advanced SettingsThen uncheck the “Record $0 Commission” option and save the settings.
You can delete the already recorded $0 commissions by going to the sales menu of the affiliate plugin.
January 14, 2016 at 5:35 am in reply to: woocommerce – change price after order, only accept commission per hand #72287admin
KeymasterIn that case, your order status shouldn’t even be set to complete when the checkout is done. The plugin only awards commission when the payment status of the order is set to “Complete” or “Processing”. That should only happen when a customer is checking out and paying via an online payment method (like PayPal).
Before you set your payment status to complete, make sure to edit the WooCommerce order and specify the price and amount that you charged for that order. Then change the status. This way when WooCommerce notifies our plugin about this order, it will pass in the correct amount and the plugin will calculate commission based on that amount.
January 13, 2016 at 1:43 am in reply to: woocommerce – change price after order, only accept commission per hand #72285admin
KeymasterHow are you accepting money for this product? Is the customer paying you manually (using offline payment methods) or are you accepting money using something like PayPal?
January 13, 2016 at 1:41 am in reply to: WP eMember Form Builder Addon Different Form for Different Membership Levels #64382admin
KeymasterThe addon will show the edit profile form fields for the level that member belongs to. You don’t need to use a specific level ID in the shortcode. If a member who belongs to level 8 goes to the edit profile page, he will see the form that you customized for level 8.
admin
Keymaster755 permission is good. I think your hosting is using a different PHP handler which is not allowing the application access to that session file. This issue is definitely on your hosting side of things so keep looking there to see what else you can find.
January 13, 2016 at 1:37 am in reply to: Adding Product Title To eStore Stylish Squeeze Form As Source Field #72265admin
KeymasterDon’t touch the library class file. Instead modify where the API call is made.
Open the following file:
eStore_auto_responder_handler.php
Then search for the following in that file:
$api->listSubscribe
Change the second last parameter to false.
Do this change in both function calls (in that same file).
January 13, 2016 at 1:32 am in reply to: Is it possible to give a customer free access to a PPV page? #72299admin
KeymasterYou can create an encrypted link for that product from the “Admin Functions” menu of the plugin then share those links.
You can also use any of the methods mentioned in the following post to give those users free access:
https://support.tipsandtricks-hq.com/forums/topic/selling-items-for-00-giving-product-for-free
admin
KeymasterThe following error means that the WordPress plugin is not given access to start the session. This can only be fixed by your hosting provider so WordPress plugins can write to the PHP Session.
PHP Warning: session_start(): open(/tmp/sess_06f8781253ecbdd5a0c41d4b2637be02, O_RDWR) failed: Permission denied
Ask them why is the server denying permission when the plugin calls the “session_start()” function?
Have a read through the previous posts in this topic and you will see many examples of 1st level of hosting support saying, “all is okay” but later they fixed it by applying the correct configuration.
Who is your hosting provider?
admin
KeymasterNo, there is no option for that.
January 12, 2016 at 1:19 am in reply to: Member Privacy – individual opt out of member display #72288admin
KeymasterNo. This has to be done manually.
January 12, 2016 at 1:09 am in reply to: woocommerce – change price after order, only accept commission per hand #72283admin
KeymasterCommissions are given automatically after a customers makes a payment. If you want to manually modify or insert a commission then you can do it from the sales menu of the plugin.
Add your commission using the “Manual Commission Award” interface. If you need to adjust and existing commission then delete that row and add a new one with the new info.
January 12, 2016 at 1:06 am in reply to: Adding Product Title To eStore Stylish Squeeze Form As Source Field #72261admin
KeymasterThe post will tell you how you can use the MailChimp Interest groups:
https://support.tipsandtricks-hq.com/forums/topic/estore-mailchimp-group-integration
January 10, 2016 at 1:51 am in reply to: Squeeze page for list item (Enquiry) not a product or service for sale #72219admin
KeymasterThe only way is to use your custom button image. What you are doing is very custom (not very many users do that and hence the plugin doesn’t have any built in option for it).
The ONLY way you can get a button to say “Send Enquiry” is to create an image with those words then use that image as your button for this new product.
The following post explains how you can use an image as your button image:
January 10, 2016 at 12:12 am in reply to: WP Affiliate Platform with Simple-Membership Plugin #72272admin
KeymasterYou shouldn’t need to do anything other than to just keep those plugins active. Lets take a look at your setup.
Please provide the following details so I can check more:
1) A link to your landing page in question (where you have the payment button)
2) What affiliate link are you using to test a referral (before purchasing the membership)?
3) Enable debug by checking the enable debug field in the settings menu of both the plugins so we can check log data after you do a transaction. This will tell us what the plugin is doing after a payment is made.
admin
KeymasterWordPress 4.4.1 was released on January 6, 2016
We have completed testing the latest version of all our premium plugins on WordPress 4.4.1.
All plugins are compatible with WP 4.4.1
-
AuthorPosts