Page 1 of 1

Phocacart beta75 -> 87 update

Posted: 18 Nov 2024, 14:36
by Webguy
When I apply the update I get the following error:

1054
Unknown column 'change_tax' in 'field list'

Re: Phocacart beta75 -> 87 update

Posted: 18 Nov 2024, 14:55
by Benno
Hi,
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';
Kind regards,
Benno