<we:shipping>
Since version: 3.5.0.0 | Requires endtag: no | Required modules: shop
Description
In regard to the purchase we:shipping is used to determine shipping costs. These costs are based on the value of the shopping cart, the land of origin of the registered user and the shipping cost rules editable in the Shop Module. The parameter \\\"sum\\\" contains the name of a sum calculated with we:sum. The parameter "type" is used to determine either the net, gros as well as the amount of the VAT contained in the shipping costs.
Attributes
sum
Default value: - | since version: 3.5.0.0 | required: yes
Set this attribute to the name of the sum (<we:sum name="…" />)based on which the shipping costs are to be calculated.
num_format
Default value: - | since version: 3.5.0.0 | required: no
Set this attribute to the number format of the output. (german, french, english)
Allowed values:
- german
- french
- english
type
Default value: - | since version: 3.5.0.0 | required: no
Determine with this attribute, whether the net, gros or VAT of the shipping costs is to be returned. The obligation of the customer to pay VAT or not is also taken into consideration. (see we:ifShopVat)
Allowed values:
- net
- gros
- vat
Syntax
<we:shipping sum="attribute" [num_format="german|french|english"] [type="net|gros|vat"] />