gpt4 book ai didi

php - 在 magento 中注册后自动登录客户

转载 作者:行者123 更新时间:2023-11-30 22:11:58 25 4
gpt4 key购买 nike

有没有什么方法或概念,当客户在前面注册时,然后自动登录并重定向到主页。

我想通过外部(在 magento 之外)做这些事情。

最佳答案

Magento 中,您可以使用以下方法之一。

选项 A:

  1. 登录到 magento 管理区域
  2. 转到系统=>配置=>客户配置
  3. Create New Account Options 选项卡并将“No”设置为“Require Emails Confirmation”选项。
  4. 登录选项,并将“登录后将客户重定向到帐户仪表板”选项设置为“否”。
  5. 然后打开\app\code\core\Mage\Customer\controllers\AccountController.php

你可以改变它:

$session->setBeforeAuthUrl(Mage::helper('customer')->getAccountUrl());

对此:

$session->setBeforeAuthUrl(Mage::getBaseUrl());

选项 B:

创建自定义模块以使用“customer_login”事件观察器。

选项 C:

使用免费社区扩展进行 logi 重定向。你可以从下面得到这个想法:

https://www.magentocommerce.com/magento-connect/customer-redirect-to-link-page-after-login-and-create-accounts-1.html

关于php - 在 magento 中注册后自动登录客户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39805752/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com