jmeeuynz_digitalso
Tables product_settings
| Field | Type | Default | Key | Action |
|---|---|---|---|---|
| id | int | NULL | PRI | |
| marketplace_sku | tinyint(1) | 1 | ||
| marketplace_variations | tinyint(1) | 1 | ||
| marketplace_shipping | tinyint(1) | 1 | ||
| marketplace_product_location | tinyint(1) | 1 | ||
| classified_price | tinyint(1) | 1 | ||
| classified_price_required | tinyint(1) | 1 | ||
| classified_product_location | tinyint(1) | 1 | ||
| classified_external_link | tinyint(1) | 1 | ||
| physical_demo_url | tinyint(1) | NULL | ||
| physical_video_preview | tinyint(1) | 1 | ||
| physical_audio_preview | tinyint(1) | 1 | ||
| digital_demo_url | tinyint(1) | 1 | ||
| digital_video_preview | tinyint(1) | 1 | ||
| digital_audio_preview | tinyint(1) | 1 | ||
| digital_external_link | tinyint(1) | 1 | ||
| digital_allowed_file_extensions | varchar(500) | zip | ||
| is_product_image_required | tinyint(1) | 1 | ||
| image_file_format | varchar(30) | JPG | ||
| product_image_limit | smallint | 20 | ||
| brand_status | tinyint(1) | NULL | ||
| is_brand_optional | tinyint(1) | 1 | ||
| brand_where_to_display | tinyint | 2 | ||
| max_file_size_image | bigint | 10485760 | ||
| max_file_size_video | bigint | 31457280 | ||
| max_file_size_audio | bigint | 10485760 | ||
| sitemap_frequency | varchar(30) | monthly | ||
| sitemap_last_modification | varchar(30) | server_response | ||
| sitemap_priority | varchar(30) | automatically | ||
| pagination_per_page | smallint | 60 | ||
| sort_by_featured_products | tinyint(1) | 1 |