- Posts: 31
- Thank you received: 0
Import user custom fields
- marketingfocal
-
Topic Author
- Offline
Less
More
10 years 2 months ago #244848
by marketingfocal
Import user custom fields was created by marketingfocal
-- 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.
-- 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.
10 years 2 months ago #244871
by nicolas
Replied by nicolas on topic Import user custom fields
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.
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.
- marketingfocal
-
Topic Author
- Offline
Less
More
- Posts: 31
- Thank you received: 0
10 years 2 months ago #244912
by marketingfocal
Replied by marketingfocal on topic Import user custom fields
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
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.
10 years 2 months ago #244921
by nicolas
Replied by nicolas on topic Import user custom fields
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.
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.175 seconds