How to apply shipping charge for particular productApply discount to shipping costHow to apply shipping charges if order is below X amount?Shopping Cart Price Rule free shipping only for quantity subset of the same product?Show only free shipping if subtotal is greater than 100 and not to show if less than 100Upgrading to php 7.0 is not applying shopping cart price rules in magento 1.9.2.1How to Change Shipping Cost for Specific Products?Magento2: How to show shipping method condition wise?
Is Thieves' Cant a language?
Suspension compromise for urban use
How much can I judge a company based on a phone screening?
Will using a resistor in series with a LED to control its voltage increase the total energy expenditure?
Bringing Power Supplies on Plane?
Are there liquid fueled rocket boosters having coaxial fuel/oxidizer tanks?
Are there any cons in using rounded corners for bar graphs?
Did Michelle Obama have a staff of 23; and Melania have a staff of 4?
Doesn't the speed of light limit imply the same electron can be annihilated twice?
Why aren’t there water shutoff valves for each room?
How would armour (and combat) change if the fighter didn't need to actually wear it?
Is there a name for the technique in songs/poems, where the rhyming pattern primes the listener for a certain line, which never comes?
How can I find an old paper when the usual methods fail?
Why do my bicycle brakes get worse and feel more 'squishy" over time?
Word for an event that will likely never happen again
Scam? Phone call from "Department of Social Security" asking me to call back
Is it OK to draw different current from L1 and L2 on NEMA 14-50?
The more + the + comparative degree
What would cause a nuclear power plant to break down after 2000 years, but not sooner?
A man in the desert is bitten by a skeletal animal, its skull gets stuck on his arm
Can anybody tell me who this Pokemon is?
List, map function based on a condition
Airline power sockets shut down when I plug my computer in. How can I avoid that?
What is the proper name for a circle with a line through it?
How to apply shipping charge for particular product
Apply discount to shipping costHow to apply shipping charges if order is below X amount?Shopping Cart Price Rule free shipping only for quantity subset of the same product?Show only free shipping if subtotal is greater than 100 and not to show if less than 100Upgrading to php 7.0 is not applying shopping cart price rules in magento 1.9.2.1How to Change Shipping Cost for Specific Products?Magento2: How to show shipping method condition wise?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have used flat_rate shipping method which charges 20 Rs for cart total in magento shop.
I have created a shopping cart price rule, according to it if cart total is greater than and equal to 200 Rs then no shipping charge will be apply on cart total. It works correctly.
I have a product which has price approximate 2000 Rs (it means greater than 200), according to above rule no shipping charge will apply on cart total, but I want to apply shipping charge 10 Rs on this product.
How to do that?
magento-1.9 shopping-cart-price-rules
add a comment |
I have used flat_rate shipping method which charges 20 Rs for cart total in magento shop.
I have created a shopping cart price rule, according to it if cart total is greater than and equal to 200 Rs then no shipping charge will be apply on cart total. It works correctly.
I have a product which has price approximate 2000 Rs (it means greater than 200), according to above rule no shipping charge will apply on cart total, but I want to apply shipping charge 10 Rs on this product.
How to do that?
magento-1.9 shopping-cart-price-rules
Did you get your point?
– zus
Aug 17 '18 at 6:34
add a comment |
I have used flat_rate shipping method which charges 20 Rs for cart total in magento shop.
I have created a shopping cart price rule, according to it if cart total is greater than and equal to 200 Rs then no shipping charge will be apply on cart total. It works correctly.
I have a product which has price approximate 2000 Rs (it means greater than 200), according to above rule no shipping charge will apply on cart total, but I want to apply shipping charge 10 Rs on this product.
How to do that?
magento-1.9 shopping-cart-price-rules
I have used flat_rate shipping method which charges 20 Rs for cart total in magento shop.
I have created a shopping cart price rule, according to it if cart total is greater than and equal to 200 Rs then no shipping charge will be apply on cart total. It works correctly.
I have a product which has price approximate 2000 Rs (it means greater than 200), according to above rule no shipping charge will apply on cart total, but I want to apply shipping charge 10 Rs on this product.
How to do that?
magento-1.9 shopping-cart-price-rules
magento-1.9 shopping-cart-price-rules
asked Feb 29 '16 at 13:32
Vinaya MaheshwariVinaya Maheshwari
1,2021 gold badge21 silver badges52 bronze badges
1,2021 gold badge21 silver badges52 bronze badges
Did you get your point?
– zus
Aug 17 '18 at 6:34
add a comment |
Did you get your point?
– zus
Aug 17 '18 at 6:34
Did you get your point?
– zus
Aug 17 '18 at 6:34
Did you get your point?
– zus
Aug 17 '18 at 6:34
add a comment |
1 Answer
1
active
oldest
votes
You can add a new attribute to your products from
Catalog->Attributes->Manage Attributes called "Free shipping" set the type to "Dropdown" with Yes/No options.
Assign that new attribute you have created to the Attribute Groups you want.
More info here: http://www.templatemonster.com/help/magento-how-to-create-an-attribute-and-apply-it-to-products.html#gref
That process will add a new attribute to your products
And then on your Shipping Cart Price Rule you can use something like this (customise it to the discount details you want).

