I installed a zen-cart friendly link plug-in today. The plug-in on the Chinese website is not easy to use. If you want to find it, you have to download the latest version from the English website.
It’s better to speak English.
Pay attention to the encoding of the table when importing the table. If the default encoding of mysql is not utf8, garbled characters may occur. When I was using it, the Chinese link in the plug-in was garbled.
The following is how to modify the encoding.
1. Export data and table structure respectively.
2. Modify charset=gbk or charset gbk in the table structure to charset=utf8 or charset utf8 (use the editor to replace the encoding part in batches)
3. Import the table structure.
4. Import data.
That’s OK.