Magento 1.9.2 在线客户未提供正确的 url
Magento 1.9.2 Online Customers not giving correct url
我刚刚安装了带有示例数据的 Magento 1.9.2。我还没有做任何调整。
但是当在后端导航到 Customer > Online Customer
时, Last Url
visited 列显示站点的 base url,无论客户在哪里(是否是否登录)正在浏览。
我尝试将 System > Customers > Customer Configuration > Online Customer Options > Online Minutes Interval
更改为较小的值。我也尝试将 System > Advanced > System > Log > Enable Log
更改为 Yes,但 Last Url
列未显示正确的值。
这是 magento 的默认功能。在线客户网格将仅显示特定客户上次访问的 url。这件事基于 IP 地址和客户登录 ID(如果已登录)。
System > Advanced > System > Log > Enable Logging
Logging 功能用于在运行时记录错误。您可以在 var/log 目录中找到这些日志。不要混淆 "Online customer" 和 "Logging" 功能。
希望你明白了!!
我刚刚安装了带有示例数据的 Magento 1.9.2。我还没有做任何调整。
但是当在后端导航到 Customer > Online Customer
时, Last Url
visited 列显示站点的 base url,无论客户在哪里(是否是否登录)正在浏览。
我尝试将 System > Customers > Customer Configuration > Online Customer Options > Online Minutes Interval
更改为较小的值。我也尝试将 System > Advanced > System > Log > Enable Log
更改为 Yes,但 Last Url
列未显示正确的值。
这是 magento 的默认功能。在线客户网格将仅显示特定客户上次访问的 url。这件事基于 IP 地址和客户登录 ID(如果已登录)。
System > Advanced > System > Log > Enable Logging
Logging 功能用于在运行时记录错误。您可以在 var/log 目录中找到这些日志。不要混淆 "Online customer" 和 "Logging" 功能。
希望你明白了!!