Auto apply Coupon code already logged in customer
i want to apply coupon code automatically for logged in customer when it comes view cart page .when page loaded it is automatically applied.if user is not logged in than they want to add manually for that one.
magento-1.9 coupon coupon-codes
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
i want to apply coupon code automatically for logged in customer when it comes view cart page .when page loaded it is automatically applied.if user is not logged in than they want to add manually for that one.
magento-1.9 coupon coupon-codes
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
i want to apply coupon code automatically for logged in customer when it comes view cart page .when page loaded it is automatically applied.if user is not logged in than they want to add manually for that one.
magento-1.9 coupon coupon-codes
i want to apply coupon code automatically for logged in customer when it comes view cart page .when page loaded it is automatically applied.if user is not logged in than they want to add manually for that one.
magento-1.9 coupon coupon-codes
magento-1.9 coupon coupon-codes
asked Aug 10 '16 at 8:02
user3921091user3921091
4115
4115
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
use two shopping cart - rules,
1) for connected users select only the usergroup of register users, without code and the promo you like apply.
2) promo with code and assigned only for the group "NOT LOGGED IN" with a code and the promo you like apply.
the two will swicth when the user is connected because change of usergroup, i hope you assing a usergroup to your registered customers
yes you are right but i want suppose i create coupon like DIXIT15 FOR 15% Off it is automatic display DIXIT15 is applied but when in your case no coupon is display i want to display this coupon already applied
– user3921091
Aug 10 '16 at 8:34
that seems some hard to write with a observer, but i thing a easy bypass is create a no value product put a image say Promo and in small description put your msg, and add this product to shopping cart with the promo for connected users, well you can add this product in the two promo to keep the same UX
– Pablote
Aug 10 '16 at 8:38
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%2f130734%2fauto-apply-coupon-code-already-logged-in-customer%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
use two shopping cart - rules,
1) for connected users select only the usergroup of register users, without code and the promo you like apply.
2) promo with code and assigned only for the group "NOT LOGGED IN" with a code and the promo you like apply.
the two will swicth when the user is connected because change of usergroup, i hope you assing a usergroup to your registered customers
yes you are right but i want suppose i create coupon like DIXIT15 FOR 15% Off it is automatic display DIXIT15 is applied but when in your case no coupon is display i want to display this coupon already applied
– user3921091
Aug 10 '16 at 8:34
that seems some hard to write with a observer, but i thing a easy bypass is create a no value product put a image say Promo and in small description put your msg, and add this product to shopping cart with the promo for connected users, well you can add this product in the two promo to keep the same UX
– Pablote
Aug 10 '16 at 8:38
add a comment |
use two shopping cart - rules,
1) for connected users select only the usergroup of register users, without code and the promo you like apply.
2) promo with code and assigned only for the group "NOT LOGGED IN" with a code and the promo you like apply.
the two will swicth when the user is connected because change of usergroup, i hope you assing a usergroup to your registered customers
yes you are right but i want suppose i create coupon like DIXIT15 FOR 15% Off it is automatic display DIXIT15 is applied but when in your case no coupon is display i want to display this coupon already applied
– user3921091
Aug 10 '16 at 8:34
that seems some hard to write with a observer, but i thing a easy bypass is create a no value product put a image say Promo and in small description put your msg, and add this product to shopping cart with the promo for connected users, well you can add this product in the two promo to keep the same UX
– Pablote
Aug 10 '16 at 8:38
add a comment |
use two shopping cart - rules,
1) for connected users select only the usergroup of register users, without code and the promo you like apply.
2) promo with code and assigned only for the group "NOT LOGGED IN" with a code and the promo you like apply.
the two will swicth when the user is connected because change of usergroup, i hope you assing a usergroup to your registered customers
use two shopping cart - rules,
1) for connected users select only the usergroup of register users, without code and the promo you like apply.
2) promo with code and assigned only for the group "NOT LOGGED IN" with a code and the promo you like apply.
the two will swicth when the user is connected because change of usergroup, i hope you assing a usergroup to your registered customers
answered Aug 10 '16 at 8:31
PablotePablote
1137
1137
yes you are right but i want suppose i create coupon like DIXIT15 FOR 15% Off it is automatic display DIXIT15 is applied but when in your case no coupon is display i want to display this coupon already applied
– user3921091
Aug 10 '16 at 8:34
that seems some hard to write with a observer, but i thing a easy bypass is create a no value product put a image say Promo and in small description put your msg, and add this product to shopping cart with the promo for connected users, well you can add this product in the two promo to keep the same UX
– Pablote
Aug 10 '16 at 8:38
add a comment |
yes you are right but i want suppose i create coupon like DIXIT15 FOR 15% Off it is automatic display DIXIT15 is applied but when in your case no coupon is display i want to display this coupon already applied
– user3921091
Aug 10 '16 at 8:34
that seems some hard to write with a observer, but i thing a easy bypass is create a no value product put a image say Promo and in small description put your msg, and add this product to shopping cart with the promo for connected users, well you can add this product in the two promo to keep the same UX
– Pablote
Aug 10 '16 at 8:38
yes you are right but i want suppose i create coupon like DIXIT15 FOR 15% Off it is automatic display DIXIT15 is applied but when in your case no coupon is display i want to display this coupon already applied
– user3921091
Aug 10 '16 at 8:34
yes you are right but i want suppose i create coupon like DIXIT15 FOR 15% Off it is automatic display DIXIT15 is applied but when in your case no coupon is display i want to display this coupon already applied
– user3921091
Aug 10 '16 at 8:34
that seems some hard to write with a observer, but i thing a easy bypass is create a no value product put a image say Promo and in small description put your msg, and add this product to shopping cart with the promo for connected users, well you can add this product in the two promo to keep the same UX
– Pablote
Aug 10 '16 at 8:38
that seems some hard to write with a observer, but i thing a easy bypass is create a no value product put a image say Promo and in small description put your msg, and add this product to shopping cart with the promo for connected users, well you can add this product in the two promo to keep the same UX
– Pablote
Aug 10 '16 at 8:38
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%2f130734%2fauto-apply-coupon-code-already-logged-in-customer%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