使用facebook的hhvm来运行magento,需要增加一个设置,以解决magento购物车不计算折扣价格的问题。
1.修改文件/etc/hhvm/php.ini
2.增加一行代码:hhvm.enable_zend_sorting = 1
3.完成。