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.…

Click Here to Read More
Friday, August 21st, 2009 at 12:42 | 0 comments
Categories: Computer Tips

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…

Click Here to Read More
Friday, August 14th, 2009 at 07:08 | 0 comments
Categories: WebSite Tips
TOP