Import user custom fields

  • Posts: 31
  • Thank you received: 0
7 years 9 months ago #244848

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.5.1
-- PHP version -- : 7.0.8
-- Browser(s) name and version -- : Chomre

Hello, I need to know how can I import customs fields associed with users (no products).
Regards,

Leo.

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

  • Posts: 81515
  • Thank you received: 13068
  • MODERATOR
7 years 9 months ago #244871

Hi,

There is no system for that.
You can export the table hikashop_user as a CSV via your PHPMyAdmin, Add your data to the CSV and import it back via PHPMyAdmin.

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

  • Posts: 31
  • Thank you received: 0
7 years 9 months ago #244912

Hi Nicolas,

we have an external system where it generate customer updates daily.
Is possible to make an automatic update in hikashop? How we can?
Regards,

Leo

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

  • Posts: 81515
  • Thank you received: 13068
  • MODERATOR
7 years 9 months ago #244921

Hi,

Well, you can directly update the tables of the database with the data coming from your external system.
So it's possible with a custom script.
That script can either be in the form of a plugin of your external system which would update the data in your website database, or a Joomla plugin which would be triggered periodically (for example with the HikaShop cron trigger) and which would check the data from the external system (by accessing its database or some kind of export) and then updating the data in the database.

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

Time to create page: 0.052 seconds
Powered by Kunena Forum