File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
app/code/Magento/BundleImportExport/Model/Import/Product/Type Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 26
26
*/
27
27
class Bundle extends \Magento \CatalogImportExport \Model \Import \Product \Type \AbstractType
28
28
{
29
- /**
30
- * phpcs:disable Magento2.Commenting.ConstantsPHPDocFormatting
31
- */
32
-
33
29
/**
34
30
* Delimiter before product option value.
35
31
*/
36
32
const BEFORE_OPTION_VALUE_DELIMITER = '; ' ;
37
33
38
- /**
39
- * Pair value separator.
40
- */
41
34
const PAIR_VALUE_SEPARATOR = '= ' ;
42
35
43
36
/**
@@ -50,25 +43,12 @@ class Bundle extends \Magento\CatalogImportExport\Model\Import\Product\Type\Abst
50
43
*/
51
44
const VALUE_FIXED = 'fixed ' ;
52
45
53
- /**
54
- * Not fixed dynamic attribute.
55
- */
56
46
const NOT_FIXED_DYNAMIC_ATTRIBUTE = 'price_view ' ;
57
47
58
- /**
59
- * Selection price type fixed.
60
- */
61
48
const SELECTION_PRICE_TYPE_FIXED = 0 ;
62
49
63
- /**
64
- * Selection price type percent.
65
- */
66
50
const SELECTION_PRICE_TYPE_PERCENT = 1 ;
67
51
68
- /**
69
- * phpcs:enable Magento2.Commenting.ConstantsPHPDocFormatting
70
- */
71
-
72
52
/**
73
53
* Array of cached options.
74
54
*
You can’t perform that action at this time.
0 commit comments