How can I export a .csv with the categories ids?

  • Posts: 16
  • Thank you received: 0
9 years 10 months ago #185719

-- url of the page with the problem -- : 5.10.105.46/~yamitysb/
-- HikaShop version -- : 2.3.1
-- Joomla version -- : 3`
-- PHP version -- : 5.3.28

How can I export a .csv with the categories ids?
I was trying to do it through the Mass actions and even when checking the check box "category id" the csv came out with out it. It did not work with the general export option as well. Any idea?

I Have update to the latest stable version of HikaShop Business: 2.3.5 but still I can not export a .csv with the categories ids? via export categories or mass action.

backup of the website - 5.10.105.46/~yamity3c/
Please help

Last edit: 9 years 10 months ago by mici. Reason: Updated and that not fix the issue

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

  • Posts: 193
  • Thank you received: 76
9 years 10 months ago #185738

You have very old version of Hikashop. It works in latest version.

If for a reason you can't update, you can export categories ids using phpMyAdmin.

In phpMyAdmin select your database, click on SQL and use this command:

SELECT category_id, category_name FROM `#__hikashop_category` WHERE `category_type` = 'product'
Replace #__ with your database prefix.
Uder the result table, there is "Export" icon.
Click on it and choose "CSV" and click "Go"

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

Time to create page: 0.064 seconds
Powered by Kunena Forum