Cannot edit configurable product in Magento AdminCustomer selects type of configurable product > Query for vendors with that productSetting additional options for configurable product in Quote Item [Solved]Magento: create order programatically: Configurable product issueGet a Magento product collection without sub-products of configurable productsTable “Only X Left” on product page doesn't show product names (only Qty) in Magento 1.9.1.0Changing default tab order in admin Product InformationForeignkey integrity error while configurable product import magento 2Product Doesn't Update Information in Admin Edit - Magento 2Can't edit configurable product page from admin panelCannot Create New Configurable Product Magento 1.9.3.8
How to hide rifle during medieval town entrance inspection?
Arriving at the same result with the opposite hypotheses
Group Integers by Originality
Extreme flexible working hours: how to control people and activities?
Is White controlling this game?
Need feedback - Can the composition/colors of this design be fixed if something is lacking or is not a better fit?
How can I tell the difference between unmarked sugar and stevia?
concatenation of context sensitive and context-free is context sensitive or not?
Is it possible to have the age of the universe be unknown?
What can I, as a user, do about offensive reviews in App Store?
How did old MS-DOS games utilize various graphic cards?
Colloquialism for “see you later”
Overlapping String-Blocks
Compiling C files on Ubuntu and using the executable on Windows
Is using haveibeenpwned to validate password strength rational?
How can I get an unreasonable manager to approve time off?
How to hide an urban landmark?
Does Disney no longer produce hand-drawn cartoon films?
Pre-1972 sci-fi short story or novel: alien(?) tunnel where people try new moves and get destroyed if they're not the correct ones
Did Milano or Benatar approve or comment on their namesake MCU ships?
Generate basis elements of the Steenrod algebra
How do governments keep track of their issued currency?
What is the actual quality of machine translations?
Is it possible to have a wealthy country without a middle class?
Cannot edit configurable product in Magento Admin
Customer selects type of configurable product > Query for vendors with that productSetting additional options for configurable product in Quote Item [Solved]Magento: create order programatically: Configurable product issueGet a Magento product collection without sub-products of configurable productsTable “Only X Left” on product page doesn't show product names (only Qty) in Magento 1.9.1.0Changing default tab order in admin Product InformationForeignkey integrity error while configurable product import magento 2Product Doesn't Update Information in Admin Edit - Magento 2Can't edit configurable product page from admin panelCannot Create New Configurable Product Magento 1.9.3.8
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm having trouble editing a configurable product. When I click "edit" for this specific product, I am re-directed to a page that looks like the one included below. I cannot expand the categories (i.e. General, Prices) and thus cannot update the product's information. Has anyone encountered this before? Thanks in advance for any advice.

admin configurable-product
add a comment |
I'm having trouble editing a configurable product. When I click "edit" for this specific product, I am re-directed to a page that looks like the one included below. I cannot expand the categories (i.e. General, Prices) and thus cannot update the product's information. Has anyone encountered this before? Thanks in advance for any advice.

admin configurable-product
Looks like the page is hitting an error half way through rendering, have you tried Right Click > 'View Source'? Scroll to the bottom of the source and you may see the error.
– James
Jun 15 '16 at 16:03
@b3njamin Thanks for the tip. I opened my Inspector and found this: <span class="error" title="This tab contains invalid data. Please solve the problem before saving."></span>
– A. Garcia
Jun 15 '16 at 16:13
Great, so it looks like some data got corrupted for that product. If you can figure out what field(s) the error is referring to you should be able to fix it in manually in the database.
– James
Jun 16 '16 at 8:59
add a comment |
I'm having trouble editing a configurable product. When I click "edit" for this specific product, I am re-directed to a page that looks like the one included below. I cannot expand the categories (i.e. General, Prices) and thus cannot update the product's information. Has anyone encountered this before? Thanks in advance for any advice.

admin configurable-product
I'm having trouble editing a configurable product. When I click "edit" for this specific product, I am re-directed to a page that looks like the one included below. I cannot expand the categories (i.e. General, Prices) and thus cannot update the product's information. Has anyone encountered this before? Thanks in advance for any advice.

admin configurable-product
admin configurable-product
asked Jun 15 '16 at 16:01
A. GarciaA. Garcia
7116
7116
Looks like the page is hitting an error half way through rendering, have you tried Right Click > 'View Source'? Scroll to the bottom of the source and you may see the error.
– James
Jun 15 '16 at 16:03
@b3njamin Thanks for the tip. I opened my Inspector and found this: <span class="error" title="This tab contains invalid data. Please solve the problem before saving."></span>
– A. Garcia
Jun 15 '16 at 16:13
Great, so it looks like some data got corrupted for that product. If you can figure out what field(s) the error is referring to you should be able to fix it in manually in the database.
– James
Jun 16 '16 at 8:59
add a comment |
Looks like the page is hitting an error half way through rendering, have you tried Right Click > 'View Source'? Scroll to the bottom of the source and you may see the error.
– James
Jun 15 '16 at 16:03
@b3njamin Thanks for the tip. I opened my Inspector and found this: <span class="error" title="This tab contains invalid data. Please solve the problem before saving."></span>
– A. Garcia
Jun 15 '16 at 16:13
Great, so it looks like some data got corrupted for that product. If you can figure out what field(s) the error is referring to you should be able to fix it in manually in the database.
– James
Jun 16 '16 at 8:59
Looks like the page is hitting an error half way through rendering, have you tried Right Click > 'View Source'? Scroll to the bottom of the source and you may see the error.
– James
Jun 15 '16 at 16:03
Looks like the page is hitting an error half way through rendering, have you tried Right Click > 'View Source'? Scroll to the bottom of the source and you may see the error.
– James
Jun 15 '16 at 16:03
@b3njamin Thanks for the tip. I opened my Inspector and found this: <span class="error" title="This tab contains invalid data. Please solve the problem before saving."></span>
– A. Garcia
Jun 15 '16 at 16:13
@b3njamin Thanks for the tip. I opened my Inspector and found this: <span class="error" title="This tab contains invalid data. Please solve the problem before saving."></span>
– A. Garcia
Jun 15 '16 at 16:13
Great, so it looks like some data got corrupted for that product. If you can figure out what field(s) the error is referring to you should be able to fix it in manually in the database.
– James
Jun 16 '16 at 8:59
Great, so it looks like some data got corrupted for that product. If you can figure out what field(s) the error is referring to you should be able to fix it in manually in the database.
– James
Jun 16 '16 at 8:59
add a comment |
6 Answers
6
active
oldest
votes
Try Right Click -> View Source and scroll to bottom to see if there is any php error. The page you're trying to load hit an error and stopped rendering properly
add a comment |
As i am guessing it can be issue with the associated product tab as you may assigned same attribute option to multiple product like multiple product for red color.
If yes then it can be issue of your data importing.
add a comment |
This Error is occurred due to the attribute which you used to create configured product is deleted. So you need to create same attribute you deleted.
add a comment |
Or perhaps the configurable attributes being used on this configurable product, haven't been added to or have been removed from the attribute set.
If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– 7ochem
Jul 15 '16 at 19:28
This isn't a new question :/
– Karl Stephens
Jul 20 '16 at 9:46
add a comment |
I had the same problem, but I found that all the product data are loaded correctly inside the html.
In the attached image you can see that all the tab contents are in html with a display:none rule associated. If I remove display:none I can see all the products data, also attributes and associate products.
I don't know why but seems that the page doesn't load all the button at the top of the page. The console then give a 500 error. This problem is for configurable product only, simple product are ok.

