Setting the automatic application of the field to all products
Why do it:
This setting allows you to automatically enable an advanced attribute on all products in your e-commerce, without having to activate it individually for each item.
Procedure
1. Access the configuration section of the Advanced Attributes plugin.
2. Locate the custom field (attribute) that you want to apply automatically.
3. Within the configuration options of that field, find and select the checkbox next to the option: Apply to all products.
4. Click the save button (usually located at the top or bottom of the page) to confirm the changes.
Once saved, the field will be automatically visible and available for all your current and future products.
> Note: If a field is set to Apply to all products, you will not be able to manually deactivate it from the "Advanced Attributes" tab of a single product, as shown in the file /tabs/product.php: <?= ($fieldData['autoapply'] ? 'disabled' : ''); ?>.







