コード例 #1
0
ファイル: CartTotal.php プロジェクト: Janoinen/vivid_store
 public function getTaxTotal()
 {
     echo json_encode(VividCart::getTaxes(true));
 }