- Posts: 145
- Thank you received: 6
Changing the price of variant products with Mass Actions
2 years 3 weeks ago #362869
by levelup
Life is the unique stage of our art. Everyone sings their own song and leaves the stage. The stage is always permanent. Blessed is that song that people remember.
Changing the price of variant products with Mass Actions was created by levelup
hi
How can I change the price of the variant products based on the variant name using mass actions?
How can I change the price of the variant products based on the variant name using mass actions?
Life is the unique stage of our art. Everyone sings their own song and leaves the stage. The stage is always permanent. Blessed is that song that people remember.
Please Log in or Create an account to join the conversation.
2 years 3 weeks ago #362875
by nicolas
Replied by nicolas on topic Changing the price of variant products with Mass Actions
Hi,
You can create a mass action with a filter on the product_name column, and an action "update the values" on the price_value column.
A product mass action will, by default, target both variants and products.
So if your filter on the product_name is restrictive enough to concern only variants, then you don't need another filter. Otherwise, if you have overlap with the products, you can add a second filter on the product_type column being equal to "variant" in order to target variants only.
You can create a mass action with a filter on the product_name column, and an action "update the values" on the price_value column.
A product mass action will, by default, target both variants and products.
So if your filter on the product_name is restrictive enough to concern only variants, then you don't need another filter. Otherwise, if you have overlap with the products, you can add a second filter on the product_type column being equal to "variant" in order to target variants only.
Please Log in or Create an account to join the conversation.
1 year 7 months ago #365635
by oxido
Replied by oxido on topic Changing the price of variant products with Mass Actions
Actualy you need to focus on product_code column, that column is populated with data for main product and varians, if you target only the product_name column, the variants are not affected.
The following user(s) said Thank You: nicolas
Please Log in or Create an account to join the conversation.
Time to create page: 0.191 seconds