Quote
I am willing to do the translation to Spanish. Just let me know what you want me to do.
Well PM me with your email address, and I will send you the instructions on what to do, it is not difficult....just I only know english, and well I just do not have time to do that part of it....most of it can come directly from existing language files (any language)....and be put into the DB table and the language file.....same structure, just needs the spaces filled....
Quote
Also, if you can give me some pointers on how everything relates I would like to give a shot at converting sme of the other mods to make sure they work. I think Gunter's Registry for one would be great.
this is the reason I developed the system as I did....I have not tested many contributions, but I do not foresee any major difficulties in implementing any contribution that works with MS1.
To set up a contribution, the main files you usually work with are the top files and adding in of the language files. So, if you are adding in for example a moduale that displays the products differently .....the page the contribution would effect would be the product_info.php file.....
All other files, which would go into the functions or modules folders are performed exactly the same.........
Now the instructions in the contribution say add in this code here, or change the code here into such and such....
With my system, the procedure is exactly the same, except where the parts of the code are held now....
the top part of the file from the first <?php tag to the closing ?> tag found (just before the <header> tag) is in the exact same spot, namely the top most files in the catalog......any code that needs to be changed in this part for the contribution is found in these files, there are all the exact same name as is found in the standard osc.....
next, if the contribution effects the display of the page (ie addes a form field, or changes the display look), this part of the code is found in the includes/body directory.....these files are what is normally found in the standard osc files, <--text body -> part of the file......so change the code in here for the contribution.....this is most of the contributions found for osc....
Now to find the right file....they too are named exactly the same as standard osc.....so, change the pages here....changes here will effect the center or body portion of your page.....
The java and bottom are done the exact same way in the respective /includes folders....if you are adding java to a page, look at how this is achieved with one of the java files.....Make sure you have the top file "turned on for java"....just switch the varialbe $java == 'true'
each template layout has it's own boxes, buttons, images etc held in the template directory....as well as the catalog.php file which controls the actual HTML layout for that template....
Quote
Although I changed what mainpage said in the BlueBaby theme, it did not show up in the catalog.
Did you do this via the admin tool or the actual file in the cat languages/english/mainpage.php file?
If by the admin tool, this is due to I am in the process of changing the functionality of the mainpage contribution, you might need to do this via the files for now and not the admin tool....
Quote
Tried to delete some countries and it will not delete them via admin
Not sure why this is so, I have not changed any of the functionality of this....it is standard osc......
Quote
I do not see the parts from application top that you can use to control what is require in the account signup page like DOB, Gender, etc. Maybe that part can also be controlled from the web editor.
This I believe is now set up via the configuration.php file.....it is part of the standard osc release (MS1), look under customer details......
Quote
Errors:
Just got this one
Not Found
The requested URL /catalog/admin/paypalipn_txn.php was not found on this server.
Thanks, I thought I had that in there though, it is a file from the IPN contribution.....let me look, since I have one directory I always use to zip things up with....if you get the contribution, just upload it to the cat includes/ directory......