安裝與設定

將Product Recommendations部署至您的店面和管理員,需要您安裝模組並設定Commerce Services Connector。 發佈更新時,您可以輕鬆將安裝更新為最新版本。

安裝Product Recommendations install

由於Product Recommendations模組是獨立的中繼套件,因此比Adobe Commerce更頻繁地發行更新。 若要確定您使用最新的錯誤修正和功能,請參閱發行說明

使用撰寫器安裝magento/product-recommendations模組:

composer require magento/product-recommendations

新增頁面產生器支援 pbsupport

Page Builder的Product Recommendations為選用模組,需另行安裝。 若要搭配Page Builder使用Product Recommendations,請執行以下命令來安裝模組:

composer require magento/module-page-builder-product-recommendations

透過在頁面產生器中啟用Product Recommendations,您可以將現有的作用中建議單位新增到頁面產生器中建立的任何內容,例如頁面、區塊和動態區塊。

如需進一步說明,請參閱搭配頁面產生器內容使用 Product Recommendations 。

新增視覺相似度推薦型別 vissimsupport

視覺相似度 ​建議型別可讓您將建議單位部署至產品詳細資料頁面,該頁面會顯示與正在檢視的產品視覺上類似的產品。 當產品的影像和視覺方面是購物體驗的重要部分時,此建議型別最有用。 執行下列命令,安裝​ 視覺相似度 ​建議型別:

composer require magento/module-visual-product-recommendations

設定Product Recommendations configure

  1. 安裝magento/product-recommendations模組後,請指定API金鑰並選取SaaS資料空間,以設定Commerce Services Connector

    設定此連線會啟用Commerce執行個體、目錄服務和其他支援服務之間的資料同步和通訊。 資料同步處理由SaaS Data Export擴充功能處理。

  2. 若要確保目錄匯出可以正確執行,請確認cron工作和索引子正在執行,且Product Feed索引子設定為Update by Schedule

當您成功將Commerce應用程式連結至Commerce Services並指定SaaS資料空間後,目錄同步作業就會開始。 然後,您可以驗證行為資料正在傳送至您的店面。

監控資料同步並疑難排解

透過Commerce Admin,您可以使用資料管理控制面板來監視同步化程式。 使用Commerce CLI和記錄檔來管理和疑難排解程式。

然後,您可以驗證行為資料正在傳送至您的店面。

更新您的Product Recommendations安裝 update

如同所有的Adobe Commerce,Product Recommendations使用Composer進行安裝和更新。 若要更新magento/product-recommendations模組,請執行下列動作:

composer update magento/product-recommendations --with-dependencies

若要更新為主要版本,例如從3.0到4.0,您必須編輯專案的根composer.json檔案。 (如需最新版本的相關資訊,請參閱發行說明。) 例如,讓我們開啟主要composer.json檔案並搜尋magento/product-recommendations模組:

"require": {
    ...
    "magento/product-recommendations": "^3.0",
    ...
}

讓我們將主要版本從3.0增加到4.0

"require": {
    ...
    "magento/product-recommendations": "^4.0",
    ...
}

儲存composer.json檔案並執行:

composer update magento/product-recommendations --with-dependencies

或者,如果您已安裝magento/module-visual-product-recommendationsmagento/module-page-builder-product-recommendations模組:

composer update --with-dependencies magento/product-recommendations magento/module-visual-product-recommendations magento/module-page-builder-product-recommendations
NOTE
在產品Recommendations 3.x.x版中,您只需要單一API金鑰。 在4.x.x版和更新版本中,您必須提供適用於沙箱和生產環境的公開和私人API金鑰。 如果您未提供這兩組API金鑰,將無法在「管理員」中存取「產品Recommendations」功能。 不過,資料收集會在您的店面中持續進行,而現有的建議會持續向您的購物者顯示。

防火牆

若要讓產品Recommendations通過防火牆,請新增commerce.adobe.io至允許清單。

解除安裝Product Recommendations uninstall

如有必要,您可以解除安裝產品建議模組。

recommendation-more-help
4bf3c55a-3844-4322-a5d2-42b4e56228e5