Hi there,
I would like to set up a CSV that can be imported into actinic to set discounts.
The problem I have is that I currently import a CSV for all the products and prices into actinic every night on automation. When this occurs any cart content discount already set in actinic is rendered unusable as the product groups are reset.
So I guess what I need to be able to do is set product groups from the import file. Can this be done?
Say I have product groups:
- Tea (1)
- Body Care (2)
Can I define these groups in the CSV and then for each product assign them the product group id?
If thats possible could I then create a cart contents discount by csv import?
I would like to set up a CSV that can be imported into actinic to set discounts.
The problem I have is that I currently import a CSV for all the products and prices into actinic every night on automation. When this occurs any cart content discount already set in actinic is rendered unusable as the product groups are reset.
So I guess what I need to be able to do is set product groups from the import file. Can this be done?
Say I have product groups:
- Tea (1)
- Body Care (2)
Can I define these groups in the CSV and then for each product assign them the product group id?
If thats possible could I then create a cart contents discount by csv import?
Comment