前言介紹
- 這款 WordPress 外掛「Easy Digital Downloads – Additional Shortcodes」是 2014-02-24 上架。
- 目前有 400 個安裝啟用數。
- 上一次更新是 2022-11-02,距離現在已有 913 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.9 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.3 以上。
- 有 2 人給過評分。
- 論壇上目前有 1 個提問,問題解答率 0%
外掛協作開發者
am | smub | cklosows | zkawesome | littlerchicken | easydigitaldownloads |
外掛標籤
shortcodes | landing page | shopping cart | conditional logic | easy digital downloads |
內容簡介
Easy Digital Downloads 額外短碼外掛為使用 WordPress 建立的電子商務商店增強了有力的條件頁面邏輯。
如何使用 Easy Digital Downloads 額外短碼
所有包含的短碼均需要開始標籤和結束標籤:
如果購物車不為空,則顯示內容。
[edd_cart_has_contents] 這裡放內容 [/edd_cart_has_contents]
如果購物車為空,則顯示內容。
[edd_cart_is_empty] 這裡放內容 [/edd_cart_is_empty]
如果購物車包含特定產品(支援任何、所有和變型產品),則顯示內容。
[edd_items_in_cart ids="20"] 這裡放內容 [/edd_items_in_cart]
[edd_items_in_cart ids="20,34,25:1"] 這裡放內容 [/edd_items_in_cart]
[edd_items_in_cart ids="20,34,25:1" match="all"] 這裡放內容 [/edd_items_in_cart]
[edd_items_in_cart ids="20,34,25:1" match="any"] 這裡放內容 [/edd_items_in_cart]
如果購物車不包含特定產品(支援任何、所有和變型產品),則顯示內容。
[edd_items_not_in_cart ids=”20″]這裡放內容[/edd_items_not_in_cart]
[edd_items_not_in_cart ids=”20,34,25:1″]這裡放內容[/edd_items_not_in_cart]
[edd_items_not_in_cart ids=”20,34,25:1″ match=”all”]這裡放內容[/edd_items_not_in_cart]
[edd_items_not_in_cart ids=”20,34,25:1″ match=”any”]這裡放內容[/edd_items_not_in_cart]
如果使用者曾經購買過(如果登出則永遠會被隱藏),則顯示內容。
[edd_user_has_purchases] 這裡放內容 [/edd_user_has_purchases]
僅顯示在使用者沒有購買時。包括"loggedout"參數,以指定是否可讓登出的使用者看到內容(預設為 true)
[edd_user_has_no_purchases loggedout="true"] 這裡放內容 [/edd_user_has_no_purchases]
只向已登入的使用者顯示內容。
[edd_is_user_logged_in] 這裡放內容 [/edd_is_user_logged_in]
只向未登入的使用者顯示內容。
[edd_is_user_logged_out] 這裡放內容 [/edd_is_user_logged_out]
只有在使用者購買了指定下載 ID 中的任何一個時,才顯示內容。
支援多個 ID。如果下載採用可變定價,您可以傳遞所有選項的僅 ID,或傳遞
[edd_user_has_purchased ids="20,34,25:1"] 這裡放內容 [/edd_user_has_purchased]
軟體授權支援:
僅顯示內容,如果使用者有活動許可證。
[edd_has_active_licenses] 這裡放內容 [/edd_has_active_licenses]
僅顯示內容,如果使用者的許可證已過期。
[edd_has_expired_licenses]這裡放內容[/edd_has_expired_licenses]
僅顯示內容,如果使用者所有許可證都已過期。
[edd_has_all_expired_licenses]這裡放內容[/edd_has_all_expired_licenses]
原文外掛簡介
Additional Shortcoddes for Easy Digital Downloads adds powerful condional page logic for your WordPress powered ecommerce store.
How to use Additional Shortcodes
The shortcodes included all need opening and closing tags:
Show content if shopping cart is not empty.
[edd_cart_has_contents] Content Here [/edd_cart_has_contents]
Show content if the shopping cart is empty.
[edd_cart_is_empty] Content Here [/edd_cart_is_empty]
Show the content if the cart contains specific products (supports any, all, and variations)
[edd_items_in_cart ids="20"] Content Here [/edd_items_in_cart]
[edd_items_in_cart ids="20,34,25:1"] Content Here [/edd_items_in_cart]
[edd_items_in_cart ids="20,34,25:1" match="all"] Content Here [/edd_items_in_cart]
[edd_items_in_cart ids="20,34,25:1" match="any"] Content Here [/edd_items_in_cart]
Show the content if the cart does not contain specific products (supports any, all, and variations)
[edd_items_not_in_cart ids=”20″]Content here[/edd_items_not_in_cart]
[edd_items_not_in_cart ids=”20,34,25:1″]Content Here[/edd_items_not_in_cart]
[edd_items_not_in_cart ids=”20,34,25:1″ match=”all”]Content Here[/edd_items_not_in_cart]
[edd_items_not_in_cart ids=”20,34,25:1″ match=”any”]Content Here[/edd_items_not_in_cart]
Show the content if the user has made previous purchases (will always be hidden if logged out)
[edd_user_has_purchases] Content Here [/edd_user_has_purchases]
Show the content only if the user has no purchases. Includes the ‘loggedout’ parameter to specify if logged out users
should be included in seeing the content. (Default true)
[edd_user_has_no_purchases loggedout="true"] Content Here [/edd_user_has_no_purchases]
Show the content to logged in users
[edd_is_user_logged_in] Content Here [/edd_is_user_logged_in]
Show the content only to logged out users
[edd_is_user_logged_out] Content Here [/edd_is_user_logged_out]
Show content only if a user has purchased any of the specified download ids.
Supports multiple IDs. If a download has variable pricing, you can pass just the ID for all options, or
[edd_user_has_purchased ids="20,34,25:1"] Content Here [/edd_user_has_purchased]
Software Licensing Support:
Show content only if a user has active licenses
[edd_has_active_licenses] Content Here [/edd_has_active_licenses]
Show content only if user has expired licenses
[edd_has_expired_licenses]Content Here[/edd_has_expired_licenses]
Show content only if user has all expired licenses
[edd_has_all_expired_licenses]Content Here[/edd_has_all_expired_licenses]
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Easy Digital Downloads – Additional Shortcodes」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.4.1 | 1.4.2 | trunk |
延伸相關外掛(你可能也想知道)
WooCommerce 》p>WooCommerce是全球最受歡迎的開源電子商務解決方案之一,擁有世界上最多的市場份額。, 我們的核心平臺是免費的、靈活的,並擁有全球社區的支持。開源的自由...。
Menu Cart for WooCommerce 》** 與 WooCommerce 和 Easy Digital Downloads(EDD)兼容 ** , 此外掛將在導覽列中安裝購物車按鈕。 安裝此外掛的時間少於一分鐘,, 並且包括以下選項:, , ...。
Ecwid by Lightspeed Ecommerce Shopping Cart 》Ecwid Ecommerce Shopping Cart 是讓您在 WordPress 網站中添加網店所需的一切。功能強大,易於使用且兼容 Gutenberg。支援 45 種語言,在 175 個國家擁有超...。
WordPress Simple Shopping Cart 》on codes that can be limited to a certain number of uses or expire after a certain date., , , WordPress Simple PayPal Shopping Cart 可讓您在網站上...。
eCommerce Product Catalog Plugin for WordPress 》eCommerce Product Catalog 是一個美麗、易於使用並且百分之百響應式的免費產品目錄外掛,適用於 WordPress 電子商務網站或具有報價功能的簡易產品目錄網站。...。
WP Menu Cart 》**與WooCommerce和Easy Digital Downloads(EDD)兼容**, 此外掛會在導覽列中安裝一個購物車按鈕,安裝只需不到一分鐘時間,, 並包括以下選項:, , 顯示購物...。
Shopping Cart & eCommerce Store 》WP EasyCart 是一個強大的免費 WordPress 電子商務和 WordPress 購物車外掛,可安裝到新的或現有的網站中。, 可在幾分鐘內快速為 WordPress 電子商務購物車建...。
CartPops – High Converting Add To Cart Popup For WooCommerce 》免費包含, 在數秒內為您的 WooCommerce 商店添加一個美觀的加入購物車彈出視窗,讓客戶輕鬆購物和結帳。, 瞭解更多有關 CartPops 功能的資訊, ✨ 完美無瑕的 ...。
Premium Packages – Sell Digital Products Securely 》使用 WPDM - Premium Packages 外掛,將您的 Download Manager 轉換為一個完整的電商解決方案,用於銷售數字產品。只需設定一個價格來出售數字產品,並可基於...。
WooCommerce Cart Count Shortcode 》如果您正在尋找在您的網站的 WooCommerce 購物車中靈活顯示項目的方法,那就不用再尋找了!此外掛可讓您在網站的任何位置插入短碼,以生成 a href 鏈接。, 參...。
Easy PayPal Shopping Cart 》概述, 這個外掛可以讓你使用「加入購物車」和「檢視購物車」按鈕,在你的網站上販售產品或服務。購物車本身由 PayPal 托管管理。, 你可以在任何想要販售的位...。
Recently Viewed Product for WooCommerce 》```html, , , , , ,
PayPal Pay Now, Buy Now, Donation and Cart Buttons Shortcode 》這個 WordPress 外掛新增了「paypal_button」簡碼,可顯示「支付」、「立即購買」、「捐款」和「加入購物車」的 PayPal 按鈕,並提供自定義 PayPal 結帳頁面...。
WooCommerce Cart Expiration 》設置顧客結帳的時間限制。包括一個「結帳時間」倒數計時來鼓勵顧客完成購買。, 特色, , 基於 CSS 的倒數計時顯示, 提供可用的動作和過濾器以修改功能。, 。
WooCommerce Payment Gateway – Inspire 》Inspire Commerce是一個全方位的解決方案,可讓您將美麗的WooCommerce購物體驗變成一個銷售機器。這個WooCommerce網關外掛與Inspire Commerce的商戶賬戶結合...。