File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
app/code/Magento/AdvancedPricingImportExport/Model/Import Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 1010use Magento \ImportExport \Model \Import \ErrorProcessing \ProcessingErrorAggregatorInterface ;
1111
1212/**
13- * Class AdvancedPricing
13+ * Import advanced pricing class
1414 *
1515 * @SuppressWarnings(PHPMD.ExcessiveParameterList)
1616 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1919class AdvancedPricing extends \Magento \ImportExport \Model \Import \Entity \AbstractEntity
2020{
2121 const VALUE_ALL_GROUPS = 'ALL GROUPS ' ;
22-
2322 const VALUE_ALL_WEBSITES = 'All Websites ' ;
24-
2523 const COL_SKU = 'sku ' ;
26-
2724 const COL_TIER_PRICE_WEBSITE = 'tier_price_website ' ;
28-
2925 const COL_TIER_PRICE_CUSTOMER_GROUP = 'tier_price_customer_group ' ;
30-
3126 const COL_TIER_PRICE_QTY = 'tier_price_qty ' ;
32-
3327 const COL_TIER_PRICE = 'tier_price ' ;
34-
3528 const COL_TIER_PRICE_PERCENTAGE_VALUE = 'percentage_value ' ;
36-
3729 const COL_TIER_PRICE_TYPE = 'tier_price_value_type ' ;
38-
3930 const TIER_PRICE_TYPE_FIXED = 'Fixed ' ;
40-
4131 const TIER_PRICE_TYPE_PERCENT = 'Discount ' ;
42-
4332 const TABLE_TIER_PRICE = 'catalog_product_entity_tier_price ' ;
44-
4533 const DEFAULT_ALL_GROUPS_GROUPED_PRICE_VALUE = '0 ' ;
46-
4734 const ENTITY_TYPE_CODE = 'advanced_pricing ' ;
48-
4935 const VALIDATOR_MAIN = 'validator ' ;
50-
5136 const VALIDATOR_WEBSITE = 'validator_website ' ;
5237
5338 /**
5439 * @deprecated
5540 * @see VALIDATOR_TIER_PRICE
5641 */
5742 private const VALIDATOR_TEAR_PRICE = 'validator_tier_price ' ;
58-
5943 private const VALIDATOR_TIER_PRICE = 'validator_tier_price ' ;
6044
6145 /**
You can’t perform that action at this time.
0 commit comments