cart price rule not applied for free shipping
I need to apply free shipping for specific products with specific attribute.
for example products with attribute condition
is equal to true
.
I add the following conditions
if one of those condition is true
if an item is found in cart with all of those conditions are true
`condition` is `true`
subtotals in cart is equal to or greater than 3000
if substotal is 3000 for a subselection of items in cart matching all of these conditions:
`condition` is `true`
I've enabled free shipping with Minimum order quantity
equal to 3000. and rule is enabled until 31/12/2020
the result of that is free shipping is applied whenever subtotals in cart are equal to 3000
magento-2.1.7 free-shipping
add a comment |
I need to apply free shipping for specific products with specific attribute.
for example products with attribute condition
is equal to true
.
I add the following conditions
if one of those condition is true
if an item is found in cart with all of those conditions are true
`condition` is `true`
subtotals in cart is equal to or greater than 3000
if substotal is 3000 for a subselection of items in cart matching all of these conditions:
`condition` is `true`
I've enabled free shipping with Minimum order quantity
equal to 3000. and rule is enabled until 31/12/2020
the result of that is free shipping is applied whenever subtotals in cart are equal to 3000
magento-2.1.7 free-shipping
Your product attribute should be enable for promotion and then you can need to use condition product attribute condition and assign your custom attribute in condition.
– Aman Alam
16 mins ago
add a comment |
I need to apply free shipping for specific products with specific attribute.
for example products with attribute condition
is equal to true
.
I add the following conditions
if one of those condition is true
if an item is found in cart with all of those conditions are true
`condition` is `true`
subtotals in cart is equal to or greater than 3000
if substotal is 3000 for a subselection of items in cart matching all of these conditions:
`condition` is `true`
I've enabled free shipping with Minimum order quantity
equal to 3000. and rule is enabled until 31/12/2020
the result of that is free shipping is applied whenever subtotals in cart are equal to 3000
magento-2.1.7 free-shipping
I need to apply free shipping for specific products with specific attribute.
for example products with attribute condition
is equal to true
.
I add the following conditions
if one of those condition is true
if an item is found in cart with all of those conditions are true
`condition` is `true`
subtotals in cart is equal to or greater than 3000
if substotal is 3000 for a subselection of items in cart matching all of these conditions:
`condition` is `true`
I've enabled free shipping with Minimum order quantity
equal to 3000. and rule is enabled until 31/12/2020
the result of that is free shipping is applied whenever subtotals in cart are equal to 3000
magento-2.1.7 free-shipping
magento-2.1.7 free-shipping
asked 25 mins ago
Yomna MansourYomna Mansour
15910
15910
Your product attribute should be enable for promotion and then you can need to use condition product attribute condition and assign your custom attribute in condition.
– Aman Alam
16 mins ago
add a comment |
Your product attribute should be enable for promotion and then you can need to use condition product attribute condition and assign your custom attribute in condition.
– Aman Alam
16 mins ago
Your product attribute should be enable for promotion and then you can need to use condition product attribute condition and assign your custom attribute in condition.
– Aman Alam
16 mins ago
Your product attribute should be enable for promotion and then you can need to use condition product attribute condition and assign your custom attribute in condition.
– Aman Alam
16 mins ago
add a comment |
0
active
oldest
votes
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f263065%2fcart-price-rule-not-applied-for-free-shipping%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f263065%2fcart-price-rule-not-applied-for-free-shipping%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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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
Your product attribute should be enable for promotion and then you can need to use condition product attribute condition and assign your custom attribute in condition.
– Aman Alam
16 mins ago