constant UC_IMPORTER_DO_NOTHING in Ubercart 5
Do not save objects if the database already contains their names.
2 uses of UC_IMPORTER_DO_NOTHING
- uc_importer_admin_settings in uc_importer/
uc_importer.module - Configure the importer behaviour when handling duplicate objects.
- uc_importer_import in uc_importer/
uc_importer.module - Imports an XML document into the database.
File
- uc_importer/
uc_importer.module, line 17 - XML product importer and exporter.
Code
define('UC_IMPORTER_DO_NOTHING', 0);