How to add GTIN No for configurable products in magento Planned maintenance scheduled April...
Crossing US/Canada Border for less than 24 hours
Most bit efficient text communication method?
Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?
Is "Reachable Object" really an NP-complete problem?
Delete nth line from bottom
Where are Serre’s lectures at Collège de France to be found?
Fundamental Solution of the Pell Equation
Can a new player join a group only when a new campaign starts?
Is grep documentation wrong?
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
Is it a good idea to use CNN to classify 1D signal?
why is Nikon 1.4g better when Nikon 1.8g is sharper?
Finds a Character based on distance and health
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
Amount of permutations on an NxNxN Rubik's Cube
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
Why wasn't DOSKEY integrated with COMMAND.COM?
Why aren't air breathing engines used as small first stages?
How do I make this wiring inside cabinet safer? (Pic)
What are the out-of-universe reasons for the references to Toby Maguire-era Spider-Man in ITSV
How to find all the available tools in mac terminal?
What would be the ideal power source for a cybernetic eye?
How to tell that you are a giant?
How could we fake a moon landing now?
How to add GTIN No for configurable products in magento
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How do i add simple products to configurable product?How to avoid millions of simple products when using configurable product for t-shirtsProgramatically add simple to configurable productsAutomatically input gtin number in productsDisplaying Call for Price on configurable productsHow to add configurable product to current module?Add Configurable products via Admin Panelconfigurable products and simple products propertiesMagento 2 add simple products to configurable productsMagento 2 - Change the product page layout only for configurable products
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
How to add GTIN no for configurable products in magento. In Simple products I am having gtin number but, how to add that in configurable products.
magento-1.9 configurable-product
add a comment |
How to add GTIN no for configurable products in magento. In Simple products I am having gtin number but, how to add that in configurable products.
magento-1.9 configurable-product
add a comment |
How to add GTIN no for configurable products in magento. In Simple products I am having gtin number but, how to add that in configurable products.
magento-1.9 configurable-product
How to add GTIN no for configurable products in magento. In Simple products I am having gtin number but, how to add that in configurable products.
magento-1.9 configurable-product
magento-1.9 configurable-product
edited Mar 27 '18 at 10:50
user66067
asked Mar 27 '18 at 10:45
user66067user66067
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You can create new product attribute "GTIN". Then assign that attribute to particular attribute set. After that you can set required value of that attribute for particular product.
Hi,In simple products i am adding like this but in configurable products how we can add
– user66067
Mar 27 '18 at 10:53
Same like simple product
– Kishan Patadia
Mar 27 '18 at 11:34
If there is 1 product with 5 colors then in simple product there is 5 different gtin, after adding as configurable product how we will add gtin for this.
– user66067
Mar 27 '18 at 14:34
You can add it in associated products(simple) of that main configurable product
– Kishan Patadia
Mar 27 '18 at 15:20
"product in that attribute" This is worded poorly. How do you assign an attribute to all products and have it show in the General tab?
– AlxVallejo
16 hours ago
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%2f220008%2fhow-to-add-gtin-no-for-configurable-products-in-magento%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 create new product attribute "GTIN". Then assign that attribute to particular attribute set. After that you can set required value of that attribute for particular product.
Hi,In simple products i am adding like this but in configurable products how we can add
– user66067
Mar 27 '18 at 10:53
Same like simple product
– Kishan Patadia
Mar 27 '18 at 11:34
If there is 1 product with 5 colors then in simple product there is 5 different gtin, after adding as configurable product how we will add gtin for this.
– user66067
Mar 27 '18 at 14:34
You can add it in associated products(simple) of that main configurable product
– Kishan Patadia
Mar 27 '18 at 15:20
"product in that attribute" This is worded poorly. How do you assign an attribute to all products and have it show in the General tab?
– AlxVallejo
16 hours ago
add a comment |
You can create new product attribute "GTIN". Then assign that attribute to particular attribute set. After that you can set required value of that attribute for particular product.
Hi,In simple products i am adding like this but in configurable products how we can add
– user66067
Mar 27 '18 at 10:53
Same like simple product
– Kishan Patadia
Mar 27 '18 at 11:34
If there is 1 product with 5 colors then in simple product there is 5 different gtin, after adding as configurable product how we will add gtin for this.
– user66067
Mar 27 '18 at 14:34
You can add it in associated products(simple) of that main configurable product
– Kishan Patadia
Mar 27 '18 at 15:20
"product in that attribute" This is worded poorly. How do you assign an attribute to all products and have it show in the General tab?
– AlxVallejo
16 hours ago
add a comment |
You can create new product attribute "GTIN". Then assign that attribute to particular attribute set. After that you can set required value of that attribute for particular product.
You can create new product attribute "GTIN". Then assign that attribute to particular attribute set. After that you can set required value of that attribute for particular product.
edited 16 mins ago
answered Mar 27 '18 at 10:49
Kishan PatadiaKishan Patadia
3,87211025
3,87211025
Hi,In simple products i am adding like this but in configurable products how we can add
– user66067
Mar 27 '18 at 10:53
Same like simple product
– Kishan Patadia
Mar 27 '18 at 11:34
If there is 1 product with 5 colors then in simple product there is 5 different gtin, after adding as configurable product how we will add gtin for this.
– user66067
Mar 27 '18 at 14:34
You can add it in associated products(simple) of that main configurable product
– Kishan Patadia
Mar 27 '18 at 15:20
"product in that attribute" This is worded poorly. How do you assign an attribute to all products and have it show in the General tab?
– AlxVallejo
16 hours ago
add a comment |
Hi,In simple products i am adding like this but in configurable products how we can add
– user66067
Mar 27 '18 at 10:53
Same like simple product
– Kishan Patadia
Mar 27 '18 at 11:34
If there is 1 product with 5 colors then in simple product there is 5 different gtin, after adding as configurable product how we will add gtin for this.
– user66067
Mar 27 '18 at 14:34
You can add it in associated products(simple) of that main configurable product
– Kishan Patadia
Mar 27 '18 at 15:20
"product in that attribute" This is worded poorly. How do you assign an attribute to all products and have it show in the General tab?
– AlxVallejo
16 hours ago
Hi,In simple products i am adding like this but in configurable products how we can add
– user66067
Mar 27 '18 at 10:53
Hi,In simple products i am adding like this but in configurable products how we can add
– user66067
Mar 27 '18 at 10:53
Same like simple product
– Kishan Patadia
Mar 27 '18 at 11:34
Same like simple product
– Kishan Patadia
Mar 27 '18 at 11:34
If there is 1 product with 5 colors then in simple product there is 5 different gtin, after adding as configurable product how we will add gtin for this.
– user66067
Mar 27 '18 at 14:34
If there is 1 product with 5 colors then in simple product there is 5 different gtin, after adding as configurable product how we will add gtin for this.
– user66067
Mar 27 '18 at 14:34
You can add it in associated products(simple) of that main configurable product
– Kishan Patadia
Mar 27 '18 at 15:20
You can add it in associated products(simple) of that main configurable product
– Kishan Patadia
Mar 27 '18 at 15:20
"product in that attribute" This is worded poorly. How do you assign an attribute to all products and have it show in the General tab?
– AlxVallejo
16 hours ago
"product in that attribute" This is worded poorly. How do you assign an attribute to all products and have it show in the General tab?
– AlxVallejo
16 hours ago
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%2f220008%2fhow-to-add-gtin-no-for-configurable-products-in-magento%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