skip to Main Content

select count products – Oscommerce

i have items, shoes products_tax_class_id =1, bag products_tax_class_id =2, pen products_tax_class_id =3, pencil products_tax_class_id =1 in shopping card. $result = tep_db_query("select count(*) as tax_check from " . TABLE_PRODUCTS . " where products_tax_class_id = '3' and products_id = '".$items[$i]['id']."'"); while ($get_now…

VIEW QUESTION

shopping cart oscommerce

I want to retrieve products_tax_class_ids in checkout payment page in OSCommerce shopping cart software. E.g., the user has 20 items in his shopping cart and if any of product has products_tax_class_id = 30, the site will warn him. This code…

VIEW QUESTION
Back To Top
Search