====== Konfiguration der Versandkosten ======
wbs:suite:modul:wbs_shop:versandkosten_konfiguration
===== Konstanten =====
// Shipment Select
const SHIPMENT_CALCULATION_METHOD = 'shipment_calculation_method';
const SHIPMENT_CALCULATION_FREE = 'free';
const SHIPMENT_CALCULATION_GLOBAL = 'global';
const SHIPMENT_CALCULATION_PER_ARTICLE = 'per_article';
const SHIPMENT_CALCULATION_PER_WEIGHT = 'per_weight';
const SHIPMENT_CALCULATION_PER_COUNTRY = 'per_country';
// Shipment Global
const SHIPMENT_COST_GLOBAL = 'shipment_cost_global';
===== Settings =====
Parameter ersetzen:
$wbs_shopp['chk_use_shipment_per_country']='1';
$wbs_shopp['bereich20']='Versandkosten';
$wbs_shopp['select_shipment_calculation_method']='free,global,per_article,per_weight,per_country';
$wbs_shopp['shipment_calculation_method']='per_country';
$wbs_shopp['bereich22']='Globale Versandkosten';
$wbs_shopp['shipment_cost_global']='5.0';
$wbs_shopp['bereich24']='Versandkosten nach Gewicht';
$wbs_shopp['weight1']='20';
$wbs_shopp['weight2']='30';
$wbs_shopp['shipment_cost_upto_weight1']='5.0';
$wbs_shopp['shipment_cost_more_than_weight1']='10.0';
$wbs_shopp['shipment_cost_more_than_weight2']='45.0';
$wbs_shopp['shipment_free_limit']='1000';
$wbs_shopp['minimum_order_value']='50.0';