Modify ↓
#2044 closed Bug/Fehler (fixed)
selfpickup.php - Duplicate entry MODULE_SHIPPING_SELFPICKUP_TAX_CLASS
| Reported by: | web-looks.de | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.7.0 |
| Component: | Module | Version: | 2.0.6.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Der Eintrag MODULE_SHIPPING_SELFPICKUP_TAX_CLASS wird nach Deinstallation des Moduls nicht gelöscht.
Bei erneuter Installation kommt eine Fehlermeldung.
Fehlermeldung:
1062 - Duplicate entry 'MODULE_SHIPPING_SELFPICKUP_TAX_CLASS' for key 'idx_configuration_key'
insert into configuration (configuration_key, configuration_value, configuration_group_id, sort_order, use_function, set_function, date_added) values ('MODULE_SHIPPING_SELFPICKUP_TAX_CLASS', '0', '6', '0', 'xtc_get_tax_class_title', 'xtc_cfg_pull_down_tax_classes(', now())
Lösung:
/includes/modules/shipping/selefpickup.php
Suchen nach unter function keys():
'MODULE_SHIPPING_SELFPICKUP_COUNTRY',
DANACH einfügen:
'MODULE_SHIPPING_SELFPICKUP_TAX_CLASS',
Attachments (0)
Change History (5)
comment:1 by , 5 years ago
| Component: | Admin → Module |
|---|---|
| Milestone: | → modified-shop-2.0.6.1 |
comment:2 by , 5 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 5 years ago
Dann fehlen aber auch noch die Sprachvariablen.
MODULE_SHIPPING_SELFPICKUP_TAX_CLASS_TITLE
MODULE_SHIPPING_SELFPICKUP_TAX_CLASS_DESC
Note:
See TracTickets
for help on using tickets.

In 13567: