Описание
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 (from the Edit Attribute screen)
- 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.
Установка
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
Часто задаваемые вопросы
-
Why the default attribute was not set properly?
-
The slug and the names of the attributes and the terms must be in latin letters.
-
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 (set 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.
Отзывы
Участники и разработчики
«Default Attributes for WooCommerce» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«Default Attributes for WooCommerce» переведён на 1 язык. Благодарим переводчиков за их работу.
Перевести «Default Attributes for WooCommerce» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.1.9 — November 12, 2024
- Enhancement — WordPress version compatibility
1.1.8 — May 22, 2024
- Enhancement — WooCommerce version compatibility
1.1.7 — March 1, 2024
- Enhancement — WordPress version compatibility
1.1.6 — October 12, 2023
- Enhancement — WooCommerce version compatibility
1.1.5 — June 30, 2023
- Enhancement — WooCommerce version compatibility
1.1.4 — March 18, 2023
- Enhancement — WooCommerce version compatibility
1.1.3 — December 22, 2022
- Enhancement — WooCommerce version compatibility
1.1.2 — August 19, 2022
- Enhancement — WooCommerce version compatibility
1.1.1 — June 1, 2022
- Dev — Filter hook to disable plugin’s cache
1.1 — April 10, 2022
- Enhancement — WooCommerce version compatibility
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