TheCasBass Posted March 14, 2006 Posted March 14, 2006 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.
Guest Posted March 14, 2006 Posted March 14, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.