dropday-io / Magento

Magento extension for Dropday
5 stars 5 forks source link

Child product name not used in orders for configurable products #13

Open muyncky opened 1 year ago

muyncky commented 1 year ago

Description

When creating an order with configurable products in Magento 2.4.4, the parent product name is passed to the Dropday API instead of the child product name. This causes issues for the supplier, as the name provides critical details on what product they are to ship.

Steps to reproduce

  1. Configure the Dropday extension
  2. Create a configurable product with child products that have different names and SKUs
  3. Create an order in the backoffice with one of the child products
  4. See the name field displays the parent product name instead of the child product name in the Dropday dashboard

Expected behavior

When passing an order to the Dropday API with configurable products, Dropday should use the product name of the child product instead of the parent product.

Environment