WP Manifestindependent plugin directory
manifest / ecommerce / product-excerpt

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

0stars
0forks

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.zip

Woo 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_description product meta
  • No database writes, no admin UI

Screenshots

Before

Default WooCommerce excerpt shown on the product page.

Before excerpt


After

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

After excerpt


WP-Lister Field Source

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

WP-Lister field


Requirements

  • WordPress 5.0+
  • WooCommerce
  • WP-Lister for eBay
  • PHP 7.4+

Installation

  1. Download the ZIP from Releases.
  2. Upload via WordPress Admin → Plugins → Add New → Upload Plugin.
  3. Activate the plugin.
  4. Ensure products have _ebay_condition_description populated by WP-Lister.

Configuration

No configuration required.

Optional customisation:

  • Change meta field source Edit manly-product-excerpt.php and replace:

    _ebay_condition_description
  • Change target DOM selector Edit manly-product-excerpt.js and 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