Modify

Opened 8 years ago

Closed 8 years ago

#1316 closed Bug/Fehler (fixed)

Datenbankfehler in Freeamaount

Reported by: info@… 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 Torsten Riemer, 8 years ago

Milestone: modified-shop-2.0.3.1

comment:2 by Ronald Parcinski, 8 years ago

Meiner Meinung auch in Zeile 60 bei MODULE_SHIPPING_FREEAMOUNT_AMOUNT

comment:3 by Ronald Parcinski, 8 years ago

Owner: set to Ronald Parcinski
Resolution: fixed
Status: newclosed

In 11051:

fix #1316

Modify Ticket

Action
as closed The owner will remain Ronald Parcinski.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.