I still cannot get my head around where to put my custom files. I need to have an "expected stock" listing and it seems to me that the best solution is to literally create a new standalone Database table for products on order. I can then modify my template so that I say "## on Order for <DATE> Delivery"
I have the admin menu modified for the new code and a skeleton file based off the products_expected.php for this.
Catalog->Products on Order works at this point in time. The database and php coding from here is a breeze. What I do not get is all the language defines and such. I would really like to make this a formal contribution in the future.
As I understand it.....
Module ->Code to collect Data (skeleton done...need to flesh it out)
Template ->how to display Data (will have to edit my Template files for this change)
Language Defines->to define the text
Up to this point, I have simply been editing english.php for my Text Defines. This is really not the correct way to do it I am sure. Do we put this new language file in the template directory and use an included statement in my php code or is there an autoload directory?
I now this may sound like a dumb question but its not a template override so I am a bit lost.


Reply With Quote
Now that never happens to me (NOT)
Happy you got it working!!

