partsonly Posted April 10, 2008 Report Share Posted April 10, 2008 Hallo, ich benötige getrennte, preisbasierende tabellarische Versandkosten für DE + AT. Ich habe die table.php in /includes/modules/shipping/ + /lang/german/modules/shipping/ in table2.php kopiert. Dann in den Files die _TABLE_ mit _TABLE2_ ersetzt und class, function und $this->code nach table2 geändert. In der /lang/german/modules/shipping/table.php die "Versandkosten" nach "Versandkosten DE" und in der /lang/german/modules/shipping/table2.php die "Versandkosten" nach "Versandkosten AT" geändert. Unter Versandarten im Admin sehe ich meine bereits installierte table als "Versandkosten DE" und die nicht installierte table2 als "Versandkosten AT" So weit so gut. Wenn ich jetzt die table2 installiere bekomme ich folgende FM: Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_STATUS_TITLE in /admin/modules.php on line 166 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_STATUS_DESC in /admin/modules.php on line 168 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_COST_TITLE in /admin/modules.php on line 166 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_COST_DESC in /admin/modules.php on line 168 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_MODE_TITLE in /admin/modules.php on line 166 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_MODE_DESC in /admin/modules.php on line 168 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_HANDLING_TITLE in /admin/modules.php on line 166 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_HANDLING_DESC in /admin/modules.php on line 168 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_ALLOWED_TITLE in /admin/modules.php on line 166 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_ALLOWED_DESC in /admin/modules.php on line 168 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_TAX_CLASS_TITLE in /admin/modules.php on line 166 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_TAX_CLASS_DESC in /admin/modules.php on line 168 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_ZONE_TITLE in /admin/modules.php on line 166 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_ZONE_DESC in /admin/modules.php on line 168 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_SORT_ORDER_TITLE in /admin/modules.php on line 166 Warning: constant() [function.constant]: Couldn't find constant MODULE_SHIPPING_TABLE2_SORT_ORDER_DESC in /admin/modules.php on line 168 In dem Kasten mit den Optionen für die Versandkosten AT fehlt der gesamte Text. Es sind nur die zu ändernden Werte sichtbar. Eingesetzte Version ist v3.0.4 SP2.1 Muß ich die neue Option noch irgendwo bekanntmachen? Danke & Viele Grüße Frank Link to comment Share on other sites More sharing options...
partsonly Posted April 10, 2008 Author Report Share Posted April 10, 2008 ähem... Problem gelöst. Die Einträge _TABLE_ müssen natürlich mit _TABLE2_ und nicht mit _table2_ ersetzt werden. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.