silverfox47
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates] Correct URL for AffiliatesHi Kento,
Yes the plugin solved the issue, I was able to have an Affiliate with a discount and a commission.
Perfect solution.
Many Thanks
Alan
Forum: Plugins
In reply to: [Affiliates] Correct URL for AffiliatesI have solved the affiliates link issue so thank you for that.
The way I want it to work with Affiliate is as follows.
Affiliate has a referral rate of 0.05 and I have set a coupon for the affiliate using the coupon code assigned in Woocommerce.
Affiliate enters the store using http:store_url.com/?affiliates=2 they then make a purchase, at the point of checkout I would expect the coupon to be applied automatically and the purchase to be assigned against the affiliate.
What I see is the coupon is not assigned so the affiliate does not receive the auto discount do I need to add something else for this to happen?
Forum: Plugins
In reply to: [Affiliates] Correct URL for AffiliatesThanks, I think I understand the coupon issue.
If I want to say to an affiliate click on this link to visit my store and get commission then what would be the link I would give them, this is the part I do not understand.
How to work out the link for each different affiliate?
Forum: Plugins
In reply to: [Affiliates] Discount for AffiliatesHi Antonio,
Thank you for the quick response and positive answer
Regards
Alan
Forum: Fixing WordPress
In reply to: 2.5 and TinyMCE not working in visual modeI hunted through all the posts to fix this and it was the en WPLANG variable that did it for me in the wp-config file
Thanks for the help – by the way this problem was also in version 2.6.2
Forum: Fixing WordPress
In reply to: Spell Checker Not Working in WP2.1I am running 2.3.1 and I saw the same error – I fixed it by modifying the config.php in
/wp-includes/js/tinymce/plugins/spellcheckeras follows:
Removing the // comments from this line
require_once(“classes/TinyPspellShell.class.php”);and adding comments to this line
// require_once(“classes/TinyGoogleSpell.class.php”);Forum: Fixing WordPress
In reply to: Spellchecker non functional?I am running 2.3.1 and I saw the same error – I fixed it by modifying the config.php in
/wp-includes/js/tinymce/plugins/spellcheckeras follows:
Removing the // comments from this line
require_once(“classes/TinyPspellShell.class.php”);and adding comments to this line
// require_once(“classes/TinyGoogleSpell.class.php”);