amao 0 Posted April 7, 2008 Bei der Test habe ich zwei Fehler meldungen gefunden. Einmal is am Ende des Warenbestellung. In letzten Page 'Your Order Has Been Processed!' treten die Fehlermeldungen auf. Notice: Use of undefined constant FILENAME_ACCOUNT_HISTORY_INFO - assumed 'FILENAME_ACCOUNT_HISTORY_INFO' in C:\xampp\htdocs\immograv\includes\modules\downloads.php on line 15 So ähnlich is es bei der page 'Check of Order'! Ich habe überall geschaut. Aber noch nicht gefunden, wo is diese Parameter definiert? Kann jemand mir Hinweis geben. Wo und Welche Pages ist damit relevant? Vieeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeelen Danke Share this post Link to post Share on other sites
amao 0 Posted April 7, 2008 And i think there is a BUG for this version 3.0a4 code location: immograv/templates/default/content/checkout/checkout_confirmation.php 94 if ($osC_ShoppingCart->numberOfTaxGroups() > 1) { //osC_Tax::displayTaxRateValue($products['tax']) echo ' <td valign="top" align="right">' . osC_Tax::displayTaxRateValue($products['tax']). '</td>' . "\n"; } Actually $products['tax'] is not defined. There is only a field 'tax_class_id', but to get the tax rate. We should also connect the address and tax_class_id, and execute one more 'select'. I am not so sure about this Error. If anybody know more about it, please tell me!!!!!! Thanks a lot !!!!!! Share this post Link to post Share on other sites