- Joined
- Jul 13, 2009
- Messages
- 557
- Reaction score
- 149
This is One Simple and easy to make guide
You Know The Bug With The WebShop Resets ^^
When you write 1+9 resets in to the get resets module it gives you 10 resets on the price of one ^^
Well The Guide Is Very Simple ^^
Go To the WebShop Open Folder WebShop than Modules and open the file
Resets.php
There Search For This Line
Change It To
And You Are Readdy
Just Put the maxlenght from 3 to 2 and you are readdy :
You Know The Bug With The WebShop Resets ^^
When you write 1+9 resets in to the get resets module it gives you 10 resets on the price of one ^^
Well The Guide Is Very Simple ^^
Go To the WebShop Open Folder WebShop than Modules and open the file
Resets.php
There Search For This Line
Code:
Enter Reset Count<br><input name="resets" id="resets" maxlength="3" value=0 size="1" onKeyPress="updatest();"></td>
Code:
Enter Reset Count<br><input name="resets" id="resets" maxlength="2" value=0 size="1" onKeyPress="updatest();"></td>
Just Put the maxlenght from 3 to 2 and you are readdy :