How to restrict ship to specific countries for several productsHow to specify a fixed shipping rate for each product separatly?Allow multiple countries for billing but restrict for shippingShipping methods does not appear for different countriesAllow countries keeps resetting and allowing all on frontend?How to configure table rates to exclude free shipping for some statesOnly Collect in Store for Certain ProductsVat for specific countriesAllowed country not working in magento2?Few product restrict for specific countriesTable where global names is stored
What are the advantages and disadvantages of Manhattan-Style routing?
Fully submerged water bath for stove top baking?
Subset of knight's move in chess.
Grid: different background color (of row) based on values
Why are symbols not written in words?
Meaning of the word "good" in context
How to count the number of bytes in a file, grouping the same bytes?
Why doesn't SpaceX land boosters in Africa?
Does friction always oppose motion?
Is it OK to say "The situation is pregnant with a crisis"?
Would switching to a proportionate House require a constitutional amendment?
German idiomatic equivalents of 能骗就骗 (if you can cheat, then cheat)
Is leaving out prefixes like "rauf", "rüber", "rein" when describing movement considered a big mistake in spoken German?
How does mmorpg store data?
Perform mirror symmetry transformation of 3D model (in OBJ)
Calculus, water poured into a cone: Why is the derivative non-linear?
Where to connect the fuse and why?
Why am I getting an electric shock from the water in my hot tub?
Why do some PCBs have exposed plated perimeters?
Why wasn't ASCII designed with a contiguous alphanumeric character order?
Is it advisable to inform the CEO about his brother accessing his office?
Have any large aeroplanes been landed — safely and without damage — in locations that they could not be flown away from?
English idiomatic equivalents of 能骗就骗 (if you can cheat, then cheat)
Why will we fail creating a self sustaining off world colony?
How to restrict ship to specific countries for several products
How to specify a fixed shipping rate for each product separatly?Allow multiple countries for billing but restrict for shippingShipping methods does not appear for different countriesAllow countries keeps resetting and allowing all on frontend?How to configure table rates to exclude free shipping for some statesOnly Collect in Store for Certain ProductsVat for specific countriesAllowed country not working in magento2?Few product restrict for specific countriesTable where global names is stored
There are several products in my store that can only be shipped to the United States, UK, France, Germany, Canada. In addition to these products, other products can be shipped to all countries in the world.
How can I set restrictions on these products to allow only United States, UK, French, German and Canadian consumers to place orders?
thanks
magento-1.9 shipping shipping-address zipcode
add a comment |
There are several products in my store that can only be shipped to the United States, UK, France, Germany, Canada. In addition to these products, other products can be shipped to all countries in the world.
How can I set restrictions on these products to allow only United States, UK, French, German and Canadian consumers to place orders?
thanks
magento-1.9 shipping shipping-address zipcode
you need to used magento event observer for this.
– Dhiren Vasoya
Jun 22 at 6:32
create new custom multi select attribute with all country, handle this attribute with your requirement using observer
– Hardik Visa
Jun 22 at 6:35
Is there an extension that can do this?
– Clark
Jun 22 at 7:02
add a comment |
There are several products in my store that can only be shipped to the United States, UK, France, Germany, Canada. In addition to these products, other products can be shipped to all countries in the world.
How can I set restrictions on these products to allow only United States, UK, French, German and Canadian consumers to place orders?
thanks
magento-1.9 shipping shipping-address zipcode
There are several products in my store that can only be shipped to the United States, UK, France, Germany, Canada. In addition to these products, other products can be shipped to all countries in the world.
How can I set restrictions on these products to allow only United States, UK, French, German and Canadian consumers to place orders?
thanks
magento-1.9 shipping shipping-address zipcode
magento-1.9 shipping shipping-address zipcode
edited Jun 22 at 5:12
Jimit Bhavsar
4704 silver badges18 bronze badges
4704 silver badges18 bronze badges
asked Jun 22 at 2:36
ClarkClark
1
1
you need to used magento event observer for this.
– Dhiren Vasoya
Jun 22 at 6:32
create new custom multi select attribute with all country, handle this attribute with your requirement using observer
– Hardik Visa
Jun 22 at 6:35
Is there an extension that can do this?
– Clark
Jun 22 at 7:02
add a comment |
you need to used magento event observer for this.
– Dhiren Vasoya
Jun 22 at 6:32
create new custom multi select attribute with all country, handle this attribute with your requirement using observer
– Hardik Visa
Jun 22 at 6:35
Is there an extension that can do this?
– Clark
Jun 22 at 7:02
you need to used magento event observer for this.
– Dhiren Vasoya
Jun 22 at 6:32
you need to used magento event observer for this.
– Dhiren Vasoya
Jun 22 at 6:32
create new custom multi select attribute with all country, handle this attribute with your requirement using observer
– Hardik Visa
Jun 22 at 6:35
create new custom multi select attribute with all country, handle this attribute with your requirement using observer
– Hardik Visa
Jun 22 at 6:35
Is there an extension that can do this?
– Clark
Jun 22 at 7:02
Is there an extension that can do this?
– Clark
Jun 22 at 7:02
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');
);
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%2f279244%2fhow-to-restrict-ship-to-specific-countries-for-several-products%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');
);
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%2f279244%2fhow-to-restrict-ship-to-specific-countries-for-several-products%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 need to used magento event observer for this.
– Dhiren Vasoya
Jun 22 at 6:32
create new custom multi select attribute with all country, handle this attribute with your requirement using observer
– Hardik Visa
Jun 22 at 6:35
Is there an extension that can do this?
– Clark
Jun 22 at 7:02