Forum Replies Created
-
AuthorPosts
-
admin
KeymasterYou don’t lose any settings, product, member etc. data when you reinstall the plugin. Follow this instruction and let me know how that goes:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
admin
KeymasterOkay so your issue is that it says the word “Part” in there for each of the files right?
admin
KeymasterThere is now a settings option that will send the customer to the manual checkout if the total cart amount is $0.0
admin
KeymasterThere is no direct shortcode or PHP function available to access the custom field manually. We will look into adding a function for this.
Update: You can now use the method explained here to access and show any details of the logged-in member:
admin
KeymasterJust an observation… there is a double slash (//) in your file URL that you should correct.
Does it stamp the two PDF files correctly in the two encrypted links that it gives in part1 and part2?
admin
KeymasterAn easier option is to simply change the following in your language file:
define("EMEMBER_TO_VIEW_CONTENT", "to view this Content.");
to the following (see how I added a space after the period?):
define("EMEMBER_TO_VIEW_CONTENT", "to view this Content. ");
admin
KeymasterYour MailChimp API details is incorrect or the API is not active (by default Mailchimp keeps the API inactive). You need to log into your Mailchimp account and activate the API.
Please also make sure that the list/campaign name (iOracle Affiliates) does not have a typo.
Lets also load a fresh build of the plugin if you haven’t done so already:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
December 1, 2011 at 2:27 am in reply to: aweber receiving site email/contact NOT affiliate email #39062admin
KeymasterIn your AWeber parser you have the following email address in the “From” field
affiliates@adlandapps.com
The debug data tells me that you are using “admin@adlandapps.com” as the “From Email Address” value in the plugin’s settings:
AWeber signup from email address:admin@adlandapps.com
Can you see how these two email addresses do not match? If you read the documentation you will see that it tells you to make these two email addresses the same:
http://www.tipsandtricks-hq.com/wordpress-affiliate/wp-affiliate-platform-and-aweber-integration-453
Please fix that then check the 2nd post from the following link to make sure you did not make any other common mistakes and you should be good to go:
admin
KeymasterNo, we don’t have an integration with MarketPress. Does MarketPress have an option (API) to integrate with a 3rd party affiliate software?
admin
KeymasterIf your product ID is “7” then why are you using the following?
[wp_eStore_fancy2 id=3]
You should be using the following (notice how I am saying that the ID is 7)?
[wp_eStore_fancy2 id=7]
If you ever tell the plugin to show a display for a product that doesn’t exist in the database you will get the error that you are getting.
admin
Keymasteryou don’t want to use any value in the following field as that field is used for when you are just creating a button to redirect the visitor to an affiliate product (you don’t own the product in this case):
Button Redirect Target URL
If you read the help text before that field it will explain more.
November 30, 2011 at 3:08 am in reply to: Password Reset Not Working anywhere and Register Validation Not working in IE #39010admin
KeymasterFirst please do the following:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
Then post a link to your affiliate login page so I can check a few things out.
admin
KeymasterAfter you do what Peter suggested please setup this test scenario so we can get more debug data which will point out the issue:
admin
KeymasterYou mean the sale notification emails that goes out to the customers? The output from the following email tag?
{purchase_date}
admin
KeymasterYou will need to custom code the menu that you only want to show to your members. This post will explain how you can find out if a member is logged in or not or what their membership level is:
You can now place your menu inside a custom condition so it is only visible to the users who meet that condition.
-
AuthorPosts