|
| Packaging Machinery |
select * from lt_category where cat_subdiv = 'Machinery'
No products exist in this sub-division. |
select * from tbl_product_pack where cat_id = #getCategories.cat_id#
|
|
|
|
| Packaging Material |
select * from lt_category where cat_subdiv = 'Material'
No products exist in this sub-division. |
select * from tbl_product_pack where cat_id = #getCategories.cat_id#
|
|
|
|