You've already forked wc-licensed-product
Fix License Settings tab visibility and update README (v0.5.6)
- License Settings tab now only shows for licensed and licensed-variable product types - Fixed CSS that forced show_if_licensed to always display - Improved JavaScript for proper tab show/hide on product type change - Updated README.md with complete v0.5.x feature documentation: - Variable Licensed Products - Multi-Domain Licensing - Per-License Customer Secrets - Download Statistics - Configurable Rate Limiting Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -50,9 +50,10 @@ code.file-hash {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* License Product Tab */
|
||||
#woocommerce-product-data .show_if_licensed {
|
||||
display: block !important;
|
||||
/* License Product Tab - Hidden by default, shown via JS based on product type */
|
||||
#woocommerce-product-data .show_if_licensed,
|
||||
#woocommerce-product-data .show_if_licensed-variable {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#woocommerce-product-data .hide_if_licensed {
|
||||
|
||||
Reference in New Issue
Block a user