
前言介紹
- 這款 WordPress 外掛「Datafeedr Comparison Sets」是 2016-04-05 上架。
- 目前有 3000 個安裝啟用數。
- 上一次更新是 2024-07-05,距離現在已有 600 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 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 |
延伸相關外掛(你可能也想知道)
Pricemesh – Price Comparison | Preisvergleich 》這款 WordPress 外掛可讓你添加自己的價格比較功能。安裝後,在管理區中的每篇文章旁會出現一個小方框,可以輸入 UPC、EAN 和 ASIN 等信息。你也可以通過集成...。
