diff --git a/packages/Webkul/Product/src/Type/Configurable.php b/packages/Webkul/Product/src/Type/Configurable.php index 0b88d3097..94b7a464a 100644 --- a/packages/Webkul/Product/src/Type/Configurable.php +++ b/packages/Webkul/Product/src/Type/Configurable.php @@ -471,7 +471,7 @@ class Configurable extends AbstractType $data['attributes'][$attribute->code] = [ 'attribute_name' => $attribute->name ? $attribute->name : $attribute->admin_name, 'option_id' => $option->id, - 'option_label' => $option->label, + 'option_label' => $option->label ? $option->label : $option->admin_name, ]; }