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.
Joomla2.5.4とVirtuemart2.0.6を使用しています。Virtuemartカートに配送方法のTAXrate(calc_value)を表示したい。virtuemartカートで配送方法の税率を取得するにはどうすればよいですか?
これを試して。
$cart = VirtueMartCart::getCart(); $cart->prices['shipmentTax'];
これは役立つかもしれません..