Forum Replies Created
-
AuthorPosts
-
July 11, 2016 at 6:53 am in reply to: Changing/updating "State" on Affiliate Registration Form #2034
Shadow Labs
KeymasterYou can find it under affiliates-manager/source/dynamic-translatable-strings.php.
This method may not work since the names actually come from the database table. I think it would be easier to just customise the string in the language file.
Shadow Labs
KeymasterCan I just check, to enter the HTML versions stored under Creatives, they copy & paste the code into their html text editor, then when the text is posted the ‘link text’ will show in their article?
– You’re right.
But if the affiliates don’t have access to a html text editor they will just have to add their ID’s to the end of the web page address?
– By the HTML text editor, do you mean the WordPress editor in text mode? If so every administrator of a site should have access to it. This is very simple. An affiliate writes an article/review and creates a link in it that points to a page on your site.
https://en.support.wordpress.com/links/
The target URL must contain ‘?wpam_id=AFFILIATEID’ so the plugin can track the click and give commission for it if the user decides to purchase something from your store.
July 8, 2016 at 10:29 am in reply to: Changing/updating "State" on Affiliate Registration Form #2029Shadow Labs
KeymasterHi, It can be edited in the plugin file as well. But I believe this method will be easier:
How to Customize Various Text Messages Displayed by Affiliates Manager
Shadow Labs
KeymasterHi, Simply adding an affiliate ID to the end of the URL will do the job.
Shadow Labs
KeymasterHi, It’s possible. You will just need to edit it in the plugin file – affiliates-manager/source/validation/StateCodes.php
July 4, 2016 at 7:56 am in reply to: 2 emails one with password and second for email verification #2023Shadow Labs
KeymasterHi, The plugin doesn’t send any verification email. It’s probably being sent by the Easy Digital Downloads plugin.
Shadow Labs
KeymasterHi, This won’t be possible since affiliates manager doesn’t control the e-commerce side of your store. This should be controlled by the e-commerce/membership plugin in question (WooCommerce in your case). The addon was designed in a way so the admin can manually create a coupon in WooCommerce and associate it with an affiliate ID in the addon settings. This way the admin can also control which affiliate should get commission for a coupon.
Shadow Labs
KeymasterHi, This is probably something S2Member will need to fix on their end. WordPress login has various filters and action hooks that can be overridden globally by an external plugin. In our plugin we have configured it so the login redirection happens only when a user logs in from the affiliate login page. There is a good chance S2Member is forcing this redirection on all WordPress login. You can test it by temporarily deactivating S2Member and logging in from the affiliate login page.
Shadow Labs
KeymasterTerms and conditions message is shown in a popup (it’s not actually page). However, the plugin will only include the necessary scripts if the homepage and the registration page are correctly set up. This is to make sure that these scripts are not included on every page of your site. If you are not sure please delete the registration and the login pages that are automatically created by the plugin during installation. Once you remove these pages, do a simple deactivation and reactivation. This way the plugin will recreate those pages and save the IDs in the database.
Shadow Labs
KeymasterIt looks like the the page is missing some scripts that are required to pop up the terms and conditions. Where is the homepage that was automatically created during installation?
Shadow Labs
KeymasterHi, Please provide a link to the page in question so I can take a look.
Shadow Labs
KeymasterHi, This issue doesn’t happen on our development site. So we will need to take a closer look at your site to investigate this issue. Please use the contact form to get in touch:
Shadow Labs
Keymasterthanks. we checked the code. But it doesn’t seem to have any action hook that can be used to save custom data before the user gets redirected to the PayFast payment page.
http://www.paidmembershipspro.com/hooks-filters/
We need a hook similar to these:
pmpro_before_send_to_paypal_standard
pmpro_before_send_to_twocheckoutThis is important so affiliates manager can determine afterwards (when the payment notification comes through) whether or not this is an affiliate sale.
Shadow Labs
KeymasterThanks. It doesn’t seem to be listed on the Paid Memberships Pro site:
http://www.paidmembershipspro.com/gateway/
Are you using a custom extension developed by another developer?
Shadow Labs
Keymaster@benadhon, Stripe now works in our Paid Memberships Pro integration. Can you please tell me more about how payfast works? Is it a on-site (where the user doesn’t leave your site. Example: Stripe) or off-site checkout (where the user leaves your site to make the payment on a secure page. Example: PayPal Standard)?
-
AuthorPosts