Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osCommerce Quantity Fix?


TheCasBass

Recommended Posts

Posted

I am trying to set up a osCommerce store for a friend who sells flooring. However, quanitity doesn't apply with his products, but amount of sq. ft. does. All is products are $x per sq.ft. So, if someone wanted to order 30 sq. ft., it would act just as the quantity button would...it would multiply chosen amount of ft. by product price per foot.

The problem is I can not figure how to make it say ft. instead of quantity throughout.

Thanks for any help with this.

Posted
I am trying to set up a osCommerce store for a friend who sells flooring. However, quanitity doesn't apply with his products, but amount of sq. ft. does. All is products are $x per sq.ft. So, if someone wanted to order 30 sq. ft., it would act just as the quantity button would...it would multiply chosen amount of ft. by product price per foot.

The problem is I can not figure how to make it say ft. instead of quantity throughout.

Thanks for any help with this.

 

open catalog/include/languages/(your language)/index.php

find define('TABLE_HEADING_QUANTITY', 'Quantity');

change to define('TABLE_HEADING_QUANTITY', 'sq. ft.');

 

hope this helps

Archived

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

×
×
  • Create New...