Manly Product Ebay Excerpt
WordPress plugin overriding the WooCommerce product excerpt with the eBay Condition Description by WP-Lister
by Manly Electronics · github.com/manlyelectronics/product-excerpt · website
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/manlyelectronics/product-excerpt/archive/refs/heads/main.zipWoo Product Excerpt from eBay
Overrides the WooCommerce product excerpt with the eBay Condition Description populated by WP-Lister for eBay. This allows products synced from eBay to display the same condition text on the WooCommerce product page, instead of the default excerpt.
Use case:
If your store mirrors listings from eBay using WP-Lister, the condition description already exists in the _ebay_condition_description meta field. This plugin surfaces that field automatically on single product pages.
Features
- Integrates directly with WP-Lister for eBay
- Replaces the WooCommerce excerpt on single product pages
- Targets the block editor excerpt element (
.wp-block-post-excerpt__excerpt) - Lightweight, JavaScript only loads on product pages
- Reads
_ebay_condition_descriptionproduct meta - No database writes, no admin UI
Screenshots
Before
Default WooCommerce excerpt shown on the product page.

After
Excerpt replaced by the eBay condition description synced via WP-Lister.

WP-Lister Field Source
The condition description field inside WP-Lister that feeds the excerpt.

Requirements
- WordPress 5.0+
- WooCommerce
- WP-Lister for eBay
- PHP 7.4+
Installation
- Download the ZIP from Releases.
- Upload via WordPress Admin → Plugins → Add New → Upload Plugin.
- Activate the plugin.
- Ensure products have
_ebay_condition_descriptionpopulated by WP-Lister.
Configuration
No configuration required.
Optional customisation:
-
Change meta field source Edit
manly-product-excerpt.phpand replace:_ebay_condition_description -
Change target DOM selector Edit
manly-product-excerpt.jsand replace:.wp-block-post-excerpt__excerpt
Use this only if your theme renders excerpts differently.
Compatibility
- Tested with WordPress 6.x
- Compatible with WooCommerce block themes and classic themes
- Passes WP Plugin Check and PHPCS
License
GPL-2.0 or later https://www.gnu.org/licenses/gpl-2.0.html