Now you can set Free Shipping only to the products you want on the backend.
Hello @St0iK, I don't want to change my previous functionality, but want to add new rule for particular product.
– Vinaya Maheshwari
Mar 1 '16 at 7:09
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%2f103940%2fhow-to-apply-shipping-charge-for-particular-product%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
You can add a new attribute to your products from
Catalog->Attributes->Manage Attributes called "Free shipping" set the type to "Dropdown" with Yes/No options.
Assign that new attribute you have created to the Attribute Groups you want.
More info here: http://www.templatemonster.com/help/magento-how-to-create-an-attribute-and-apply-it-to-products.html#gref
That process will add a new attribute to your products
And then on your Shipping Cart Price Rule you can use something like this (customise it to the discount details you want).

Now you can set Free Shipping only to the products you want on the backend.
Hello @St0iK, I don't want to change my previous functionality, but want to add new rule for particular product.
– Vinaya Maheshwari
Mar 1 '16 at 7:09
add a comment |
You can add a new attribute to your products from
Catalog->Attributes->Manage Attributes called "Free shipping" set the type to "Dropdown" with Yes/No options.
Assign that new attribute you have created to the Attribute Groups you want.
More info here: http://www.templatemonster.com/help/magento-how-to-create-an-attribute-and-apply-it-to-products.html#gref
That process will add a new attribute to your products
And then on your Shipping Cart Price Rule you can use something like this (customise it to the discount details you want).

Now you can set Free Shipping only to the products you want on the backend.
Hello @St0iK, I don't want to change my previous functionality, but want to add new rule for particular product.
– Vinaya Maheshwari
Mar 1 '16 at 7:09
add a comment |
You can add a new attribute to your products from
Catalog->Attributes->Manage Attributes called "Free shipping" set the type to "Dropdown" with Yes/No options.
Assign that new attribute you have created to the Attribute Groups you want.
More info here: http://www.templatemonster.com/help/magento-how-to-create-an-attribute-and-apply-it-to-products.html#gref
That process will add a new attribute to your products
And then on your Shipping Cart Price Rule you can use something like this (customise it to the discount details you want).

Now you can set Free Shipping only to the products you want on the backend.
You can add a new attribute to your products from
Catalog->Attributes->Manage Attributes called "Free shipping" set the type to "Dropdown" with Yes/No options.
Assign that new attribute you have created to the Attribute Groups you want.
More info here: http://www.templatemonster.com/help/magento-how-to-create-an-attribute-and-apply-it-to-products.html#gref
That process will add a new attribute to your products
And then on your Shipping Cart Price Rule you can use something like this (customise it to the discount details you want).

Now you can set Free Shipping only to the products you want on the backend.
answered Feb 29 '16 at 13:46
St0iKSt0iK
6684 silver badges12 bronze badges
6684 silver badges12 bronze badges
Hello @St0iK, I don't want to change my previous functionality, but want to add new rule for particular product.
– Vinaya Maheshwari
Mar 1 '16 at 7:09
add a comment |
Hello @St0iK, I don't want to change my previous functionality, but want to add new rule for particular product.
– Vinaya Maheshwari
Mar 1 '16 at 7:09
Hello @St0iK, I don't want to change my previous functionality, but want to add new rule for particular product.
– Vinaya Maheshwari
Mar 1 '16 at 7:09
Hello @St0iK, I don't want to change my previous functionality, but want to add new rule for particular product.
– Vinaya Maheshwari
Mar 1 '16 at 7:09
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%2f103940%2fhow-to-apply-shipping-charge-for-particular-product%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
Did you get your point?
– zus
Aug 17 '18 at 6:34