Skip to content
Snippets Groups Projects
Commit edb76cb4 authored by Ruslan Kostiv's avatar Ruslan Kostiv
Browse files

MAGETWO-47698: [Github] Custom options not displayed correctly on a store view level #2908 #5885

parent 75677b33
Branches
No related merge requests found
...@@ -49,14 +49,14 @@ $oldOptions = [ ...@@ -49,14 +49,14 @@ $oldOptions = [
'sort_order' => 0, 'sort_order' => 0,
'values' => [ 'values' => [
[ [
'option_type_id' => -1, 'option_type_id' => null,
'title' => 'Option 1', 'title' => 'Option 1',
'price' => '3,000.00', 'price' => '3,000.00',
'price_type' => 'fixed', 'price_type' => 'fixed',
'sku' => '3-1-select', 'sku' => '3-1-select',
], ],
[ [
'option_type_id' => -1, 'option_type_id' => null,
'title' => 'Option 2', 'title' => 'Option 2',
'price' => '5,000.00', 'price' => '5,000.00',
'price_type' => 'fixed', 'price_type' => 'fixed',
...@@ -72,14 +72,14 @@ $oldOptions = [ ...@@ -72,14 +72,14 @@ $oldOptions = [
'sort_order' => 0, 'sort_order' => 0,
'values' => [ 'values' => [
[ [
'option_type_id' => -1, 'option_type_id' => null,
'title' => 'Option 1', 'title' => 'Option 1',
'price' => '600.234', 'price' => '600.234',
'price_type' => 'fixed', 'price_type' => 'fixed',
'sku' => '4-1-radio', 'sku' => '4-1-radio',
], ],
[ [
'option_type_id' => -1, 'option_type_id' => null,
'title' => 'Option 2', 'title' => 'Option 2',
'price' => '40,000.00', 'price' => '40,000.00',
'price_type' => 'fixed', 'price_type' => 'fixed',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment