magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.55k stars 9.32k forks source link

Checkout without address for configurable products with weight #7709

Closed flipflap closed 7 years ago

flipflap commented 7 years ago

Preconditions

  1. Magento 2.0.1

Steps to reproduce

  1. Add a configurable product with weight
  2. Add simple products to the configurable products, they all get virtual products. Unfortunately they don't get "this item has weight" from parents config product.

Expected result

  1. Now checkout skips address like checkout for virutal products

Actual result

  1. Checkout should take the setting of parent config product and show delivery address and method.
olysenko commented 7 years ago

Hi, thank you for your report. By design on checkout Magento takes into account simple product weight related attribute values not the configurable ones. So if simple don't have weight it will be treated as virtual product. You have opened the issue 7419. After fix of that one Magento will have the proper way how to resolve problem:

  1. Attribute Dynamic Weight default value: Yes
  2. Start to create configurable(value will be set to "this item has weight" by default )
  3. Create simple products variations for configurable(values will be set "this item has weight" by default for simple products) - for now there is a bug and simple products have values "this item has no weight". Do you agree with such explanation?
flipflap commented 7 years ago

Hi Olysenko, thanks, yes that sounds very good.

But there is one more thing that would help much:

image

magento-engcom-team commented 7 years ago

@flipflap thank you for your report. We were not able to reproduce this issue by following the steps you provided. Please provide more details regarding your environment, or try to reproduce this issue on a clean installation or latest release.

magento-engcom-team commented 7 years ago

@flipflap, we are closing this issue due to inactivity. If you'd like to update it, please reopen the issue.