How to import addons options

Does CS-Cart have any posibilty to import (through Administration->Import data->Products) addons options from CSV files?

For example import Age verification and Age limit parameterns for Age verification addon.

Most of the cs-cart provided addons that have extensions to the products table (or other tables) provide a schema that allows for import.(it’s actually defined as an export).



Age verification does not provide for this. However, you can probably look at the schemas/exim/products.post.php file in the addons/seo directory to get an idea of what you would need to add.

2 tbirnseth: Thanks for your hint, I will investigate in this direction.