OSCommerce Product Manager for Windows
FS#232 - Products without category are not found.
Attached to Project:
OSCommerce Product Manager
Opened by Mario A. Valdez-Ramirez (mvaldez) - Thursday, 11 August 2005, 03:44 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Thursday, 11 August 2005, 04:00 GMT
Opened by Mario A. Valdez-Ramirez (mvaldez) - Thursday, 11 August 2005, 03:44 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Thursday, 11 August 2005, 04:00 GMT
|
DetailsThe products entered in the oscpmwin application without a category cannot be found in osCommerce (though they can be displayed in the oscpmwin application).
The products entered in the osCommerce admin interface and then changed in the oscpmwin application to have no category can be found in osCommerce doing a search or in the root level in the admin page. It seems the first approach does not create a record in the products_to_categories table while the second just set the record to zero. Fix: when entering a product without category, create the record in the p_to_c table, just setting it to zero. |
This task depends upon
If chenged in the product editing window, the record is not created, actually is deleted.
If changed using the contextual menu, the record is set to zero.
The problem seems to be the procedures Topm_Form_Main.PRopm_UpdateProduct and Topm_Form_Main.PRopm_AddProduct.
Fixed.
Closing.