Descrição
WooCommerce plugin that sets default attribute for variable products automatically if only 1 option is in-stock.
Variable product of T-shirt with color attribute (White/Blue/Black) and size attribute (S/M/XL):
If only Black T-shirts are in-stock: default color (Black), default size (none).
If only Small T-shirts are in-stock: default color (none), default size (Small).
If only White and XL T-shirts are in-stock: default color (White), default size (XL).
How It Works
- Before product variations is displayed to the customer, the plugin will check each attribute, and if there is only 1 in-stock option it will be set as the default.
Features
- Stock: Set option as default when it’s the only 1 in-stock.
- Per Attribute: Set specific option as default in all products with that attribute.
- Top: Set as default the first option of each attribute.
- Out of stock: Disable out of stock variations.
- Add to Cart button: In archive pages display for variable products the attribute name instead of: “Select options”.
- Select options: In single product pages remove the select options text if default attribute is set.
- Contact to request new default attributes options.
Imagens de tela
Instalação
Minimum Requirements
WordPress 5.2 or greater
PHP 7.0 or greater
WooCommerce 3.4 or greater
Automatic installation
- Go to your Dashboard => Plugins => Add new
- In the search form write: Condless
- When the search return the result, click on the Install Now button
Manual Installation
- Download the plugin from this page clicking on the Download button
- Go to your Dashboard => Plugins => Add new
- Now select Upload Plugin button
- Click on Select file button and select the file you just download
- Click on Install Now button and the Activate Plugin
FAQ
-
Why the default attribute was not set by the stock?
-
- Wait 1 minute for the plugin cache to be refreshed (or disable cache- instructions in docs)
- Not all the in-stock variations belong to the same attribute option
- The product has more variations than the configured max amount to calculate for- change via plugin settings
-
How to set site-wide default per attribute?
-
Dashboard => Products => Attributes => Edit => Default Form Values. Attribute must be used for variation in at least 1 product.
Avaliações
Colaboradores e desenvolvedores
“Default Attributes for WooCommerce” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
Colaboradores“Default Attributes for WooCommerce” foi traduzido para 1 localização. Agradecemos aos tradutores por suas contribuições.
Traduzir “Default Attributes for WooCommerce” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
1.0.9 – February 27, 2022
- Enhancement – WooCommerce version compatibility
1.0.8 – December 25, 2021
- Enhancement – WooCommerce version compatibility
1.0.7 – October 20, 2021
- Enhancement – WooCommerce version compatibility
1.0.6 – July 28, 2021
- Dev – WP Compatibility
1.0.5 – June 30, 2021
- Dev – WP Compatibility
1.0.4 – April 7, 2021
- Feature – Filter products to apply
1.0.3 – February 27, 2021
- Feature – Global and local attributes compatibility
1.0.2 – February 13, 2021
- Feature – Filter transients expiration time
1.0.1 – December 23, 2020
- Feature – Default per attribute
1.0 – August 29, 2020
- Initial release