arch72 wrote:
question, where can i see/download with bugs corrected?
Daniel and I have started to properly use the SVN repository at google code for daily development. This means that throughout the day, we will be fixing and checking in our fixes to the repository so it will have more current updates.
This means you can always get the latest code from the google code svn
However, you need to understand what SVN is. Basically it is a common location that allows you to access the current code at any time and download it to your local PC to a specified location. From here you can upload it to your webhost.
It requires that you use an SVN client. I recommend using
Rapid SVN
Add this repository url:
https://opencart.googlecode.com/svn/trunk
Export to your local folder
Upload to your site
Google how to use SVN with google code for more info. I'll see about getting a proper tutorial for it later