Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore – using affiliate id as coupon code
Tagged: affiliate coupons, multiple coupons
- This topic has 3 replies, 3 voices, and was last updated 8 years, 3 months ago by admin.
-
AuthorPosts
-
August 13, 2016 at 1:07 pm #13653OlikMember
1. Is it possible to only have in the shopping cart “Enter Coupon Code”, and when the client would enter the coupon that is also an affiliate id, the system would track it as a sale from that affiliate?
2. I see that in the shopping cart form I have a field “Enter affiliate id”, as well as a separate field “Enter Coupon code”.
When buying a subscription, I only see a form “Do you have a coupon? Enter coupon code or continue without” – does it mean, there would be no way to use affiliate id there, if it cannot be used as a coupon, in question (1)?
3. Is there a way to circumvent this?
4. Do I understand it correctly, that if someone comes to the site using affiliate link, the discount won’t be given unless the corresponding addon is purchased? (Is this addon still relevant or it is already overridden?)
5. Will then the system not allow entering a coupon, since affiliate id is already applied, automatically?
6. Is it possible to somehow allow two discounts at the checkout time: one from affiliate id, and another from using a coupon?
Thank you!
August 13, 2016 at 2:19 pm #73951wzpModerator1. Is it possible to only have in the shopping cart “Enter Coupon Code”, and when the client would enter the coupon that is also an affiliate id, the system would track it as a sale from that affiliate?
Already exists as a feature:
4. Do I understand it correctly, that if someone comes to the site using affiliate link, the discount won’t be given unless the corresponding addon is purchased? (Is this addon still relevant or it is already overridden?)
Which addon are you talking about?
Your questions seem to cover many topics. A cart feature already exists, that allows the affiliate ID to also be used as a coupon. This feature only applies to the cart. There is a FREE addon that allows you to use coupons for subscriptions.
August 13, 2016 at 2:35 pm #73952OlikMember1. Now in the shopping cart there are two fields:
(1) Enter Affiliate id
(2) Enter coupon code
I guess, in the feature you mentioned, you meant the “Enter affiliate id” field? Or the feature is, the affiliate id can be entered into the “coupon code” field?
I was asking, if it was possible to have only one field there, used both for coupons, and for affiliate id, used as a coupon.
4. I meant this addon:
5. The question also relates to the addon in (4).
6. The question is both for the addon above, and without it.
Thank you!
August 15, 2016 at 12:40 am #73953adminKeymasterThe “Enter Affiliate ID” field can take BOTH the affiliate ID and a normal coupon code.
If you only wanted one field in there, then you can hide the “Enter Coupon Code” section in the cart using a CSS tweak. For example, the following CSS code will hide the standard discount coupon field.
.eStore_coupon_section{
display: none;
}The following addon does what it says in there. It doesn’t have any relation/association with anything else.
-
AuthorPosts
- You must be logged in to reply to this topic.