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.zipIntegrates WordPress with the Commerce7 API to fetch vendors and dynamically hyperlink their names on the frontend.
Installation & Setup
- Upload the
commerce7-vendor-linkerfolder to your/wp-content/plugins/directory. - Activate the plugin via the WordPress admin area.
- Navigate to Settings > C7 Vendor Linker.
- Enter your Tenant ID, API Base URL, and API Token.
- Define your CSS selectors (default:
.winelabel, #winelabel). - 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)