PHP 클래스 TaxModifier, silvershop-core

If you would like to make your own tax calculator, create a subclass of this and enable it by using {@link Order::set_modifiers()} in your project _config.php file. Sample configuration in your _config.php: TaxModifier::set_for_country('NZ', 0.125, 'GST', 'inclusive'); TaxModifier::set_for_country('UK', 0.175, 'VAT', 'exclusive');
상속: extends OrderModifier
파일 보기 프로젝트 열기: burnbright/silverstripe-shop 1 사용 예제들

공개 메소드들

메소드 설명
TableTitle ( )

메소드 상세

TableTitle() 공개 메소드

public TableTitle ( )