摘要:
以文件的形式导入来改变商品的数量 define('MAGENTO', realpath(dirname(__FILE__))); require_once MAGENTO . '/app/Mage.php'; umask(0); Mage::app()->setCurrentStore(Mage_C 阅读全文
摘要:
1.以下是system.xml文件 <config> <sections> <shopcore translate="label" module="shopcore"> <class>separator-top</class> <label>商城/专区设置</label> <tab>sales</t 阅读全文
摘要:
Magento产品列表默认每行显示3个产品,有时候我们需要调整这个数目,可以通过如下方法实现: 1)设置产品列表页中一行显示4个产品。 修改模板的layout/catalog.xml文件: <block type="catalog/product_list" name="product_list" 阅读全文
摘要:
Mage::helper('coreservice')->getRequestIp()获取IP地址 阅读全文