Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Joomla 2.5.4 和 Virtuemart 2.0.6。我想在 Virtuemart 购物车中显示运输方式 TAX rate(calc_value)。如何在美德购物车中获取装运方式税率?
尝试这个。
$cart = VirtueMartCart::getCart(); $cart->prices['shipmentTax'];
这可能会有所帮助..