我想把所有的快递列表提取到一个PHP文件中(外部接口)。我的目标是不使用$this**对象获取所有的快递。
我可以通过以下代码调用magento函数到核心PHP文件:
文件:MagentoFolder/PHP模块/索引.php
<?php
require_once('../app/Mage.php'); //Path to Magento
umask(0);
Mage::app();
// extra code
?>
<select>
<?php
// Code to Get All Shipping Courier List
?>
</select>
1条答案
按热度按时间0md85ypi1#
//获取所有送货快递列表的代码