我读过很多类似的问题,
但没有找到答案
我必须在 wordpress 博客中显示客户姓名和购物车项目
我已经安装了 Mage Enabler 。但它总是显示无效的 URL。本地电脑的有效网址是什么?
所以我也做过,
require_once ("../app/Mage.php");
umask(0);
Mage::app();
Mage::getSingleton("core/session", array('name' => 'frontend'));
$session = Mage::getSingleton("customer/session");
if($session->isLoggedIn())
{echo "YES";}
else {echo "NO";}
我总是得到“不”.. :(
谁能帮我如何在wordpress中访问magento会话