Sale unit:
{{ product.sale_unit_label }}
{{ product.units_per_sale_unit }} pcs /
{{ ({"piece":"Piece","box":"Box","carton":"Carton","bucket":"Bucket","set":"Set","custom":"Custom"}[product.sale_unit_type] || "Unit") }}
{{ ({"piece":"Piece","box":"Box","carton":"Carton","bucket":"Bucket","set":"Set","custom":"Custom"}[product.sale_unit_type] || {"piece":"Piece","box":"Box","carton":"Carton","bucket":"Bucket","set":"Set","custom":"Custom"}.piece) }}
Package:
{{ product.package_length }} x {{ product.package_width }} x {{ product.package_height }} {{ product.dimension_unit || 'mm' }}
Net weight:
{{ product.net_weight }} {{ product.weight_unit || 'kg' }}
Gross weight:
{{ product.gross_weight }} {{ product.weight_unit || 'kg' }}
Shipping unit:
{{ product.shipping_unit_label }}
{{ (parseInt(product.sale_units_per_shipping_unit || 1, 10) || 1) > 1
? (product.sale_units_per_shipping_unit + ' ' + ({"piece":"Piece","box":"Box","carton":"Carton","bucket":"Bucket","set":"Set","custom":"Custom"}[product.sale_unit_type] || {"piece":"Piece","box":"Box","carton":"Carton","bucket":"Bucket","set":"Set","custom":"Custom"}.piece) + ' / ' + ({"piece":"Piece","box":"Box","carton":"Carton","bucket":"Bucket","set":"Set","custom":"Custom"}[product.shipping_unit_type] || {"piece":"Piece","box":"Box","carton":"Carton","bucket":"Bucket","set":"Set","custom":"Custom"}.piece))
: (({"piece":"Piece","box":"Box","carton":"Carton","bucket":"Bucket","set":"Set","custom":"Custom"}[product.shipping_unit_type] || {"piece":"Piece","box":"Box","carton":"Carton","bucket":"Bucket","set":"Set","custom":"Custom"}.piece)) }}
Shipping package:
{{ product.shipping_package_length }} x {{ product.shipping_package_width }} x {{ product.shipping_package_height }} {{ product.dimension_unit || 'mm' }}
Shipping net weight:
{{ product.shipping_net_weight }} {{ product.weight_unit || 'kg' }}
Shipping gross weight:
{{ product.shipping_gross_weight }} {{ product.weight_unit || 'kg' }}