Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adjustments as a price comparison


housecase

Recommended Posts

Hello ,

 

I want to modify the oscommerce as a price comparison engine for offline shops

so i want to change the Weight column to shop (to change its name) i tried

and i dont see any way i can do this , is it possible to add more columns ?

 

how ?

 

thank you

Link to comment
Share on other sites

Hello ,

 

I want to modify the oscommerce as a price comparison engine for offline shops

so i want to change the Weight column to shop (to change its name) i tried

and i dont see any way i can do this , is it possible to add more columns ?

 

how ?

 

thank you

 

 

catalog/includes/language/index.php

 

Change

define('TABLE_HEADING_WEIGHT', 'Weight');

 

To this:

define('TABLE_HEADING_WEIGHT', 'Shop');

 

But, everything that shows up there will still come from the field products/products_weight which is formatted as a decimal.

Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!!

 

Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience.

 

The quickest way to learn is to forget to BACKUP!

Link to comment
Share on other sites

catalog/includes/language/index.php

 

Change

define('TABLE_HEADING_WEIGHT', 'Weight');

 

To this:

define('TABLE_HEADING_WEIGHT', 'Shop');

 

But, everything that shows up there will still come from the field products/products_weight which is formatted as a decimal.

 

 

And how do i add more columns ? is it possible ?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...