Assigning multiple sizes to one product SKU
We sell shoes online. Some shoes come in European sizes (37, 38, 39 etc.) while others come in U.S sizes of 7, 8, 9 etc.
We have a search option whereby shoppers can select to view only shoes in their size. We would like to ensure that if a woman selects for example a size 8 that all SKUs with a European size of 38 is also displayed in the results.
Any suggestion of how best to do this in Magento? Can this be accomplished using tags or the custom options attribute or something else?
custom-options multiselect-attribute tags
add a comment |
We sell shoes online. Some shoes come in European sizes (37, 38, 39 etc.) while others come in U.S sizes of 7, 8, 9 etc.
We have a search option whereby shoppers can select to view only shoes in their size. We would like to ensure that if a woman selects for example a size 8 that all SKUs with a European size of 38 is also displayed in the results.
Any suggestion of how best to do this in Magento? Can this be accomplished using tags or the custom options attribute or something else?
custom-options multiselect-attribute tags
add a comment |
We sell shoes online. Some shoes come in European sizes (37, 38, 39 etc.) while others come in U.S sizes of 7, 8, 9 etc.
We have a search option whereby shoppers can select to view only shoes in their size. We would like to ensure that if a woman selects for example a size 8 that all SKUs with a European size of 38 is also displayed in the results.
Any suggestion of how best to do this in Magento? Can this be accomplished using tags or the custom options attribute or something else?
custom-options multiselect-attribute tags
We sell shoes online. Some shoes come in European sizes (37, 38, 39 etc.) while others come in U.S sizes of 7, 8, 9 etc.
We have a search option whereby shoppers can select to view only shoes in their size. We would like to ensure that if a woman selects for example a size 8 that all SKUs with a European size of 38 is also displayed in the results.
Any suggestion of how best to do this in Magento? Can this be accomplished using tags or the custom options attribute or something else?
custom-options multiselect-attribute tags
custom-options multiselect-attribute tags
edited 32 mins ago
Teja Bhagavan Kollepara
2,94841847
2,94841847
asked Dec 3 '14 at 13:17
yengoyengo
164
164
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
For me there seems to be two questions here.
Firstly how to structure products with regards of grouping and configuration.
Secondly attribute conversion between different countries.
Product structure
What I would do if I was in your position here would be to create configurable products with each simple product as a product with the different sizes. Example here you would have.
- Green Shoe (SKU: green-shoe)
- Green Shoe size 8 (SKU: green-shoe-8)
- Green Shoe size 9 (SKU: green-shoe-9)
The "simple" products which have the sizes would not be accessible individually but would be attached to the configurable product. This should work out of the box with regards to search and attribute filtering. Down side here is that you can end up with a very large catalog (only seen by the admin) with each size being a separate product.
Attribute Conversion
This one is a bit more tricky and I have never had to achieve something similar. One option is to split the sizes by store so you have a store based in the USA and a store based in the EU. The EU store uses EU sizes and the USA store uses the appropriate sizes. Then simply change the values for each store. Personally I would go this way as it is not very often that someone would search for US sizes but pay in € as they are on a site inside the EU. If you think about this with regards to pricing and pricing conversion.
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%2f46240%2fassigning-multiple-sizes-to-one-product-sku%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
For me there seems to be two questions here.
Firstly how to structure products with regards of grouping and configuration.
Secondly attribute conversion between different countries.
Product structure
What I would do if I was in your position here would be to create configurable products with each simple product as a product with the different sizes. Example here you would have.
- Green Shoe (SKU: green-shoe)
- Green Shoe size 8 (SKU: green-shoe-8)
- Green Shoe size 9 (SKU: green-shoe-9)
The "simple" products which have the sizes would not be accessible individually but would be attached to the configurable product. This should work out of the box with regards to search and attribute filtering. Down side here is that you can end up with a very large catalog (only seen by the admin) with each size being a separate product.
Attribute Conversion
This one is a bit more tricky and I have never had to achieve something similar. One option is to split the sizes by store so you have a store based in the USA and a store based in the EU. The EU store uses EU sizes and the USA store uses the appropriate sizes. Then simply change the values for each store. Personally I would go this way as it is not very often that someone would search for US sizes but pay in € as they are on a site inside the EU. If you think about this with regards to pricing and pricing conversion.
add a comment |
For me there seems to be two questions here.
Firstly how to structure products with regards of grouping and configuration.
Secondly attribute conversion between different countries.
Product structure
What I would do if I was in your position here would be to create configurable products with each simple product as a product with the different sizes. Example here you would have.
- Green Shoe (SKU: green-shoe)
- Green Shoe size 8 (SKU: green-shoe-8)
- Green Shoe size 9 (SKU: green-shoe-9)
The "simple" products which have the sizes would not be accessible individually but would be attached to the configurable product. This should work out of the box with regards to search and attribute filtering. Down side here is that you can end up with a very large catalog (only seen by the admin) with each size being a separate product.
Attribute Conversion
This one is a bit more tricky and I have never had to achieve something similar. One option is to split the sizes by store so you have a store based in the USA and a store based in the EU. The EU store uses EU sizes and the USA store uses the appropriate sizes. Then simply change the values for each store. Personally I would go this way as it is not very often that someone would search for US sizes but pay in € as they are on a site inside the EU. If you think about this with regards to pricing and pricing conversion.
add a comment |
For me there seems to be two questions here.
Firstly how to structure products with regards of grouping and configuration.
Secondly attribute conversion between different countries.
Product structure
What I would do if I was in your position here would be to create configurable products with each simple product as a product with the different sizes. Example here you would have.
- Green Shoe (SKU: green-shoe)
- Green Shoe size 8 (SKU: green-shoe-8)
- Green Shoe size 9 (SKU: green-shoe-9)
The "simple" products which have the sizes would not be accessible individually but would be attached to the configurable product. This should work out of the box with regards to search and attribute filtering. Down side here is that you can end up with a very large catalog (only seen by the admin) with each size being a separate product.
Attribute Conversion
This one is a bit more tricky and I have never had to achieve something similar. One option is to split the sizes by store so you have a store based in the USA and a store based in the EU. The EU store uses EU sizes and the USA store uses the appropriate sizes. Then simply change the values for each store. Personally I would go this way as it is not very often that someone would search for US sizes but pay in € as they are on a site inside the EU. If you think about this with regards to pricing and pricing conversion.
For me there seems to be two questions here.
Firstly how to structure products with regards of grouping and configuration.
Secondly attribute conversion between different countries.
Product structure
What I would do if I was in your position here would be to create configurable products with each simple product as a product with the different sizes. Example here you would have.
- Green Shoe (SKU: green-shoe)
- Green Shoe size 8 (SKU: green-shoe-8)
- Green Shoe size 9 (SKU: green-shoe-9)
The "simple" products which have the sizes would not be accessible individually but would be attached to the configurable product. This should work out of the box with regards to search and attribute filtering. Down side here is that you can end up with a very large catalog (only seen by the admin) with each size being a separate product.
Attribute Conversion
This one is a bit more tricky and I have never had to achieve something similar. One option is to split the sizes by store so you have a store based in the USA and a store based in the EU. The EU store uses EU sizes and the USA store uses the appropriate sizes. Then simply change the values for each store. Personally I would go this way as it is not very often that someone would search for US sizes but pay in € as they are on a site inside the EU. If you think about this with regards to pricing and pricing conversion.
edited Mar 25 '15 at 5:46
Keyul Shah
6,54963058
6,54963058
answered Jan 22 '15 at 12:35
David MannersDavid Manners
24.6k862211
24.6k862211
add a comment |
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%2f46240%2fassigning-multiple-sizes-to-one-product-sku%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