Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Skate & Streetwear Shop


ironMIKE

Recommended Posts

Posted

lots of work put in to it but still looks stock...

 

not too sure about the amount of black background

Upon receiving fixes and advice, too many people don't bother to post updates informing the forum of how it went. Until of course they need help again on other issues and they come running back!

 

Why receive the information you require in good faith for free, only to then have the attitude to ignore the people who gave it to you?

 

There's no harm in saying, 'Thanks, it worked'. On the contrary, it creates a better atmosphere.

 

CHOOCH

Posted
lots of work put in to it but still looks stock...

 

Right, the hardest thing for a programmer is to have it look good. I'm just evaluating some template providers that also have usability in mind...

  • 2 weeks later...
Posted

hello mike,

 

i would like to ask.

 

how to make another main index for catalog products only like in your shop catalog_index.php ?

 

thank you.

Posted
how to make another main index for catalog products only like in your shop catalog_index.php ?

Basically I renamed it to catalog_index.php and defined a new constant FILENAME_CATALOG_INDEX and replaced all references to FILENAME_INDEX to FILENAME_CATALOG_INDEX. I made this because I added a gallery, forum and a news section by duplicating the index.php/product_info.php scheme.

on a stock MS2 it should be enough to have the /includes/filenames.php constant for index.php to point to an other file like 'catalog_index.php' ( define('FILENAME_INDEX', 'catalog_index.php') )

Posted
Basically I renamed it to catalog_index.php and defined a new constant FILENAME_CATALOG_INDEX and replaced all references to FILENAME_INDEX to FILENAME_CATALOG_INDEX. I made this because I added a gallery, forum and a news section by duplicating the index.php/product_info.php scheme.

on a stock MS2 it should be enough to have the /includes/filenames.php constant for index.php to point to an other file like 'catalog_index.php' ( define('FILENAME_INDEX', 'catalog_index.php') )

Great! thank you for information.

Archived

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

×
×
  • Create New...