Hi Nicolas, Thank you for the information. I have tried to process as you proposed but the results are not as expected.
I have characteristic: Format
This characteristic has three variants: Format_A, Format_B, Format_C
I have three products assigned to category: ABC with category_id 132
All these products have been assigned to characteristic Format and all have three variants (Format_A, Format_B, Format_C) with different prices.
I setup mass actions as following:
Data – Product
Filters:
Characteristics
Format LIKE Format_B
and
Category columns
Category_id=132
Actions
Update the values
price_value INT 50
I have expected to change the price of Format_B variant to value 50 for all products assigned to Category_id=132. So for all above products I should get new price equal to 50 only for Format_B variants.
Instead of above price was changed only for one product but for all variants: Format_A, Format_B, Format_C and additionally appeared a price in back-end product card (block “price and taxes”) set also as 50 – before mass action there was no price directly in product card (block “price and taxes”) and prices were assigned only to the Variants.
Regards,
Greg