Static catalog is just a static page.
I building e-commerce site.
Company has about 3000 items on their site.
Every time a user click on the item to see it's details,
I have to pull that data from database and output it to the screen.
I want to create a program that generates static page for each item.
So when user click on the item's detail. I will have static page for with this
item.
Since item's information does not change very often.
I would change static page for the item only when item information was updated in the database and my program would generate a static page for that item with changes.
So is what I call static catalog.
Hopes this helps.
I wonder if someone wrote articles on this.
If you know where I can find info or code for this please let me know.
Thanks
Roman987@aol.com