mc12345678 / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
10 stars 8 forks source link

Changing products_type search to search for name of handler #72

Open retched opened 1 month ago

retched commented 1 month ago

Currently the v_products_type field does a search by the product's type_id as defined in the products table. This code will change it so that instead of looking for the product's type_id, it will search for the product's type_handler. If the search fails, it will assume the default product type of 1.