Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Static HTML Pages


geoff_890

Recommended Posts

Posted

Hi everyone,

 

I am curious about how OSC Online Merchant works, in terms of creating static html pages. It seems that when an item is added to the inventory database, a detailed page can be dynamically created for it, but it is served as a static html page. Does OSC Online Merchant create the page initially, and store it on the server, or is the static html file dynamically created as part of the web page request?

 

-Geoff

Posted

All the osC files are PHP

 

They create the HTML dynamically.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Yes, but are they created and written to the webserver at the time the item is added to the inventory, or does the PHP dynamically generate an HTML page at the time a user requests it from his web browser?

 

All the osC files are PHP

 

They create the HTML dynamically.

Posted
the PHP dynamically generate an HTML page at the time a user requests it from his web browser

That would be the case.

;)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

They're just like any other pages.

 

The engines index what they find when they crawl the site.

 

No different than a site made of purely static HTML pages.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...