public BigDecimal getChineseInsertFees(String siteId, String storeType, BigDecimal price) { IEbFeeCaculate ca = getFeeCaculator(siteId); return ca.getChineseInsertsFee(storeType, price); }