简体   繁体   中英

Create Magento customer directly to Magento database

What i need is a solution to create a magento customer from an external php application (developed in the yii framework) connected directly to a magento database. The customer info will be entered using a form. The only fields from the magento customer that i am really interested in are customer email and password ie i want to create a customer with minimum field that only include email and password as form entry. However, i do not mind adding first name and last name to the form if they are "required" fields. I know that for Magento customer creation, webstore_id and store_id are required, but these can be hard-coded to default values thats okay.

I found code online that demonstrate how to create a customer while utilizing the Mage.php file. Some links to these tutorials include: http://www.douglasradburn.co.uk/adding-new-customers-to-the-magento-store-programmatically/ http://inchoo.net/ecommerce/magento/programming-magento/programmaticaly-adding-new-customers-to-the-magento-store/

But in these tutorials, they have hard-coded the customer info. Like i said, my requirements include using forms on a php page from an external php application in yii framework.

Solutions will be greatly appreciated.

在magento中创建一个模块,以从脚本中检索信息,然后实施这种工作:以编程方式创建客户

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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