Importing Products, Super attribute not allowing any other from that attribute be selected in admin panel?How to export all attributes and attribute sets from one magento installation and import to other installation?Are there any mandatory attributes for Products attribute sets?How to get attributes of an attribute set that are not present in default attribute setProblem with importing configurable products, associated products not shows upConfigurable Products Super product attribute prices don't add onImporting configurable products having super product attributesSet attribute value from other attributeDuring importing a previous export of products Configurable products don't have simple products any moreCustom multiselct product attribute not showing selected in adminAttribute Groups not saving in magento 2 from admin panel
Construct a pentagon avoiding compass use
Identification of an AC transformer
If I stood next to a piece of metal heated to a million degrees, but in a perfect vacuum, would I feel hot?
In Adventurers League, is there any way for an 5th-level wizard to gain heavy armor proficiency?
How to honestly answer questions from a girlfriend like "How did you find this place" without giving the impression I'm always talking about my exes?
What are the arguments for California’s nonpartisan blanket (jungle) primaries?
Why aren't globular clusters disk shaped
Why do candidates not quit if they no longer have a realistic chance to win in the 2020 US presidents election
I do not have power to all my breakers
Is this more than a packing puzzle?
pgfkeys: .store in constructed macro
Was Willow's first magic display (blazing arrow through arm) actual magic, and if not, what's the trick?
Should I be able to keep my company purchased standing desk when I leave my job?
Manually select/unselect lines before forwarding to stdout
How are packets handled and prioritized over a link with multiple VLANS?
I have accepted an internship offer. Should I inform companies I have applied to that have not gotten back to me yet?
Is there a good program to play chess online in ubuntu?
Why did Steve Rogers choose Sam in Endgame?
Why does the Trade Federation become so alarmed upon learning the ambassadors are Jedi Knights?
Confusion about a proof of a limit formula
A scene of Jimmy diversity
What is this old "lemon-squeezer" shaped pan
Is there an English equivalent for "Les carottes sont cuites", while keeping the vegetable reference?
Sending a photo of my bank account card to the future employer
Importing Products, Super attribute not allowing any other from that attribute be selected in admin panel?
How to export all attributes and attribute sets from one magento installation and import to other installation?Are there any mandatory attributes for Products attribute sets?How to get attributes of an attribute set that are not present in default attribute setProblem with importing configurable products, associated products not shows upConfigurable Products Super product attribute prices don't add onImporting configurable products having super product attributesSet attribute value from other attributeDuring importing a previous export of products Configurable products don't have simple products any moreCustom multiselct product attribute not showing selected in adminAttribute Groups not saving in magento 2 from admin panel
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am having an issue with importing a defined configurable product not allowing anything from that attribute set to be selected from the admin panel. I am getting results like this
Here is an example of my configurable
Array
(
[sku] => 63204
[_store] =>
[_attribute_set] => Belts
[_type] => configurable
[_category] =>
[_root_category] =>
[_product_websites] => base
[fit_coats_jacket_sizes] =>
[fit_vest_cruiser_sizes] =>
[amconf_simple_price] =>
[bag_size] =>
[bag_type] =>
[belt_width] =>
[color] =>
[cost] =>
[country_of_manufacture] =>
[created_at] => 2010-06-02 00:00:00
[custom_design] =>
[custom_design_from] =>
[custom_design_to] =>
[custom_layout_update] =>
[description] => Descr
[fabric] => Bridle Leather
[gallery] =>
[garment_size] =>
[gift_message_available] =>
[gift_wrapping_available] =>
[gift_wrapping_price] =>
[glove_size] =>
[gun_scabbard_size] =>
[has_options] => 1
[hat_size] =>
[image] =>
[image_label] =>
[inseam] =>
[is_returnable] => Use config
[manufacturer] =>
[media_gallery] =>
[meta_description] =>
[meta_keyword] =>
[meta_title] =>
[minimal_price] =>
[msrp] =>
[msrp_display_actual_price_type] => Use config
[msrp_enabled] => Use config
[name] => 1" Leather Belt
[news_from_date] =>
[news_to_date] =>
[options_container] => Product Info Column
[page_layout] =>
[price] => 52.00
[related_tgtr_position_behavior] =>
[related_tgtr_position_limit] =>
[required_options] => 1
[short_description] => Short Descr
[small_image] =>
[small_image_label] =>
[special_from_date] =>
[special_price] =>
[special_to_date] =>
[status] => 1
[tax_class_id] => 2
[thumbnail] =>
[thumbnail_label] =>
[updated_at] => 2014-10-14 16:42:33
[upsell_tgtr_position_behavior] =>
[upsell_tgtr_position_limit] =>
[url_key] => 1-leather-belt
[url_path] =>
[visibility] => 4
[weight] => 1.0000
[qty] => 1.0000
[min_qty] => 0.0000
[use_config_min_qty] => 1
[is_qty_decimal] => 0
[backorders] => 0
[use_config_backorders] => 1
[min_sale_qty] => 1.0000
[use_config_min_sale_qty] => 1
[max_sale_qty] => 0.0000
[use_config_max_sale_qty] => 1
[is_in_stock] => 1
[notify_stock_qty] =>
[use_config_notify_stock_qty] => 1
[manage_stock] => 0
[use_config_manage_stock] => 1
[stock_status_changed_auto] => 0
[use_config_qty_increments] => 1
[qty_increments] => 0.0000
[use_config_enable_qty_inc] => 1
[enable_qty_increments] => 0
[is_decimal_divided] => 0
[_links_related_sku] =>
[_links_related_position] =>
[_links_crosssell_sku] =>
[_links_crosssell_position] =>
[_links_upsell_sku] =>
[_links_upsell_position] =>
[_associated_sku] =>
[_associated_default_qty] =>
[_associated_position] =>
[_tier_price_website] =>
[_tier_price_customer_group] =>
[_tier_price_qty] =>
[_tier_price_price] =>
[_group_price_website] =>
[_group_price_customer_group] =>
[_group_price_price] =>
[_media_attribute_id] =>
[_media_image] =>
[_media_lable] =>
[_media_position] =>
[_media_is_disabled] =>
[_super_products_sku] => 63204242204
[_super_attribute_code] => color
[_super_attribute_option] => Tan
[_super_attribute_price_corr] =>
)
After importing a csv with contents like the pastebin below. What am i doing wrong? I've been struggling with this for hours?
http://pastebin.com/neUxKy2g
configurable-product product-attribute importexport attribute-set
add a comment |
I am having an issue with importing a defined configurable product not allowing anything from that attribute set to be selected from the admin panel. I am getting results like this
Here is an example of my configurable
Array
(
[sku] => 63204
[_store] =>
[_attribute_set] => Belts
[_type] => configurable
[_category] =>
[_root_category] =>
[_product_websites] => base
[fit_coats_jacket_sizes] =>
[fit_vest_cruiser_sizes] =>
[amconf_simple_price] =>
[bag_size] =>
[bag_type] =>
[belt_width] =>
[color] =>
[cost] =>
[country_of_manufacture] =>
[created_at] => 2010-06-02 00:00:00
[custom_design] =>
[custom_design_from] =>
[custom_design_to] =>
[custom_layout_update] =>
[description] => Descr
[fabric] => Bridle Leather
[gallery] =>
[garment_size] =>
[gift_message_available] =>
[gift_wrapping_available] =>
[gift_wrapping_price] =>
[glove_size] =>
[gun_scabbard_size] =>
[has_options] => 1
[hat_size] =>
[image] =>
[image_label] =>
[inseam] =>
[is_returnable] => Use config
[manufacturer] =>
[media_gallery] =>
[meta_description] =>
[meta_keyword] =>
[meta_title] =>
[minimal_price] =>
[msrp] =>
[msrp_display_actual_price_type] => Use config
[msrp_enabled] => Use config
[name] => 1" Leather Belt
[news_from_date] =>
[news_to_date] =>
[options_container] => Product Info Column
[page_layout] =>
[price] => 52.00
[related_tgtr_position_behavior] =>
[related_tgtr_position_limit] =>
[required_options] => 1
[short_description] => Short Descr
[small_image] =>
[small_image_label] =>
[special_from_date] =>
[special_price] =>
[special_to_date] =>
[status] => 1
[tax_class_id] => 2
[thumbnail] =>
[thumbnail_label] =>
[updated_at] => 2014-10-14 16:42:33
[upsell_tgtr_position_behavior] =>
[upsell_tgtr_position_limit] =>
[url_key] => 1-leather-belt
[url_path] =>
[visibility] => 4
[weight] => 1.0000
[qty] => 1.0000
[min_qty] => 0.0000
[use_config_min_qty] => 1
[is_qty_decimal] => 0
[backorders] => 0
[use_config_backorders] => 1
[min_sale_qty] => 1.0000
[use_config_min_sale_qty] => 1
[max_sale_qty] => 0.0000
[use_config_max_sale_qty] => 1
[is_in_stock] => 1
[notify_stock_qty] =>
[use_config_notify_stock_qty] => 1
[manage_stock] => 0
[use_config_manage_stock] => 1
[stock_status_changed_auto] => 0
[use_config_qty_increments] => 1
[qty_increments] => 0.0000
[use_config_enable_qty_inc] => 1
[enable_qty_increments] => 0
[is_decimal_divided] => 0
[_links_related_sku] =>
[_links_related_position] =>
[_links_crosssell_sku] =>
[_links_crosssell_position] =>
[_links_upsell_sku] =>
[_links_upsell_position] =>
[_associated_sku] =>
[_associated_default_qty] =>
[_associated_position] =>
[_tier_price_website] =>
[_tier_price_customer_group] =>
[_tier_price_qty] =>
[_tier_price_price] =>
[_group_price_website] =>
[_group_price_customer_group] =>
[_group_price_price] =>
[_media_attribute_id] =>
[_media_image] =>
[_media_lable] =>
[_media_position] =>
[_media_is_disabled] =>
[_super_products_sku] => 63204242204
[_super_attribute_code] => color
[_super_attribute_option] => Tan
[_super_attribute_price_corr] =>
)
After importing a csv with contents like the pastebin below. What am i doing wrong? I've been struggling with this for hours?
http://pastebin.com/neUxKy2g
configurable-product product-attribute importexport attribute-set
add a comment |
I am having an issue with importing a defined configurable product not allowing anything from that attribute set to be selected from the admin panel. I am getting results like this
Here is an example of my configurable
Array
(
[sku] => 63204
[_store] =>
[_attribute_set] => Belts
[_type] => configurable
[_category] =>
[_root_category] =>
[_product_websites] => base
[fit_coats_jacket_sizes] =>
[fit_vest_cruiser_sizes] =>
[amconf_simple_price] =>
[bag_size] =>
[bag_type] =>
[belt_width] =>
[color] =>
[cost] =>
[country_of_manufacture] =>
[created_at] => 2010-06-02 00:00:00
[custom_design] =>
[custom_design_from] =>
[custom_design_to] =>
[custom_layout_update] =>
[description] => Descr
[fabric] => Bridle Leather
[gallery] =>
[garment_size] =>
[gift_message_available] =>
[gift_wrapping_available] =>
[gift_wrapping_price] =>
[glove_size] =>
[gun_scabbard_size] =>
[has_options] => 1
[hat_size] =>
[image] =>
[image_label] =>
[inseam] =>
[is_returnable] => Use config
[manufacturer] =>
[media_gallery] =>
[meta_description] =>
[meta_keyword] =>
[meta_title] =>
[minimal_price] =>
[msrp] =>
[msrp_display_actual_price_type] => Use config
[msrp_enabled] => Use config
[name] => 1" Leather Belt
[news_from_date] =>
[news_to_date] =>
[options_container] => Product Info Column
[page_layout] =>
[price] => 52.00
[related_tgtr_position_behavior] =>
[related_tgtr_position_limit] =>
[required_options] => 1
[short_description] => Short Descr
[small_image] =>
[small_image_label] =>
[special_from_date] =>
[special_price] =>
[special_to_date] =>
[status] => 1
[tax_class_id] => 2
[thumbnail] =>
[thumbnail_label] =>
[updated_at] => 2014-10-14 16:42:33
[upsell_tgtr_position_behavior] =>
[upsell_tgtr_position_limit] =>
[url_key] => 1-leather-belt
[url_path] =>
[visibility] => 4
[weight] => 1.0000
[qty] => 1.0000
[min_qty] => 0.0000
[use_config_min_qty] => 1
[is_qty_decimal] => 0
[backorders] => 0
[use_config_backorders] => 1
[min_sale_qty] => 1.0000
[use_config_min_sale_qty] => 1
[max_sale_qty] => 0.0000
[use_config_max_sale_qty] => 1
[is_in_stock] => 1
[notify_stock_qty] =>
[use_config_notify_stock_qty] => 1
[manage_stock] => 0
[use_config_manage_stock] => 1
[stock_status_changed_auto] => 0
[use_config_qty_increments] => 1
[qty_increments] => 0.0000
[use_config_enable_qty_inc] => 1
[enable_qty_increments] => 0
[is_decimal_divided] => 0
[_links_related_sku] =>
[_links_related_position] =>
[_links_crosssell_sku] =>
[_links_crosssell_position] =>
[_links_upsell_sku] =>
[_links_upsell_position] =>
[_associated_sku] =>
[_associated_default_qty] =>
[_associated_position] =>
[_tier_price_website] =>
[_tier_price_customer_group] =>
[_tier_price_qty] =>
[_tier_price_price] =>
[_group_price_website] =>
[_group_price_customer_group] =>
[_group_price_price] =>
[_media_attribute_id] =>
[_media_image] =>
[_media_lable] =>
[_media_position] =>
[_media_is_disabled] =>
[_super_products_sku] => 63204242204
[_super_attribute_code] => color
[_super_attribute_option] => Tan
[_super_attribute_price_corr] =>
)
After importing a csv with contents like the pastebin below. What am i doing wrong? I've been struggling with this for hours?
http://pastebin.com/neUxKy2g
configurable-product product-attribute importexport attribute-set
I am having an issue with importing a defined configurable product not allowing anything from that attribute set to be selected from the admin panel. I am getting results like this
Here is an example of my configurable
Array
(
[sku] => 63204
[_store] =>
[_attribute_set] => Belts
[_type] => configurable
[_category] =>
[_root_category] =>
[_product_websites] => base
[fit_coats_jacket_sizes] =>
[fit_vest_cruiser_sizes] =>
[amconf_simple_price] =>
[bag_size] =>
[bag_type] =>
[belt_width] =>
[color] =>
[cost] =>
[country_of_manufacture] =>
[created_at] => 2010-06-02 00:00:00
[custom_design] =>
[custom_design_from] =>
[custom_design_to] =>
[custom_layout_update] =>
[description] => Descr
[fabric] => Bridle Leather
[gallery] =>
[garment_size] =>
[gift_message_available] =>
[gift_wrapping_available] =>
[gift_wrapping_price] =>
[glove_size] =>
[gun_scabbard_size] =>
[has_options] => 1
[hat_size] =>
[image] =>
[image_label] =>
[inseam] =>
[is_returnable] => Use config
[manufacturer] =>
[media_gallery] =>
[meta_description] =>
[meta_keyword] =>
[meta_title] =>
[minimal_price] =>
[msrp] =>
[msrp_display_actual_price_type] => Use config
[msrp_enabled] => Use config
[name] => 1" Leather Belt
[news_from_date] =>
[news_to_date] =>
[options_container] => Product Info Column
[page_layout] =>
[price] => 52.00
[related_tgtr_position_behavior] =>
[related_tgtr_position_limit] =>
[required_options] => 1
[short_description] => Short Descr
[small_image] =>
[small_image_label] =>
[special_from_date] =>
[special_price] =>
[special_to_date] =>
[status] => 1
[tax_class_id] => 2
[thumbnail] =>
[thumbnail_label] =>
[updated_at] => 2014-10-14 16:42:33
[upsell_tgtr_position_behavior] =>
[upsell_tgtr_position_limit] =>
[url_key] => 1-leather-belt
[url_path] =>
[visibility] => 4
[weight] => 1.0000
[qty] => 1.0000
[min_qty] => 0.0000
[use_config_min_qty] => 1
[is_qty_decimal] => 0
[backorders] => 0
[use_config_backorders] => 1
[min_sale_qty] => 1.0000
[use_config_min_sale_qty] => 1
[max_sale_qty] => 0.0000
[use_config_max_sale_qty] => 1
[is_in_stock] => 1
[notify_stock_qty] =>
[use_config_notify_stock_qty] => 1
[manage_stock] => 0
[use_config_manage_stock] => 1
[stock_status_changed_auto] => 0
[use_config_qty_increments] => 1
[qty_increments] => 0.0000
[use_config_enable_qty_inc] => 1
[enable_qty_increments] => 0
[is_decimal_divided] => 0
[_links_related_sku] =>
[_links_related_position] =>
[_links_crosssell_sku] =>
[_links_crosssell_position] =>
[_links_upsell_sku] =>
[_links_upsell_position] =>
[_associated_sku] =>
[_associated_default_qty] =>
[_associated_position] =>
[_tier_price_website] =>
[_tier_price_customer_group] =>
[_tier_price_qty] =>
[_tier_price_price] =>
[_group_price_website] =>
[_group_price_customer_group] =>
[_group_price_price] =>
[_media_attribute_id] =>
[_media_image] =>
[_media_lable] =>
[_media_position] =>
[_media_is_disabled] =>
[_super_products_sku] => 63204242204
[_super_attribute_code] => color
[_super_attribute_option] => Tan
[_super_attribute_price_corr] =>
)
After importing a csv with contents like the pastebin below. What am i doing wrong? I've been struggling with this for hours?
http://pastebin.com/neUxKy2g
configurable-product product-attribute importexport attribute-set
configurable-product product-attribute importexport attribute-set
asked Oct 14 '14 at 23:46
ehimeehime
1821 silver badge12 bronze badges
1821 silver badge12 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
That screenshot is from the "Associated Products" tab when viewing your configurable, right? I'd need to see the full screenshot to be sure but I suspect it's because your import has only defined a few values for its "super attributes" for this particular configurable product.
When you import a new configurable product via CSV, the _super_attribute_code and _super_attribute_option columns don't just define what subproducts you're adding but what options are possible. It looks like that's what's happened here, that "XS" is the only allowed size and "Red/Black" and "Burgundy" are the only allowed colours.
If that's the case, you can either add the other sizes and colours in the "Super product attributes configuration" part of that page in the admin, or just specify the other _super_attribute_code and _super_attribute_option values in additional rows in your CSV.
On closer inspection I can see that "Navy, XS" is available so I guess the colours haven't been restricted, or if they have Navy is a valid option too. Looks like most likely it's just the size that's the issue.
– Doug McLean
Jun 18 '15 at 12:45
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%2f40108%2fimporting-products-super-attribute-not-allowing-any-other-from-that-attribute-b%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
That screenshot is from the "Associated Products" tab when viewing your configurable, right? I'd need to see the full screenshot to be sure but I suspect it's because your import has only defined a few values for its "super attributes" for this particular configurable product.
When you import a new configurable product via CSV, the _super_attribute_code and _super_attribute_option columns don't just define what subproducts you're adding but what options are possible. It looks like that's what's happened here, that "XS" is the only allowed size and "Red/Black" and "Burgundy" are the only allowed colours.
If that's the case, you can either add the other sizes and colours in the "Super product attributes configuration" part of that page in the admin, or just specify the other _super_attribute_code and _super_attribute_option values in additional rows in your CSV.
On closer inspection I can see that "Navy, XS" is available so I guess the colours haven't been restricted, or if they have Navy is a valid option too. Looks like most likely it's just the size that's the issue.
– Doug McLean
Jun 18 '15 at 12:45
add a comment |
That screenshot is from the "Associated Products" tab when viewing your configurable, right? I'd need to see the full screenshot to be sure but I suspect it's because your import has only defined a few values for its "super attributes" for this particular configurable product.
When you import a new configurable product via CSV, the _super_attribute_code and _super_attribute_option columns don't just define what subproducts you're adding but what options are possible. It looks like that's what's happened here, that "XS" is the only allowed size and "Red/Black" and "Burgundy" are the only allowed colours.
If that's the case, you can either add the other sizes and colours in the "Super product attributes configuration" part of that page in the admin, or just specify the other _super_attribute_code and _super_attribute_option values in additional rows in your CSV.
On closer inspection I can see that "Navy, XS" is available so I guess the colours haven't been restricted, or if they have Navy is a valid option too. Looks like most likely it's just the size that's the issue.
– Doug McLean
Jun 18 '15 at 12:45
add a comment |
That screenshot is from the "Associated Products" tab when viewing your configurable, right? I'd need to see the full screenshot to be sure but I suspect it's because your import has only defined a few values for its "super attributes" for this particular configurable product.
When you import a new configurable product via CSV, the _super_attribute_code and _super_attribute_option columns don't just define what subproducts you're adding but what options are possible. It looks like that's what's happened here, that "XS" is the only allowed size and "Red/Black" and "Burgundy" are the only allowed colours.
If that's the case, you can either add the other sizes and colours in the "Super product attributes configuration" part of that page in the admin, or just specify the other _super_attribute_code and _super_attribute_option values in additional rows in your CSV.
That screenshot is from the "Associated Products" tab when viewing your configurable, right? I'd need to see the full screenshot to be sure but I suspect it's because your import has only defined a few values for its "super attributes" for this particular configurable product.
When you import a new configurable product via CSV, the _super_attribute_code and _super_attribute_option columns don't just define what subproducts you're adding but what options are possible. It looks like that's what's happened here, that "XS" is the only allowed size and "Red/Black" and "Burgundy" are the only allowed colours.
If that's the case, you can either add the other sizes and colours in the "Super product attributes configuration" part of that page in the admin, or just specify the other _super_attribute_code and _super_attribute_option values in additional rows in your CSV.
edited Jun 18 '15 at 12:46
answered Jun 18 '15 at 11:05
Doug McLeanDoug McLean
93412 silver badges21 bronze badges
93412 silver badges21 bronze badges
On closer inspection I can see that "Navy, XS" is available so I guess the colours haven't been restricted, or if they have Navy is a valid option too. Looks like most likely it's just the size that's the issue.
– Doug McLean
Jun 18 '15 at 12:45
add a comment |
On closer inspection I can see that "Navy, XS" is available so I guess the colours haven't been restricted, or if they have Navy is a valid option too. Looks like most likely it's just the size that's the issue.
– Doug McLean
Jun 18 '15 at 12:45
On closer inspection I can see that "Navy, XS" is available so I guess the colours haven't been restricted, or if they have Navy is a valid option too. Looks like most likely it's just the size that's the issue.
– Doug McLean
Jun 18 '15 at 12:45
On closer inspection I can see that "Navy, XS" is available so I guess the colours haven't been restricted, or if they have Navy is a valid option too. Looks like most likely it's just the size that's the issue.
– Doug McLean
Jun 18 '15 at 12:45
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%2f40108%2fimporting-products-super-attribute-not-allowing-any-other-from-that-attribute-b%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