WC Missing Short Descriptions
This is a plugin for WooCommerce that helps store administrators identify products that are missing short descriptions. Creates a new admin page under the WooCommerce menu called "Missing Short Descriptions" Scans all published WooCommerce products for those without product descriptions and displays them in the newly created page.
by Your Name · github.com/tquinonero/wc-missing-short-descriptions
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/tquinonero/wc-missing-short-descriptions/archive/refs/heads/main.zipA WordPress plugin that helps WooCommerce store administrators identify products that are missing short descriptions in their Spanish translations.
Description
This plugin creates a new admin page under the WooCommerce menu that lists all products that are missing short descriptions in their Spanish translations. It's particularly useful for:
- Quality control of product listings
- Maintaining consistent product information across the store
- Ensuring all products have proper short descriptions for SEO purposes
Features
- Lists products missing short descriptions in Spanish
- Shows product thumbnails, names, and SKUs
- Direct links to edit products
- Pagination (20 products per page)
- WordPress admin styling
- Polylang integration
Requirements
- WordPress 5.0 or higher
- WooCommerce 3.0 or higher
- Polylang plugin
Installation
- Download the plugin zip file
- Go to WordPress admin panel > Plugins > Add New
- Click "Upload Plugin" and select the downloaded zip file
- Click "Install Now"
- After installation, click "Activate"
Usage
- After activation, you'll find a new menu item "Missing Short Descriptions" under the WooCommerce menu
- Click on it to view the list of products missing short descriptions
- The page will show:
- Product thumbnails
- Product names
- SKUs
- Edit buttons to quickly access product editing
- Use the pagination controls at the top to navigate through the list
- Click the "Edit" button to add a short description to any product
Support
If you encounter any issues or have questions, please:
- Check the plugin requirements
- Ensure Polylang is properly configured
- Verify that products are properly translated to Spanish
License
This plugin is licensed under the GPL v2 or later.
Changelog
1.0.0
- Initial release
- Added pagination support
- Added Polylang integration
- Added Spanish language filtering