How can I assign an existing simple product to a configurable product using the admin interface?
I have existing simple products I need to assign to configurable products, however I can't find any interface to do this. This was possible in Magento 1, but I can't see where it is possible in Magento 2.
The only configurations interface I can see will only allow the creation of new products:
Is there a way to associate existing simple products to existing configurable products using the admin interface?
magento2 admin magento-2.1 configurable-product
add a comment |
I have existing simple products I need to assign to configurable products, however I can't find any interface to do this. This was possible in Magento 1, but I can't see where it is possible in Magento 2.
The only configurations interface I can see will only allow the creation of new products:
Is there a way to associate existing simple products to existing configurable products using the admin interface?
magento2 admin magento-2.1 configurable-product
add a comment |
I have existing simple products I need to assign to configurable products, however I can't find any interface to do this. This was possible in Magento 1, but I can't see where it is possible in Magento 2.
The only configurations interface I can see will only allow the creation of new products:
Is there a way to associate existing simple products to existing configurable products using the admin interface?
magento2 admin magento-2.1 configurable-product
I have existing simple products I need to assign to configurable products, however I can't find any interface to do this. This was possible in Magento 1, but I can't see where it is possible in Magento 2.
The only configurations interface I can see will only allow the creation of new products:
Is there a way to associate existing simple products to existing configurable products using the admin interface?
magento2 admin magento-2.1 configurable-product
magento2 admin magento-2.1 configurable-product
asked Feb 21 '17 at 3:48
Danny NimmoDanny Nimmo
1,070918
1,070918
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
In Magento 2 you need to first use the Create configurations tool to create the simple products to associate, then you need to replace the auto-generated versions with the simple products you actually want.
Thank you for this. For those interested, a closed GitHub issue on the problem, where it is stated: "Additionally, we have internal ticket MAGETWO-50639 in our backlog to revise the flow for configurable product."
– Danny Nimmo
Feb 21 '17 at 9:11
add a comment |
Yes, there is an option to choose/add/associate existing simple products to existing configurable products In Admin interface.
Follow the below steps:
- Open the Product -> Catalog from admin interface.
- Open the configurable product where you actually want to assign/associate simple product.
- Now, From there configurable product form you will see Configurations option.
- Click on that option you will see an option "Add Products Manually"
- Click on that It will open your simple products grid on the popup. Select the simple products which you want to assign.
- Click on Done on the top right corner, Save your configurable product. You have successfully assign simple product to the configurable product.
- For more details refer below screenshot :
2
Actually, theAdd Products Manually
link does not show until first going through theCreate Configurations
process.
– Danny Nimmo
Feb 21 '17 at 9:09
@DannyNimmo Yes thats correct !!! Because when you create configurable product !! then you need to select/give its configuration(kind of attributes) Based on that it will allow to select products . But your Question is for existing configurable product and for existing simple products... Hope you got it
– Manthan Dave
Feb 21 '17 at 9:13
But it does not make sense. You first need to make some placeholder configurations for a random attribute so that you're allowed to Add Products Manually, that's a lot of steps. A workaround could be to comment out line 312-315 invendormagentomodule-configurable-productUiDataProviderProductFormModifierConfigurablePanel.php
so theAdd Products Manually
button always shows, but it won't work because then you haven't selected the attribute on which to create the configurations from.
– Jacco Amersfoort
Jun 22 '17 at 10:16
However, I understand Magento's decision to make it like this. It makes more sense to generate the underlying Simple products when creating the Configurable Products. Instead of (the old way) creating some Simple Products and then creating a Configurable product and assigning those Simple products to it. This new approach is clearer.
– Jacco Amersfoort
Jun 22 '17 at 10:21
add a comment |
Go to Product --> Catalog from Admin panel.
Then Click on Configurable Product from Add Product button.
Now scroll down you will see the Configuration section and unfold it.
By default, it will not show Add Product Manually option. So, first click on create configuration and follow all the steps.
It will now show you new product combinations with the attributes options you have selected. Then remove this product.
Now you will see the Add Product Manually option and now you can add all simple products easily. Once it's done click on Save Config.
add a comment |
Hope this saves someone the time I've wasted trying to find an answer and a whole lot of trial and error.
- In Magento 1, you assigned simple products to the configurable
product. - In Magento 2, you assign virtual products to the
configurable product you have created.
If a user creates a Simple product and then want to use it with a Configurable product, they can't. They have to recreate this product as a Virtual product.
If anyone knows of a better way, please let me know.
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%2f160897%2fhow-can-i-assign-an-existing-simple-product-to-a-configurable-product-using-the%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
In Magento 2 you need to first use the Create configurations tool to create the simple products to associate, then you need to replace the auto-generated versions with the simple products you actually want.
Thank you for this. For those interested, a closed GitHub issue on the problem, where it is stated: "Additionally, we have internal ticket MAGETWO-50639 in our backlog to revise the flow for configurable product."
– Danny Nimmo
Feb 21 '17 at 9:11
add a comment |
In Magento 2 you need to first use the Create configurations tool to create the simple products to associate, then you need to replace the auto-generated versions with the simple products you actually want.
Thank you for this. For those interested, a closed GitHub issue on the problem, where it is stated: "Additionally, we have internal ticket MAGETWO-50639 in our backlog to revise the flow for configurable product."
– Danny Nimmo
Feb 21 '17 at 9:11
add a comment |
In Magento 2 you need to first use the Create configurations tool to create the simple products to associate, then you need to replace the auto-generated versions with the simple products you actually want.
In Magento 2 you need to first use the Create configurations tool to create the simple products to associate, then you need to replace the auto-generated versions with the simple products you actually want.
edited May 3 '17 at 16:09
Rafael Corrêa Gomes
4,29222962
4,29222962
answered Feb 21 '17 at 4:04
MageXMageX
40018
40018
Thank you for this. For those interested, a closed GitHub issue on the problem, where it is stated: "Additionally, we have internal ticket MAGETWO-50639 in our backlog to revise the flow for configurable product."
– Danny Nimmo
Feb 21 '17 at 9:11
add a comment |
Thank you for this. For those interested, a closed GitHub issue on the problem, where it is stated: "Additionally, we have internal ticket MAGETWO-50639 in our backlog to revise the flow for configurable product."
– Danny Nimmo
Feb 21 '17 at 9:11
Thank you for this. For those interested, a closed GitHub issue on the problem, where it is stated: "Additionally, we have internal ticket MAGETWO-50639 in our backlog to revise the flow for configurable product."
– Danny Nimmo
Feb 21 '17 at 9:11
Thank you for this. For those interested, a closed GitHub issue on the problem, where it is stated: "Additionally, we have internal ticket MAGETWO-50639 in our backlog to revise the flow for configurable product."
– Danny Nimmo
Feb 21 '17 at 9:11
add a comment |
Yes, there is an option to choose/add/associate existing simple products to existing configurable products In Admin interface.
Follow the below steps:
- Open the Product -> Catalog from admin interface.
- Open the configurable product where you actually want to assign/associate simple product.
- Now, From there configurable product form you will see Configurations option.
- Click on that option you will see an option "Add Products Manually"
- Click on that It will open your simple products grid on the popup. Select the simple products which you want to assign.
- Click on Done on the top right corner, Save your configurable product. You have successfully assign simple product to the configurable product.
- For more details refer below screenshot :
2
Actually, theAdd Products Manually
link does not show until first going through theCreate Configurations
process.
– Danny Nimmo
Feb 21 '17 at 9:09
@DannyNimmo Yes thats correct !!! Because when you create configurable product !! then you need to select/give its configuration(kind of attributes) Based on that it will allow to select products . But your Question is for existing configurable product and for existing simple products... Hope you got it
– Manthan Dave
Feb 21 '17 at 9:13
But it does not make sense. You first need to make some placeholder configurations for a random attribute so that you're allowed to Add Products Manually, that's a lot of steps. A workaround could be to comment out line 312-315 invendormagentomodule-configurable-productUiDataProviderProductFormModifierConfigurablePanel.php
so theAdd Products Manually
button always shows, but it won't work because then you haven't selected the attribute on which to create the configurations from.
– Jacco Amersfoort
Jun 22 '17 at 10:16
However, I understand Magento's decision to make it like this. It makes more sense to generate the underlying Simple products when creating the Configurable Products. Instead of (the old way) creating some Simple Products and then creating a Configurable product and assigning those Simple products to it. This new approach is clearer.
– Jacco Amersfoort
Jun 22 '17 at 10:21
add a comment |
Yes, there is an option to choose/add/associate existing simple products to existing configurable products In Admin interface.
Follow the below steps:
- Open the Product -> Catalog from admin interface.
- Open the configurable product where you actually want to assign/associate simple product.
- Now, From there configurable product form you will see Configurations option.
- Click on that option you will see an option "Add Products Manually"
- Click on that It will open your simple products grid on the popup. Select the simple products which you want to assign.
- Click on Done on the top right corner, Save your configurable product. You have successfully assign simple product to the configurable product.
- For more details refer below screenshot :
2
Actually, theAdd Products Manually
link does not show until first going through theCreate Configurations
process.
– Danny Nimmo
Feb 21 '17 at 9:09
@DannyNimmo Yes thats correct !!! Because when you create configurable product !! then you need to select/give its configuration(kind of attributes) Based on that it will allow to select products . But your Question is for existing configurable product and for existing simple products... Hope you got it
– Manthan Dave
Feb 21 '17 at 9:13
But it does not make sense. You first need to make some placeholder configurations for a random attribute so that you're allowed to Add Products Manually, that's a lot of steps. A workaround could be to comment out line 312-315 invendormagentomodule-configurable-productUiDataProviderProductFormModifierConfigurablePanel.php
so theAdd Products Manually
button always shows, but it won't work because then you haven't selected the attribute on which to create the configurations from.
– Jacco Amersfoort
Jun 22 '17 at 10:16
However, I understand Magento's decision to make it like this. It makes more sense to generate the underlying Simple products when creating the Configurable Products. Instead of (the old way) creating some Simple Products and then creating a Configurable product and assigning those Simple products to it. This new approach is clearer.
– Jacco Amersfoort
Jun 22 '17 at 10:21
add a comment |
Yes, there is an option to choose/add/associate existing simple products to existing configurable products In Admin interface.
Follow the below steps:
- Open the Product -> Catalog from admin interface.
- Open the configurable product where you actually want to assign/associate simple product.
- Now, From there configurable product form you will see Configurations option.
- Click on that option you will see an option "Add Products Manually"
- Click on that It will open your simple products grid on the popup. Select the simple products which you want to assign.
- Click on Done on the top right corner, Save your configurable product. You have successfully assign simple product to the configurable product.
- For more details refer below screenshot :
Yes, there is an option to choose/add/associate existing simple products to existing configurable products In Admin interface.
Follow the below steps:
- Open the Product -> Catalog from admin interface.
- Open the configurable product where you actually want to assign/associate simple product.
- Now, From there configurable product form you will see Configurations option.
- Click on that option you will see an option "Add Products Manually"
- Click on that It will open your simple products grid on the popup. Select the simple products which you want to assign.
- Click on Done on the top right corner, Save your configurable product. You have successfully assign simple product to the configurable product.
- For more details refer below screenshot :
edited 23 mins ago
Utsav Gupta
17613
17613
answered Feb 21 '17 at 4:59
Manthan DaveManthan Dave
7,70421438
7,70421438
2
Actually, theAdd Products Manually
link does not show until first going through theCreate Configurations
process.
– Danny Nimmo
Feb 21 '17 at 9:09
@DannyNimmo Yes thats correct !!! Because when you create configurable product !! then you need to select/give its configuration(kind of attributes) Based on that it will allow to select products . But your Question is for existing configurable product and for existing simple products... Hope you got it
– Manthan Dave
Feb 21 '17 at 9:13
But it does not make sense. You first need to make some placeholder configurations for a random attribute so that you're allowed to Add Products Manually, that's a lot of steps. A workaround could be to comment out line 312-315 invendormagentomodule-configurable-productUiDataProviderProductFormModifierConfigurablePanel.php
so theAdd Products Manually
button always shows, but it won't work because then you haven't selected the attribute on which to create the configurations from.
– Jacco Amersfoort
Jun 22 '17 at 10:16
However, I understand Magento's decision to make it like this. It makes more sense to generate the underlying Simple products when creating the Configurable Products. Instead of (the old way) creating some Simple Products and then creating a Configurable product and assigning those Simple products to it. This new approach is clearer.
– Jacco Amersfoort
Jun 22 '17 at 10:21
add a comment |
2
Actually, theAdd Products Manually
link does not show until first going through theCreate Configurations
process.
– Danny Nimmo
Feb 21 '17 at 9:09
@DannyNimmo Yes thats correct !!! Because when you create configurable product !! then you need to select/give its configuration(kind of attributes) Based on that it will allow to select products . But your Question is for existing configurable product and for existing simple products... Hope you got it
– Manthan Dave
Feb 21 '17 at 9:13
But it does not make sense. You first need to make some placeholder configurations for a random attribute so that you're allowed to Add Products Manually, that's a lot of steps. A workaround could be to comment out line 312-315 invendormagentomodule-configurable-productUiDataProviderProductFormModifierConfigurablePanel.php
so theAdd Products Manually
button always shows, but it won't work because then you haven't selected the attribute on which to create the configurations from.
– Jacco Amersfoort
Jun 22 '17 at 10:16
However, I understand Magento's decision to make it like this. It makes more sense to generate the underlying Simple products when creating the Configurable Products. Instead of (the old way) creating some Simple Products and then creating a Configurable product and assigning those Simple products to it. This new approach is clearer.
– Jacco Amersfoort
Jun 22 '17 at 10:21
2
2
Actually, the
Add Products Manually
link does not show until first going through the Create Configurations
process.– Danny Nimmo
Feb 21 '17 at 9:09
Actually, the
Add Products Manually
link does not show until first going through the Create Configurations
process.– Danny Nimmo
Feb 21 '17 at 9:09
@DannyNimmo Yes thats correct !!! Because when you create configurable product !! then you need to select/give its configuration(kind of attributes) Based on that it will allow to select products . But your Question is for existing configurable product and for existing simple products... Hope you got it
– Manthan Dave
Feb 21 '17 at 9:13
@DannyNimmo Yes thats correct !!! Because when you create configurable product !! then you need to select/give its configuration(kind of attributes) Based on that it will allow to select products . But your Question is for existing configurable product and for existing simple products... Hope you got it
– Manthan Dave
Feb 21 '17 at 9:13
But it does not make sense. You first need to make some placeholder configurations for a random attribute so that you're allowed to Add Products Manually, that's a lot of steps. A workaround could be to comment out line 312-315 in
vendormagentomodule-configurable-productUiDataProviderProductFormModifierConfigurablePanel.php
so the Add Products Manually
button always shows, but it won't work because then you haven't selected the attribute on which to create the configurations from.– Jacco Amersfoort
Jun 22 '17 at 10:16
But it does not make sense. You first need to make some placeholder configurations for a random attribute so that you're allowed to Add Products Manually, that's a lot of steps. A workaround could be to comment out line 312-315 in
vendormagentomodule-configurable-productUiDataProviderProductFormModifierConfigurablePanel.php
so the Add Products Manually
button always shows, but it won't work because then you haven't selected the attribute on which to create the configurations from.– Jacco Amersfoort
Jun 22 '17 at 10:16
However, I understand Magento's decision to make it like this. It makes more sense to generate the underlying Simple products when creating the Configurable Products. Instead of (the old way) creating some Simple Products and then creating a Configurable product and assigning those Simple products to it. This new approach is clearer.
– Jacco Amersfoort
Jun 22 '17 at 10:21
However, I understand Magento's decision to make it like this. It makes more sense to generate the underlying Simple products when creating the Configurable Products. Instead of (the old way) creating some Simple Products and then creating a Configurable product and assigning those Simple products to it. This new approach is clearer.
– Jacco Amersfoort
Jun 22 '17 at 10:21
add a comment |
Go to Product --> Catalog from Admin panel.
Then Click on Configurable Product from Add Product button.
Now scroll down you will see the Configuration section and unfold it.
By default, it will not show Add Product Manually option. So, first click on create configuration and follow all the steps.
It will now show you new product combinations with the attributes options you have selected. Then remove this product.
Now you will see the Add Product Manually option and now you can add all simple products easily. Once it's done click on Save Config.
add a comment |
Go to Product --> Catalog from Admin panel.
Then Click on Configurable Product from Add Product button.
Now scroll down you will see the Configuration section and unfold it.
By default, it will not show Add Product Manually option. So, first click on create configuration and follow all the steps.
It will now show you new product combinations with the attributes options you have selected. Then remove this product.
Now you will see the Add Product Manually option and now you can add all simple products easily. Once it's done click on Save Config.
add a comment |
Go to Product --> Catalog from Admin panel.
Then Click on Configurable Product from Add Product button.
Now scroll down you will see the Configuration section and unfold it.
By default, it will not show Add Product Manually option. So, first click on create configuration and follow all the steps.
It will now show you new product combinations with the attributes options you have selected. Then remove this product.
Now you will see the Add Product Manually option and now you can add all simple products easily. Once it's done click on Save Config.
Go to Product --> Catalog from Admin panel.
Then Click on Configurable Product from Add Product button.
Now scroll down you will see the Configuration section and unfold it.
By default, it will not show Add Product Manually option. So, first click on create configuration and follow all the steps.
It will now show you new product combinations with the attributes options you have selected. Then remove this product.
Now you will see the Add Product Manually option and now you can add all simple products easily. Once it's done click on Save Config.
edited Jan 11 '18 at 8:35
Marius♦
164k28312662
164k28312662
answered Sep 8 '17 at 7:17
Muneeb SyedMuneeb Syed
617215
617215
add a comment |
add a comment |
Hope this saves someone the time I've wasted trying to find an answer and a whole lot of trial and error.
- In Magento 1, you assigned simple products to the configurable
product. - In Magento 2, you assign virtual products to the
configurable product you have created.
If a user creates a Simple product and then want to use it with a Configurable product, they can't. They have to recreate this product as a Virtual product.
If anyone knows of a better way, please let me know.
add a comment |
Hope this saves someone the time I've wasted trying to find an answer and a whole lot of trial and error.
- In Magento 1, you assigned simple products to the configurable
product. - In Magento 2, you assign virtual products to the
configurable product you have created.
If a user creates a Simple product and then want to use it with a Configurable product, they can't. They have to recreate this product as a Virtual product.
If anyone knows of a better way, please let me know.
add a comment |
Hope this saves someone the time I've wasted trying to find an answer and a whole lot of trial and error.
- In Magento 1, you assigned simple products to the configurable
product. - In Magento 2, you assign virtual products to the
configurable product you have created.
If a user creates a Simple product and then want to use it with a Configurable product, they can't. They have to recreate this product as a Virtual product.
If anyone knows of a better way, please let me know.
Hope this saves someone the time I've wasted trying to find an answer and a whole lot of trial and error.
- In Magento 1, you assigned simple products to the configurable
product. - In Magento 2, you assign virtual products to the
configurable product you have created.
If a user creates a Simple product and then want to use it with a Configurable product, they can't. They have to recreate this product as a Virtual product.
If anyone knows of a better way, please let me know.
answered Jun 28 '18 at 5:18
Sergei FilippovSergei Filippov
614
614
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%2f160897%2fhow-can-i-assign-an-existing-simple-product-to-a-configurable-product-using-the%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