Modify ↓
Opened 9 years ago
Closed 9 years ago
#1112 closed Bug/Fehler (fixed)
Nachnahme Bezahlart wird bei Überschreitung des Versandostenfrei nicht angezeigt
| Reported by: | Ronald Parcinski | Owned by: | Ronald Parcinski |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.2.1 |
| Component: | Module | Version: | 2.0.0.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description (last modified by )
Nachnahme Bezahlart wird bei Überschreitung des Versandostenfrei nicht angezeigt
ot_cod_fee müsste so erweitert werden, dann wäre das Problem behoben
function get_installed_shipping_modules() {
//dp.php;flat.php;zones.php
$module_keys = str_replace('.php','',MODULE_SHIPPING_INSTALLED);
$installed_shipping_modules = explode(';',$module_keys);
//support for ot_shipping
$installed_shipping_modules[] = 'free';
return $installed_shipping_modules;
}
Die Sprachdatei muss auch angepasst werden
Attachments (1)
Change History (5)
comment:1 by , 9 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 9 years ago
| Description: | modified (diff) |
|---|
comment:3 by , 9 years ago
Note:
See TracTickets
for help on using tickets.

Gleiches Problem mit ot_ps_fee (Eigenhändig)