I want to create a “SalesRule” (which handle disounts) but then for adding some additional costs to the cart. As far as I can see MultiFees does not do the trick.
This SalesRule needs to do the following: If there is choosen one (or more) product(s) from a range of products (or from a particular productcategory, this depends how the products are categorized/created) AND one (or more) product(s) has a particular extra (Field)option filled in (this is te most tricky part I think) THEN extra costs need to be calculated to the cart..
For example: products X, Y and Z have an extra option which CAN (not mandatory) be filled in like: Name. When a customer fills in a Name he/she wants this name to be printed on the ordered product. When a name is filled in there will be some extra costs, but these costs may only be charged once. So when the customer orders X, Y and Z without a name: no additional costs. When customer orders X and Y with Name and Z without Name: extra costs need to be charged once.
Is there a way to do this? I have seen nowhere around the web to create a rule based on the extra options of a product. This extra options feature isn’t there in Magento for such a long time?
Hope someone can help me out on his.
Thanks.