add a comment |
In my case this issue was caused by following reason.
Attribute assigned to simple/child products.
Attribute not assigned to configurable products.
Resolved by assigning missing attribute to configurable products in attribute sets.
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%2f121069%2fcannot-edit-configurable-product-in-magento-admin%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try Right Click -> View Source and scroll to bottom to see if there is any php error. The page you're trying to load hit an error and stopped rendering properly
add a comment |
Try Right Click -> View Source and scroll to bottom to see if there is any php error. The page you're trying to load hit an error and stopped rendering properly
add a comment |
Try Right Click -> View Source and scroll to bottom to see if there is any php error. The page you're trying to load hit an error and stopped rendering properly
Try Right Click -> View Source and scroll to bottom to see if there is any php error. The page you're trying to load hit an error and stopped rendering properly
answered Jun 16 '16 at 9:01
JamesljJameslj
51639
51639
add a comment |
add a comment |
As i am guessing it can be issue with the associated product tab as you may assigned same attribute option to multiple product like multiple product for red color.
If yes then it can be issue of your data importing.
add a comment |
As i am guessing it can be issue with the associated product tab as you may assigned same attribute option to multiple product like multiple product for red color.
If yes then it can be issue of your data importing.
add a comment |
As i am guessing it can be issue with the associated product tab as you may assigned same attribute option to multiple product like multiple product for red color.
If yes then it can be issue of your data importing.
As i am guessing it can be issue with the associated product tab as you may assigned same attribute option to multiple product like multiple product for red color.
If yes then it can be issue of your data importing.
answered Jun 16 '16 at 9:10
Hardik ShahHardik Shah
89869
89869
add a comment |
add a comment |
This Error is occurred due to the attribute which you used to create configured product is deleted. So you need to create same attribute you deleted.
add a comment |
This Error is occurred due to the attribute which you used to create configured product is deleted. So you need to create same attribute you deleted.
add a comment |
This Error is occurred due to the attribute which you used to create configured product is deleted. So you need to create same attribute you deleted.
This Error is occurred due to the attribute which you used to create configured product is deleted. So you need to create same attribute you deleted.
answered Jul 15 '16 at 12:53
Chirag RajputChirag Rajput
1,352321
1,352321
add a comment |
add a comment |
Or perhaps the configurable attributes being used on this configurable product, haven't been added to or have been removed from the attribute set.
If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– 7ochem
Jul 15 '16 at 19:28
This isn't a new question :/
– Karl Stephens
Jul 20 '16 at 9:46
add a comment |
Or perhaps the configurable attributes being used on this configurable product, haven't been added to or have been removed from the attribute set.
If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– 7ochem
Jul 15 '16 at 19:28
This isn't a new question :/
– Karl Stephens
Jul 20 '16 at 9:46
add a comment |
Or perhaps the configurable attributes being used on this configurable product, haven't been added to or have been removed from the attribute set.
Or perhaps the configurable attributes being used on this configurable product, haven't been added to or have been removed from the attribute set.
edited Jul 20 '16 at 9:45
answered Jul 15 '16 at 15:52
Karl StephensKarl Stephens
325
325
If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– 7ochem
Jul 15 '16 at 19:28
This isn't a new question :/
– Karl Stephens
Jul 20 '16 at 9:46
add a comment |
If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– 7ochem
Jul 15 '16 at 19:28
This isn't a new question :/
– Karl Stephens
Jul 20 '16 at 9:46
If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– 7ochem
Jul 15 '16 at 19:28
If you have a new question, please ask it by clicking the Ask Question button. Include a link to this question if it helps provide context. - From Review
– 7ochem
Jul 15 '16 at 19:28
This isn't a new question :/
– Karl Stephens
Jul 20 '16 at 9:46
This isn't a new question :/
– Karl Stephens
Jul 20 '16 at 9:46
add a comment |
I had the same problem, but I found that all the product data are loaded correctly inside the html.
In the attached image you can see that all the tab contents are in html with a display:none rule associated. If I remove display:none I can see all the products data, also attributes and associate products.
I don't know why but seems that the page doesn't load all the button at the top of the page. The console then give a 500 error. This problem is for configurable product only, simple product are ok.

add a comment |
I had the same problem, but I found that all the product data are loaded correctly inside the html.
In the attached image you can see that all the tab contents are in html with a display:none rule associated. If I remove display:none I can see all the products data, also attributes and associate products.
I don't know why but seems that the page doesn't load all the button at the top of the page. The console then give a 500 error. This problem is for configurable product only, simple product are ok.

add a comment |
I had the same problem, but I found that all the product data are loaded correctly inside the html.
In the attached image you can see that all the tab contents are in html with a display:none rule associated. If I remove display:none I can see all the products data, also attributes and associate products.
I don't know why but seems that the page doesn't load all the button at the top of the page. The console then give a 500 error. This problem is for configurable product only, simple product are ok.

I had the same problem, but I found that all the product data are loaded correctly inside the html.
In the attached image you can see that all the tab contents are in html with a display:none rule associated. If I remove display:none I can see all the products data, also attributes and associate products.
I don't know why but seems that the page doesn't load all the button at the top of the page. The console then give a 500 error. This problem is for configurable product only, simple product are ok.

edited Sep 29 '17 at 8:50
diazwatson
1,62811426
1,62811426
answered Sep 29 '17 at 8:18
claudioclaudio
61
61
add a comment |
add a comment |
In my case this issue was caused by following reason.
Attribute assigned to simple/child products.
Attribute not assigned to configurable products.
Resolved by assigning missing attribute to configurable products in attribute sets.
add a comment |
In my case this issue was caused by following reason.
Attribute assigned to simple/child products.
Attribute not assigned to configurable products.
Resolved by assigning missing attribute to configurable products in attribute sets.
add a comment |
In my case this issue was caused by following reason.
Attribute assigned to simple/child products.
Attribute not assigned to configurable products.
Resolved by assigning missing attribute to configurable products in attribute sets.
In my case this issue was caused by following reason.
Attribute assigned to simple/child products.
Attribute not assigned to configurable products.
Resolved by assigning missing attribute to configurable products in attribute sets.
answered Nov 5 '18 at 7:22
Jitendra PatelJitendra Patel
18810
18810
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%2f121069%2fcannot-edit-configurable-product-in-magento-admin%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
Looks like the page is hitting an error half way through rendering, have you tried Right Click > 'View Source'? Scroll to the bottom of the source and you may see the error.
– James
Jun 15 '16 at 16:03
@b3njamin Thanks for the tip. I opened my Inspector and found this: <span class="error" title="This tab contains invalid data. Please solve the problem before saving."></span>
– A. Garcia
Jun 15 '16 at 16:13
Great, so it looks like some data got corrupted for that product. If you can figure out what field(s) the error is referring to you should be able to fix it in manually in the database.
– James
Jun 16 '16 at 8:59