Modify ↓
Opened 8 years ago
Closed 8 years ago
#1316 closed Bug/Fehler (fixed)
Datenbankfehler in Freeamaount
| Reported by: | Owned by: | Ronald Parcinski | |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.4.0 |
| Component: | Module | Version: | 2.0.3.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
includes/modules/shipping/freeamount.php
if (!defined('MODULE_SHIPPING_FREEAMOUNT_COUNTRIES_1')) {
xtc_db_query("insert into " . TABLE_CONFIGURATION . " ( configuration_key, configuration_value, configuration_group_id, sort_order, set_function, date_added) values ('MODULE_SHIPPING_FREEAMOUNT_COUNTRIES_1', ". MODULE_SHIPPING_FREEAMOUNT_ALLOWED .", '6', '0', 'xtc_cfg_textarea(', now())");
}
Ändern in
if (!defined('MODULE_SHIPPING_FREEAMOUNT_COUNTRIES_1')) {
xtc_db_query("insert into " . TABLE_CONFIGURATION . " ( configuration_key, configuration_value, configuration_group_id, sort_order, set_function, date_added) values ('MODULE_SHIPPING_FREEAMOUNT_COUNTRIES_1', '". MODULE_SHIPPING_FREEAMOUNT_ALLOWED ."', '6', '0', 'xtc_cfg_textarea(', now())");
}
Es fehlen die einfachen Anführungszeichen um MODULE_SHIPPING_FREEAMOUNT_ALLOWED in Zeile 57
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
| Milestone: | → modified-shop-2.0.3.1 |
|---|
comment:2 by , 8 years ago
Note:
See TracTickets
for help on using tickets.

Meiner Meinung auch in Zeile 60 bei MODULE_SHIPPING_FREEAMOUNT_AMOUNT