Phocacart beta75 -> 87 update

Phoca Cart - complex e-commerce extension
Webguy
Phoca Enthusiast
Phoca Enthusiast
Posts: 68
Joined: 16 May 2024, 15:59

Phocacart beta75 -> 87 update

Post by Webguy »

When I apply the update I get the following error:

1054
Unknown column 'change_tax' in 'field list'
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9435
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phocacart beta75 -> 87 update

Post 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
Post Reply