Magento客户不活动多长时间

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Magento客户不活动多长时间相关的知识,希望对你有一定的参考价值。

How long customer is inactive ?
  1. $customer = Mage::getSingleton('customer/session')->getCustomer();
  2. $log = Mage::getModel('log/customer')->load($customer->getId());
  3. $inctive_time = now() - $log->getLastVisitAt();

以上是关于Magento客户不活动多长时间的主要内容,如果未能解决你的问题,请参考以下文章

xml 在Magento中添加自定义活动链接到客户帐户导航

markdown [magento] - 代码片段

将 Google API 客户端对象从活动传递到滑动选项卡片段

如何在活动和片段之间传递对象

用于数据加载的 Android 活动/片段职责

重新创建活动后片段不可见