When I apply the update I get the following error:
1054
Unknown column 'change_tax' in 'field list'
Phocacart beta75 -> 87 update
- Benno
- Phoca Hero
- Posts: 9435
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Phocacart beta75 -> 87 update
Hi,
backup your Database first and then run this query:
Kind regards,
Benno
backup your Database first and then run this query:
Code: Select all
ALTER TABLE `#__phocacart_shipping_methods` ADD COLUMN `change_tax` tinyint(1) NOT NULL DEFAULT '0';
Benno