Hi Guys,
I am trying to add an option on checkout page - for example a gift wrap. If a person needs a gift wrap, it will be +$5 on top of the total price. What is the best approach to do that.
Requirements:
- Must be a true/false option.
- If true - must add $5 on top of total
- If false nothing should happen
- Must be a visible value in order admin area.
I saw custom fields for each shopping cart page, but doesn't look like there is a way to set a price increase from there.
Thanks in advance.