Extra Services

Open to all! Ask other shopowners for help.
Post Reply
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Extra Services

Post by Kofod95 »

If you ever felt the need to modify the Giftwrap module to offer another kind of service, then this might be of interest.
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`))
and then just ignore the "update.php"-file in the package.

//Daniel
You do not have the required permissions to view the files attached to this post.
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply