简体   繁体   English

将用户帐户商务服务器集成到wordpress中

[英]Integrate user accounts commerce server into wordpress

For the moment I have the following construction for my e-commerce platform: 目前我的电子商务平台有以下结构:

  • Kentico CMS Kentico CMS
  • Microsoft commerce server Microsoft商务服务器

I'm looking to integrate a blog in this concstruction. 我想在这个结构中整合一个博客。 Altough Kentico CMS has blogging possibilities. Altough Kentico CMS有博客可能性。 Wordpress would fit better with our goals. Wordpress更适合我们的目标。

However I want to know if there are any possibilites with using the user account defined in commerce server in wordpress for commenting? 但是,我想知道是否有任何可能使用wordpress中商务服务器中定义的用户帐户进行评论? Users registered on the webshop should be able to comment on a post using the user account registered on the webshop. 在网上商店注册的用户应该能够使用在网上商店注册的用户帐户对帖子发表评论。

Thank you for your effort! 感谢你的付出!

The short answer: NO 简短的回答: 没有

The long answer: 答案很长:

No, you cannot. 你不能。

Two systems use entirely different table sturctures for keeping user info (ID, Username, password, etc). 两个系统使用完全不同的表结构来保存用户信息(ID,用户名,密码等)。 You would need to heavily modify wordpress or kentico in order to sync table structures (which is pointless). 您需要大量修改wordpress或kentico才能同步表结构(这是毫无意义的)。

Only possible alternatives I see are: 我看到的唯一可能的选择是:

Write a Migration script which will migrate all the necessary data from kentico DB to WPDB. 编写一个迁移脚本,将所有必要的数据从kentico DB迁移到WPDB。

Write an iterative script which will create users for Wordpress based on their username and e-mail. 编写一个迭代脚本,根据用户名和电子邮件为Wordpress创建用户。 That way you can send them their passwords. 这样你就可以发送密码了。


Extremely simple (but effective) way would be to make comments FFA and use Disqus or WP native commenting system with Akismet. 非常简单(但有效)的方式是发表评论FFA并使用Disqus或WP本机评论系统与Akismet。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM