WP Manifestindependent plugin directory
manifest / integrations / wp-plugin_c7-product-vendorlink

Commerce7 Vendor Linker

Replace static text with dynamic vendor links. This WordPress plugin syncs your Commerce7 catalog to a local JSON cache and uses frontend JavaScript to safely manipulate the DOM, ensuring your product pages always link to the correct vendor collections—even on heavily cached or page-builder websites.

by Zaman Bhuiyan · github.com/shohagbhuiyan/wp-plugin_c7-product-vendorlink

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/shohagbhuiyan/wp-plugin_c7-product-vendorlink/archive/refs/heads/main.zip

Integrates WordPress with the Commerce7 API to fetch vendors and dynamically hyperlink their names on the frontend.

Installation & Setup

  1. Upload the commerce7-vendor-linker folder to your /wp-content/plugins/ directory.
  2. Activate the plugin via the WordPress admin area.
  3. Navigate to Settings > C7 Vendor Linker.
  4. Enter your Tenant ID, API Base URL, and API Token.
  5. Define your CSS selectors (default: .winelabel, #winelabel).
  6. Click Save Changes and optionally Refresh Vendors Cache Now.

Options Used

  • c7vl_settings (Array in wp_options)
  • c7vl_vendor_data (Transient caching vendor API data)
  • c7vl_cron_refresh_vendors (WP-Cron hook)