TaxCloud Plugin Error Message

  • Posts: 4
  • Thank you received: 0
9 years 9 months ago #189479

-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : 1054 - Unknown column 'product_taxability_code' in 'field list' SQL=SELECT product_id, product_taxability_code FROM w5oy1_hikashop_product WHERE product_id IN (14) AND product_access='all' AND product_published=1 AND product_type='main'

I'm trying to implement TaxCloud plugin. I'm getting the message above. Can you help?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
9 years 9 months ago #189505

Hi,

This column should have been added automatically by the plugin when going on a product edition page.
You can add it manually via your phpMyAdmin interface and using the code:

ALTER IGNORE TABLE `#__hikashop_product` ADD COLUMN `product_taxability_code` INT(10) NOT NULL DEFAULT 0
In the sql query part.

Replace the "#_" by your table prefix.

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum