如何获取增值税运输方式税率


How to get the vurtuemart shippment method tax rate?

我使用的是Joomla 2.5.4和Virtuelmart 2.0.6。我想在美德购物车中显示运输方法税率(calc_value)。如何在虚拟购物车中获得运输方式税率?

试试这个。

    $cart = VirtueMartCart::getCart();
    $cart->prices['shipmentTax'];

这可能会有所帮助。。