Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dam index.php


condog_aus

Recommended Posts

Posted

Wow this osC is so good Ive set up a working shop in just a couple of days. Problem is the only page im having dificulty with is index.php Ive managed to get some changes but have totally muffed it several times.

 

Given how easy it is to set up product pages etc there really needs to be a better and easier way to set up index.php.

 

Why is it that you dont have to write script for anything except the homepage. If the home page could be set up as easily as the rest it would be no barrier to those that have difficulty with script.

 

PS im a very competent LAN administrator and find it difficult and teadious so it must be hard for a lot of other.

 

And dont say read it. please.

 

Are there any links to tips on setting up index.php other than the default page

Posted
Wow this osC is so good Ive set up a working shop in just a couple of days.  Problem is the only page im having dificulty with is index.php  Ive managed to get some changes but have totally muffed it several times.

 

Given how easy it is to set up product pages etc there really needs to be a better and easier way to set up index.php. 

 

Why is it that you dont have to write script for anything except the homepage.  If the home page could be set up as easily as the rest it would be no barrier to those that have difficulty with script.

 

PS im a very competent LAN administrator and find it difficult and teadious so it must be hard for a lot of other. 

 

And dont say read it. please.

 

Are there any links to tips on setting up index.php other than the default page

 

 

haven't seen any documentation. Index is a little hard because it is setup in 3 sections:

 

1) display categories if there are subcategories

 

started with if ($category_depth == 'nested') {

 

2) display products with the module product_listing if no subcategories

 

started with } elseif ($category_depth == 'products' || isset($HTTP_GET_VARS['manufacturers_id'])) {

 

3) display the main page

 

started with } else { // default page

Treasurer MFC

Archived

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

×
×
  • Create New...