Customer in more than customer group
One customer asked me, if it's possible to add a customer in more than one customer group. He wants to give his customers a discount which is manufacturer based.
Example:
Customer 1 get a discount of 5% for manufacturer A and a discount of 10% for manufacturer B.
Customer 2 gets a discount of 10% for manufacturer A and a discount of 15% for manufacturer B.
The idea was to solve this with several customer groups. Or are there better solutions?
customer discount customer-group manufacturer
add a comment |
One customer asked me, if it's possible to add a customer in more than one customer group. He wants to give his customers a discount which is manufacturer based.
Example:
Customer 1 get a discount of 5% for manufacturer A and a discount of 10% for manufacturer B.
Customer 2 gets a discount of 10% for manufacturer A and a discount of 15% for manufacturer B.
The idea was to solve this with several customer groups. Or are there better solutions?
customer discount customer-group manufacturer
You want to create many customer group,based on customer group you want to manage discount or single customer you want to handle different customer group
– Ajithkumar
Dec 13 '18 at 16:51
add a comment |
One customer asked me, if it's possible to add a customer in more than one customer group. He wants to give his customers a discount which is manufacturer based.
Example:
Customer 1 get a discount of 5% for manufacturer A and a discount of 10% for manufacturer B.
Customer 2 gets a discount of 10% for manufacturer A and a discount of 15% for manufacturer B.
The idea was to solve this with several customer groups. Or are there better solutions?
customer discount customer-group manufacturer
One customer asked me, if it's possible to add a customer in more than one customer group. He wants to give his customers a discount which is manufacturer based.
Example:
Customer 1 get a discount of 5% for manufacturer A and a discount of 10% for manufacturer B.
Customer 2 gets a discount of 10% for manufacturer A and a discount of 15% for manufacturer B.
The idea was to solve this with several customer groups. Or are there better solutions?
customer discount customer-group manufacturer
customer discount customer-group manufacturer
edited 50 mins ago
Shoaib Munir
1,081521
1,081521
asked Dec 13 '18 at 16:42
dbachmanndbachmann
111
111
You want to create many customer group,based on customer group you want to manage discount or single customer you want to handle different customer group
– Ajithkumar
Dec 13 '18 at 16:51
add a comment |
You want to create many customer group,based on customer group you want to manage discount or single customer you want to handle different customer group
– Ajithkumar
Dec 13 '18 at 16:51
You want to create many customer group,based on customer group you want to manage discount or single customer you want to handle different customer group
– Ajithkumar
Dec 13 '18 at 16:51
You want to create many customer group,based on customer group you want to manage discount or single customer you want to handle different customer group
– Ajithkumar
Dec 13 '18 at 16:51
add a comment |
1 Answer
1
active
oldest
votes
To solve this your thought sounds correct.
A customer is typically only ever to be in one customer group.
So if you have a specific group for manufacturer "a" to give 5 % and manufacturer "b" to give 10% off and another group to do the reverse I would think that would be the simplest solution to this.
But that's not saying that is the only solution.
Another solution you could do to have a promo based on another attribute you set.
By creating a new attribute and assigning certain values to that and have that determine the customers that are allowed to have the percentage off would save you time changing group prices for each of your products.
It all depends on what concerns you have with your current solution and how much time you plan on investing to make one solution work.
If you have any questions on my suggestion please let me know.
Thank you for your reply and your idea with a new attribute. It sounds good and makes sense but there is another condition. My customer has the discount only for several product groups for each manufacturer. So we can't say there is a overall discount for each manufacturer. A promo based discount is out of question then. Discounts I could set in the advanced pricing section with a mass import. The question is, if there is an extension or something that allows me, to add a customer in several customer groups.
– dbachmann
Dec 13 '18 at 17:34
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f253573%2fcustomer-in-more-than-customer-group%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
To solve this your thought sounds correct.
A customer is typically only ever to be in one customer group.
So if you have a specific group for manufacturer "a" to give 5 % and manufacturer "b" to give 10% off and another group to do the reverse I would think that would be the simplest solution to this.
But that's not saying that is the only solution.
Another solution you could do to have a promo based on another attribute you set.
By creating a new attribute and assigning certain values to that and have that determine the customers that are allowed to have the percentage off would save you time changing group prices for each of your products.
It all depends on what concerns you have with your current solution and how much time you plan on investing to make one solution work.
If you have any questions on my suggestion please let me know.
Thank you for your reply and your idea with a new attribute. It sounds good and makes sense but there is another condition. My customer has the discount only for several product groups for each manufacturer. So we can't say there is a overall discount for each manufacturer. A promo based discount is out of question then. Discounts I could set in the advanced pricing section with a mass import. The question is, if there is an extension or something that allows me, to add a customer in several customer groups.
– dbachmann
Dec 13 '18 at 17:34
add a comment |
To solve this your thought sounds correct.
A customer is typically only ever to be in one customer group.
So if you have a specific group for manufacturer "a" to give 5 % and manufacturer "b" to give 10% off and another group to do the reverse I would think that would be the simplest solution to this.
But that's not saying that is the only solution.
Another solution you could do to have a promo based on another attribute you set.
By creating a new attribute and assigning certain values to that and have that determine the customers that are allowed to have the percentage off would save you time changing group prices for each of your products.
It all depends on what concerns you have with your current solution and how much time you plan on investing to make one solution work.
If you have any questions on my suggestion please let me know.
Thank you for your reply and your idea with a new attribute. It sounds good and makes sense but there is another condition. My customer has the discount only for several product groups for each manufacturer. So we can't say there is a overall discount for each manufacturer. A promo based discount is out of question then. Discounts I could set in the advanced pricing section with a mass import. The question is, if there is an extension or something that allows me, to add a customer in several customer groups.
– dbachmann
Dec 13 '18 at 17:34
add a comment |
To solve this your thought sounds correct.
A customer is typically only ever to be in one customer group.
So if you have a specific group for manufacturer "a" to give 5 % and manufacturer "b" to give 10% off and another group to do the reverse I would think that would be the simplest solution to this.
But that's not saying that is the only solution.
Another solution you could do to have a promo based on another attribute you set.
By creating a new attribute and assigning certain values to that and have that determine the customers that are allowed to have the percentage off would save you time changing group prices for each of your products.
It all depends on what concerns you have with your current solution and how much time you plan on investing to make one solution work.
If you have any questions on my suggestion please let me know.
To solve this your thought sounds correct.
A customer is typically only ever to be in one customer group.
So if you have a specific group for manufacturer "a" to give 5 % and manufacturer "b" to give 10% off and another group to do the reverse I would think that would be the simplest solution to this.
But that's not saying that is the only solution.
Another solution you could do to have a promo based on another attribute you set.
By creating a new attribute and assigning certain values to that and have that determine the customers that are allowed to have the percentage off would save you time changing group prices for each of your products.
It all depends on what concerns you have with your current solution and how much time you plan on investing to make one solution work.
If you have any questions on my suggestion please let me know.
answered Dec 13 '18 at 16:55
danmentzerdanmentzer
388110
388110
Thank you for your reply and your idea with a new attribute. It sounds good and makes sense but there is another condition. My customer has the discount only for several product groups for each manufacturer. So we can't say there is a overall discount for each manufacturer. A promo based discount is out of question then. Discounts I could set in the advanced pricing section with a mass import. The question is, if there is an extension or something that allows me, to add a customer in several customer groups.
– dbachmann
Dec 13 '18 at 17:34
add a comment |
Thank you for your reply and your idea with a new attribute. It sounds good and makes sense but there is another condition. My customer has the discount only for several product groups for each manufacturer. So we can't say there is a overall discount for each manufacturer. A promo based discount is out of question then. Discounts I could set in the advanced pricing section with a mass import. The question is, if there is an extension or something that allows me, to add a customer in several customer groups.
– dbachmann
Dec 13 '18 at 17:34
Thank you for your reply and your idea with a new attribute. It sounds good and makes sense but there is another condition. My customer has the discount only for several product groups for each manufacturer. So we can't say there is a overall discount for each manufacturer. A promo based discount is out of question then. Discounts I could set in the advanced pricing section with a mass import. The question is, if there is an extension or something that allows me, to add a customer in several customer groups.
– dbachmann
Dec 13 '18 at 17:34
Thank you for your reply and your idea with a new attribute. It sounds good and makes sense but there is another condition. My customer has the discount only for several product groups for each manufacturer. So we can't say there is a overall discount for each manufacturer. A promo based discount is out of question then. Discounts I could set in the advanced pricing section with a mass import. The question is, if there is an extension or something that allows me, to add a customer in several customer groups.
– dbachmann
Dec 13 '18 at 17:34
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f253573%2fcustomer-in-more-than-customer-group%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You want to create many customer group,based on customer group you want to manage discount or single customer you want to handle different customer group
– Ajithkumar
Dec 13 '18 at 16:51