Merge pull request #4786 from devansh-webkul/attributes-rename-issue
Some Changes Done For L x W x H/D on product description #3196
This commit is contained in:
commit
34f6cfa6da
|
|
@ -360,10 +360,10 @@ class AttributeTableSeeder extends Seeder
|
|||
'created_at' => $now,
|
||||
'updated_at' => $now,
|
||||
'is_comparable' => '0',
|
||||
], [
|
||||
],[
|
||||
'id' => '19',
|
||||
'code' => 'width',
|
||||
'admin_name' => 'Width',
|
||||
'code' => 'length',
|
||||
'admin_name' => 'Length',
|
||||
'type' => 'text',
|
||||
'validation' => 'decimal',
|
||||
'position' => '22',
|
||||
|
|
@ -381,8 +381,8 @@ class AttributeTableSeeder extends Seeder
|
|||
'is_comparable' => '0',
|
||||
], [
|
||||
'id' => '20',
|
||||
'code' => 'height',
|
||||
'admin_name' => 'Height',
|
||||
'code' => 'width',
|
||||
'admin_name' => 'Width',
|
||||
'type' => 'text',
|
||||
'validation' => 'decimal',
|
||||
'position' => '23',
|
||||
|
|
@ -400,8 +400,8 @@ class AttributeTableSeeder extends Seeder
|
|||
'is_comparable' => '0',
|
||||
], [
|
||||
'id' => '21',
|
||||
'code' => 'depth',
|
||||
'admin_name' => 'Depth',
|
||||
'code' => 'height',
|
||||
'admin_name' => 'Height',
|
||||
'type' => 'text',
|
||||
'validation' => 'decimal',
|
||||
'position' => '24',
|
||||
|
|
|
|||
Loading…
Reference in New Issue