前言介紹
- 這款 WordPress 外掛「Datafeedr Comparison Sets」是 2016-04-05 上架。
- 目前有 3000 個安裝啟用數。
- 上一次更新是 2024-07-05,距離現在已有 302 天。
- 外掛最低要求 WordPress 3.8 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 有 10 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
comparison | price compare | comparison sets | price comparison | price comparison set |
內容簡介
這個Datafeedr Comparison Set外掛可自動為您的WooCommerce商店的任何產品或使用短碼建立價格比較組合。
重要提示!—這個外掛需要您訂閱我們的任一API計劃。購買訂閱。
僅限個人使用。如有任何問題,請與我們聯繫。
需求
PHP 7.4或更高版本
MySQL版本5.6或更高版本
WordPress記憶體限制為256MB或更大
Datafeedr API外掛
HTTPS支持
API使用
請注意,生成或更新單個比較組合將需要2至6個API請求。如果您使用API起始計劃,請考慮升級到Basic計劃。
安裝和配置
[重要] 開始之前
此插件需要您安裝和啟用Datafeedr API外掛。以下說明將假定您已安裝了Datafeedr API外掛並選擇了您的聯盟網路和商家。安裝和配置指示可以在此處找到。
API使用
請注意,生成或更新單個比較組合將需要2至6個API請求。如果您使用API起始計劃,請考慮升級到Basic計劃。
插件安裝
將“ 比較組合 ”文件夾上傳到“ / wp-content / plugins /”目錄中。
在WordPress的“插件”菜單中啟用Datafeedr Comparison Sets外掛。
在這裡配置:WordPress管理區域> Datafeedr API> Comparison Sets。
啟用Amazon產品
如果要在比較集中顯示Amazon產品,請執行以下操作:
在這裡進入WordPress管理區域> Datafeedr API> Configuration> Amazon Settings。
添加您的Amazon Access Key ID,Secret Access Key,跟踪ID和區域設定。
單擊頁面底部的“ [保存變更] ”按鈕。
在這裡進入WordPress管理區域> Datafeedr API> Comparison Sets。
將緩存生命周期字段更改為 86400 。
單擊頁面底部的“ [保存變更] ”按鈕。
為WooCommerce產品顯示比較集
要顯示WooCommerce商店產品的比較集,請按照以下說明操作。
在這裡進入WordPress管理區域> Datafeedr API> Comparison Sets> Integrations。
選中WooCommerce選項。
單擊頁面底部的“ [保存變更] ”按鈕。
現在,當首次查看商店中的產品時,將生成價格比較集。
注意:啟用WooCommerce集成不會立即為商店中的所有產品生成價格比較集。只有在首次查看產品時才會生成集合。
使用shortcode顯示比較集
原文外掛簡介
The Datafeedr Comparison Set plugin automatically creates price comparison sets for any product in your WooCommerce store or by using a shortcode.
Heads-up! — This plugin requires that you have an active subscription to one of our API plans. Purchase Subscription.
For personal-use only. Please contact us if you have any questions.
Requirements
PHP 7.4 or greater
MySQL version 5.6 or greater
WordPress memory limit of 256 MB or greater
Datafeedr API Plugin
HTTPS support
API Usage
Please know that the generating or updating of a single comparison set will require between 2 and 6 API requests. If you are using the API Starter Plan, consider upgrading to the Basic Plan.
Installation & Configuration
[IMPORTANT] Before You Begin
This plugin requires that you have installed and activated the Datafeedr API plugin. The following instructions will assume that you have installed the Datafeedr API plugin and selected your affiliate networks and merchants. Installation and configuration instructions can be found here.
API Usage
Please know that the generating or updating of a single comparison set will require between 2 and 6 API requests. If you are using the API Starter Plan, consider upgrading to the Basic Plan.
Plugin Installation
Upload the datafeedr-comparison-sets folder to the /wp-content/plugins/ directory.
Activate the Datafeedr Comparison Sets plugin through the ‘Plugins’ menu in WordPress.
Configure here: WordPress Admin Area > Datafeedr API > Comparison Sets.
Enabling Amazon Products
If you want Amazon products to appear in your comparison sets, do the following:
Go here WordPress Admin Area > Datafeedr API > Configuration > Amazon Settings.
Add your Amazon Access Key ID, Secret Access Key, Tracking ID and Locale.
Click the [Save Changes] button at the bottom of the page.
Go here WordPress Admin Area > Datafeedr API > Comparison Sets.
Change the Cache Lifetime field to 86400.
Click the [Save Changes] button at the bottom of the page.
Display Comparison Sets for WooCommerce Products
To display comparison sets for products in your WooCommerce store, follow these instructions.
Go here WordPress Admin Area > Datafeedr API > Comparison Sets > Integrations.
Check the WooCommerce option.
Click the [Save Changes] button at the bottom of the page.
Now, when a product in your store is viewed for the first time, a price comparison set will be generated.
Note: Enabling WooCommerce integration will not generate price comparison sets for all products in your store immediately. Sets will only be generated when the product is viewed for the first time.
Display Comparison Sets using Shortcodes
To display comparison sets in your posts, pages or in other areas where WordPress shortcodes are allowed, use the formats below.
Create a price comparison set using name field:
[dfrcs name="baratza encore"]
Create a price comparison set using name and brand field:
[dfrcs name="j8006" brand="omega" ]
Create a price comparison set with a custom title:
[dfrcs name="chaos harness" brand="black diamond" title="{num_products} great deals on Black Diamond Chaos Harnesses"]
Available Filters
You can further filter the results of a Comparison Set by using the filters attribute. Available filters are:
currency
amazon_locale
image
onsale
direct_url
saleprice_min
saleprice_max
finalprice_min
finalprice_max
merchant_id
source_id
Here is what each filter controls:
// Return only products which are priced in USD.
currency=USD
// Return Amazon products from US Locale.
amazon_locale=US
// Return only products that have an image.
image=1
// Return only products that are on sale.
onsale=1
// Return only products that have a direct URL.
direct_url=1
// Return only products with a minimum sale price of $10.
saleprice_min=10
// Return only products with a maximum sale price of $100.
saleprice_max=100
// Return only products with a minimum final price of $20.
finalprice_min=20
// Return only products with a maximum final price of $200.
finalprice_max=200
// Return only products from merchants with specific Merchant IDs (merchant_id).
merchant_id=61316,33092,97391
// Return only products from networks with specific Network IDs (source_id).
source_id=126,3
Merchant IDs merchant_id (MID) and Network IDs source_id (NID) can be referenced on our Affiliate Networks & Merchants page.
Here are some examples of how to use these filters in your shortcodes:
Create a price comparison set using onsale filter:
[dfrcs name="farpoint 55" brand="osprey" filters="onsale=1"]
Create a price comparison set using currency filter:
[dfrcs name="aeropress coffee maker" brand="aerobie" filters="currency=USD"]
Create a price comparison set using multiple filters:
[dfrcs name="nomad 20 solar panel" filters="currency=USD&finalprice_max=400"]
Create a price comparison set using an EAN code:
[dfrcs ean="737416080066"]
Create a price comparison set using an Amazon ASIN code:
[dfrcs asin="B07BN6KH6W"]
Create a price comparison set using an UPC code:
[dfrcs upc="050946872827"]
Create a price comparison set limited to specific merchants and networks:
[dfrcs brand="patagonia" name="hoodie" filters="merchant_id=61316,33092,97391&source_id=126"]
Shortcode to use on WooCommerce single product pages (ie. in blocks, page builders, widgets, etc…)
[dfrcs_wc]
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Datafeedr Comparison Sets」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
0.9.3 | 0.9.4 | 0.9.5 | 0.9.6 | 0.9.7 | 0.9.8 | 0.9.9 | trunk | 0.9.10 | 0.9.11 | 0.9.12 | 0.9.13 | 0.9.14 | 0.9.15 | 0.9.16 | 0.9.17 | 0.9.18 | 0.9.19 | 0.9.20 | 0.9.21 | 0.9.22 | 0.9.23 | 0.9.24 | 0.9.25 | 0.9.26 | 0.9.27 | 0.9.28 | 0.9.29 | 0.9.30 | 0.9.31 | 0.9.32 | 0.9.33 | 0.9.34 | 0.9.35 | 0.9.36 | 0.9.37 | 0.9.38 | 0.9.39 | 0.9.40 | 0.9.41 | 0.9.42 | 0.9.43 | 0.9.44 | 0.9.45 | 0.9.46 | 0.9.47 | 0.9.48 | 0.9.49 | 0.9.50 | 0.9.51 | 0.9.52 | 0.9.53 | 0.9.54 | 0.9.55 | 0.9.56 | 0.9.57 | 0.9.58 | 0.9.59 | 0.9.60 | 0.9.61 | 0.9.62 | 0.9.63 | 0.9.66 | 0.9.67 | 0.9.68 | 0.9.69 | 0.9.70 | 0.9.71 |
延伸相關外掛(你可能也想知道)
Content Egg 》這個外掛程式有什麼用途?, , 產品評論和專注博客, 價格比較網站, 每日優惠網站, WooCommerce 目錄, 自動化網站, , 官方網站:www.keywordrush.com, 範例:de...。
ShoppingFeeder 》此外掛可以讓您輕鬆地將您的 WooCommerce 商店與 ShoppingFeeder 整合。, ShoppingFeeder 讓您管理任何類型的產品資料 feed,並獲得整體的流量、轉換率和投資...。
Convertiser Widgets 》注意:Convertiser Widgets 外掛需要您在 Convertiser Network 注册帐户。, PHP 版本:此外掛需要安裝 PHP 5.6+ 以上版本。, 特色, , 自動替換博客文章和評論...。
Competitor Price Comparison 》總結:Competitor Price Comparison 外掛讓 WooCommerce 商店擁有者可以自動根據競爭對手的定價調整產品價格。它從競爭對手的網站中抓取價格,將您的產品映射...。
shopwelt.de Widget 》Shopwelt.de – WordPress外掛現在提供了從您的網頁上,直接將特定商品的價格與商品評測、商品描述或商品推薦結合的選項。如果您之前的商品價格資訊非常少或只...。
Price Comparison Shopping Engine 》價格比較購物引擎, GoodsPack 是一個類似於 Google Shopping、ShopZilla、NextTag 或 Shopping.com 的價格比較系統,在您的 WordPress (或自製的) 網站上運作...。
WordPress Price Comparison 》這款 WordPress 價格比較外掛可以讓你在網站上為任何產品從多處購物網站上引用價格並相互比較。, 此外掛與 WooCommerce 相容,並能在 WooCommerce 上為你的產...。
ComparePress 》使用 ComparePress 快速在您現有的博客或網站上添加和管理完整的 SEO 價格比較系統。ComparePress 目前提供了 1 個模組,允許您訪問我們的手機數據庫,其中包...。
Pricena 》使用此外掛將您的產品列在 Pricena 上。, Pricena 是中東區域唯一的一站式價格比較網站,您將可以在這裡找到數千款產品,來自數百家網店,這些商品都在同一個...。
Price Comparison Pricewatch Nigeria 》這個擴充功能是由尼日利亞的價格比較門戶Pricewatch帶給你的,我們正在幫助數百萬尼日利亞購物者節省購物費用。不論您想要什麼,我們都會比較所有商品,從電...。
XML Data Feed for Shopbot CSE 》此外掛整合了 WooCommerce 產品至 Shopbot Australia 與 Shopbot Canada,以及其他價格比較網站。, 同步您的產品至價格比較網站 - 適用於 Shopbot 和其他 CSE...。
GetDeals 》曾經想過要建立自己的電商搜尋引擎和價格比較網站嗎?, GetDeals API 是印度 #1 的公開完全免費使用的即時產品發現和價格比較 API。, 使用 GetDeals API,您...。
eVendi.de Widget 》從現在開始,eVendi.de WordPress 外掛為您提供在網站上顯示特定產品的具體價格的機會,並與產品測試、產品描述或產品推薦一起集成。如果您迄今尚未顯示有關...。
eSIM.Ninja Affiliates Widget 》eSIM.Ninja 是一個領先的旅遊手機數據計劃比較平台。我們幫助人們無論身在何處都可以以更少的費用保持連接,並使個人 Facebook 和 Instagram 個人資料和小型...。
Electro Pricing Tables Lite 》使用 Electro Pricing Tables Lite 外掛可輕鬆在 WordPress 網站上建立和發佈美麗的價格表和比較表。您可以在短時間內建立並發佈您的價格表。, , 示範, , Wor...。