This is a replacement of my GiftWrap-addon.
Adds a new page in admin to define extra services to offer customers. This could be Giftwrapping, insurances or anything else really.
An order total module adds the services to the order. NOTE: Nothing will show up, if this module isn't installed.
A checkout_shipping hook and a shopping_cart content module gives the customer the possibility of choosing to add any of the extra services to the order.
Each extra service can be set up as either a total, a pr. product or configurable by the customer.
Fx: service A costs $3 and is a total. Service B costs $2 and is a configurable. Service C costs $1 and is pr. product.
If a customer adds 10 items to their cart, service A would cost $3 for them too add to the order.
For service B, they would be able to enter a number between 1 and 10 (as they have 10 items in their cart), and the price would be that number times $2.
Service C would cost $10, as the price pr. product i $1 and there are 10 products.
Can be installed with the Zipur-bundler or manually - readme included.
Set up and offer extra services to your customers.
2024-05-24: 1.1.0 - Public Release