This is an add-on that allows you to create as many extra services as you want, and offer them to your customers.
I'm still developing a bit, so feel free to leave suggestions and comments.
Tested on 1.0.8.20, might also be fine from 1.0.8.5.
It's packaged with the Zipur-bundler, so the installer should make it easy to add to a test-shop.
Otherwise, here's the sql
sql:
Code: Select all
CREATE TABLE extra_services (`extra_service_id` INT(11) NOT NULL AUTO_INCREMENT , `language_id` INT(11) NOT NULL , `extra_service_name` VARCHAR(255) NULL DEFAULT NULL , `extra_service_text` TEXT NULL DEFAULT NULL , `extra_service_price` FLOAT(12,4) NULL DEFAULT NULL , èxtra_service_individual` TINYINT(1) NULL DEFAULT NULL , `extra_service_sort` INT(11) NULL DEFAULT NULL , PRIMARY KEY (`extra_service_id`, `language_id`))//Daniel