Sidebar
Short
Extern
Letzte Änderungen
- snippet [Neue Texte 2026]
- station angelegt
- californication angelegt
Plugin Changes
Plugin Changes
wbs:suite:modul:wbs_shop:versandkosten_konfiguration
// 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';
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';