

lalelunet
Members-
Content count
56 -
Joined
-
Last visited
About lalelunet
- Birthday 09/15/1971
Profile Information
-
Real Name
Thomas Eckert
-
Location
Germany
- Website
Recent Profile Visitors
4,545 profile views
-
In the database.txt file you find the notice: # Some MySQL versions return error messages if you try to execute this file with f.e. phpMyAdmin # in this case please insert the following instructions seperate ...... Just follow this notice.....
-
Maybe that works. I create a small (untested :-" ) hack for you. Give me your mail address that I can send you the files.
-
Still only positive values. There is currently no free time available to developing at this script. Sorry. :( Greetings Thomas
-
At what point did this error occures?
-
Just create the directory. It was used to store the price-lists in txt-format. There a no files inside at a new install.
-
This errormessage call that there is a missing table in your database. Check that you execute all database orders from the database.txt that you found in the download from aw
-
This errormessage call that there is a missing table in your database. Check that you execute all database orders from the database.txt that you found in the download from aw
-
can you post the values from this option?
-
Check your language settings in the config file.
-
There is no fast solution for your problem with aw. You can do the following: Create a list with all waist sizes inside. Then use the "copy-list" funktion for every size you offer and then just delete the lower sizes. There is no other solution I can offer you in the moment.
-
Check your database. Take a look at the table "languages". There you will find the language_id.
-
http://forums.oscommerce.com/index.php?s=&...st&p=763091 http://forums.oscommerce.com/index.php?s=&...st&p=764429
-
This errormessage call that there is a missing table in your database. Check that you execute all database orders from the database.txt that you found in the download from aw
-
This looks like you do not have a options list. This error occured because of AW does not find any options-list in the database. Did you create a options-list? Check that the language settings in the config file are correct. This bug I had to repear this century..... Greetings Thomas
-
You can do this by set the textbox to readonly. At the end of the hilfe.php you find the output from the text-field (see below) echo '<p align=center>TOTAL: '.$currencies->currencies[$currency]['symbol_left'].'<input class=Feld type="text" name="OrderTotal" size="10">'.$currencies->currencies[$currency]['symbol_right'].'</p><br>'; Just add the readonly attribute (readonly="readonly") and the box is "protected"... echo '<p align=center>TOTAL: '.$currencies->currencies[$currency]['symbol_left'].'<input class=Feld type="text" name="OrderTotal" size="10" readonly="readonly">'.$currencies->currencies[$currency]['symbol_right'].'</p><br>'; I will include this in the next version.