Posts Tagged ‘Oscommerce’
osCommerce is a great e-commerce platform but some basic features are not implemented. Take for example the “let’s see what we have here” page heading that shows up in every category listing. Wouldn’t make a lot more sense if it just said the category name? This would also a help a lot with SEO.
You’ll only need to modify index.php.…
You see this in the top of your pages usually under your logo:
Top >> Catalog >> Your Page >> Your Page
If you installed Oscommerce without putting the files in Catalog folder, then you really don’t need “Catalog” in the breadcrumb.
Open includes/application_top.php
Find lines:
// include the breadcrumb class and start the breadcrumb trail
require(DIR_WS_CLASSES…
