[WordPress] 外掛分享: Dragon Ecommerce Reserve Plugin Without Online Payment for WordPress

WordPress 外掛 Dragon Ecommerce Reserve Plugin Without Online Payment for WordPress 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Dragon Ecommerce Reserve Plugin Without Online Payment for WordPress」是 2021-10-26 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2024-12-16,距離現在已有 138 天。
  • 外掛最低要求 WordPress 5.4 以上版本才可以安裝。
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

v20202020 |

外掛標籤

php | jquery | Plugin | ecommerce | WordPress |

內容簡介

每個公司都需要一款電子商務外掛程式,以在 WordPress 網站上銷售產品。這款外掛程式可以向網站訪問者出售產品,且不需要線上支付。此外掛程式也可以讓您的供應商提前預訂產品。這款外掛程式非常易於使用,在 WordPress 管理頁面中,點擊“設定”,再點擊“Dragon Ecommerce Reserve”,即可進入外掛程式設定頁面。網站訪問者可以在不進行線上支付的情況下預定您的產品,然後進入您的商店購買產品或使用其他購買方式。供應商可以預先預訂您的產品,然後您可以制定計劃,確定您的供應商需要生產多少產品。資料庫是 MySQL。此外掛程式還可為您出售以下類型的特殊產品:免稅產品、特定時間內具有優惠價格的產品,這些都可以在管理者設定頁面中設定。

要創建登陸頁面,請將此外掛程式根資料夾中的模板模板-dragonecommercereserve.php文件添加到您的模板文件夾中。例如,如果您使用的是 twentytwenty 主題,請將模板-dragonecommercereserve.php 文件添加到此文件夾中:wordpress \wp-content\themes\twentytwenty\templates。然後,您可以使用此模板創建新頁面(不是新文章)。

文檔檔案位於名為 documentation_dragonecommercereservefree.pdf 的根資料夾中。請按照該文件中的說明來安裝此外掛程式。

捐款URL鏈接:

https://paypal.me/mingsitservices?country.x=CA&locale.x=en_US

演示網站:

https://dragonecommercereservefree.herokuapp.com/dragonecommercereserve

管理頁面:

https://dragonecommercereservefree.herokuapp.com/wp-admin

使用以下帳號登入 WordPress 管理員頁面:

用戶名:

admin_reserve

密碼:

l52BYA@#sk&J3YI03g

然後,前往:

https://dragonecommercereservefree.herokuapp.com/wp-admin

點擊“設定”,點擊“dragon ecommerce reserve”以設置管理員頁面。

https://dragonecommercereservefree.herokuapp.com/wp-admin/options-general.php?page=Dragon+Ecommerce+Reserve

文檔:

https://dragonecommercereservefree.herokuapp.com/wp-content/plugins/dragonecommercereserve/documentation_dragonecommercereservefree.pdf

文檔網站:

https://reservefreedocu.herokuapp.com/

平台和資料庫:

您可以在任何平台上運行它:Windows、Mac、Linux。

資料庫是 MySQL,且是免費的。

PHP 版本:PHP 5 >= 5.5.0

注意事項:PHP 版本和 WordPress 版本可能存在兼容性問題。例如,WordPress 5.4 可能不適用於 PHP 8。請在此網站上查看詳細資訊:

PHP Compatibility and WordPress Versions

以下是一些其他注意事項:

1. 調整產品圖像大小:圖像縮放將適用於(PHP 5> = 5.5.0,PHP 7)

2. PHP 支援 mysqli 擴展(用於預備語句)

3. 必須使用 HTTPS,而非 HTTP。如果網站使用 HTTP,則無法使用 dragon ecommerce 外掛程式。

4. 自 PHP 5.4 以來,json_encode() 可使用常數以設置 JSON 回應的格式。若要刪除反斜杠,請使用 JSON_UNESCAPED_SLASHES。例如:json_encode($response, JSON_UNESCAPED_SLASHES);

5. 自動備份資料庫的功能僅適用於 WordPress 5.4 及以上版本。

此外,還有一個高級版的外掛程式在此出售:

https://www.plugincity.net/theme-detail/14-ecommerce-reserve

該高級外掛程式

原文外掛簡介

Every company needs an ecommerce plugin to sell products on the WordPress website. This plugin sells your products to website visitors without online payment. This plugin is very easy to use. In WordPress admin page, click setting and click “Dragon Ecommerce Reserve”, you will go to the plugin setting page. Website visitors can reserve your products online without online payment. Then they can go to your store to buy it or use other ways to buy. Database is MySQL.
demo website:
https://mingsitservicesfree.infinityfreeapp.com/dragonecommercereserve/
admin page:
https://mingsitservicesfree.infinityfreeapp.com/wp-admin
Log in WordPress admin page using
username:
admin_order
password:
m8Yl*KWKq4nEa5JUDk
Then, go to
https://mingsitservicesfree.infinityfreeapp.com/wp-admin
click “setting”, click “dragon ecommerce reserve” to set up the admin page.
https://mingsitservicesfree.infinityfreeapp.com/wp-admin/options-general.php?page=Dragon+Ecommerce+Reserve
Documentation:
Click to access documentation_dragonecommercereservefree.pdf

Platform and Database:
You can run it on any platform: Windows, Mac, Linux.
Database is MySQL. It’s free.
PHP version: PHP 5 >= 5.5.0
Attention: PHP version and WordPress version may have compatibility issues. For example, WordPress 5.4 may not match PHP 8. Check this website for details: https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/

resize product iamges: imagescale will works for (PHP 5 >= 5.5.0, PHP 7)

PHP has support for the mysqli extension (to used for prepared statement)

Must use HTTPS, not http. If website use HTTP, tell the website admin – can not use the dragon ecommerce plugin.

Since PHP 5.4 there are constants which can be used by json_encode() to format the json reponse how you want. To remove backslashes use: JSON_UNESCAPED_SLASHES. Like so: json_encode($response, JSON_UNESCAPED_SLASHES);

Auto backup database weekly is for WordPress 5.4 and above.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Dragon Ecommerce Reserve Plugin Without Online Payment for WordPress」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.1 | 1.0.2 | trunk | 1.0.0.0 |

延伸相關外掛(你可能也想知道)

  • Enable jQuery Migrate Helper 》隨著 WordPress 5.5 的更新,一個名為 jquery-migrate 的遷移工具不再默認啟用。這可能會導致一些主題或外掛在運行舊代碼時缺少功能或出現意外行為。, 此外掛...。
  • WP Featherlight – A Simple jQuery Lightbox 》WP Featherlight 是一個 WordPress 外掛,可為您的WordPress 網站添加一個極簡、高效、響應式 jQuery 燈箱。在其核心,WP Featherlight是一個用於 Featherlig...。
  • jQuery Updater 》此外掛更新jQuery至最新的官方穩定版本,該版本通常不會在WordPress最新的穩定版本中提供。, jQuery Migrate也包含在內,以實現向下相容性。, 不會替換任何檔...。
  • Animate It! 》在你的內容中添加炫酷的CSS3動畫效果。, 演示 | 文件 | Class Generator, , 一些主要功能包括:, , 允許用戶在文章、小工具和頁面中應用CSS3動畫。, 50多種進...。
  • Scroll To Top 》這個外掛可以自動啟用一個客製化且靈活的「回到頂部」按鈕到您的 WordPress 網站,讓您的訪客只需點擊一下,即可將網頁滾動回頂端!, 功能包括:, , 無需設置...。
  • jQuery Colorbox 》查看最新的 WordPress 外掛優惠。, 一个用于 WordPress 的 Colorbox/Lightbox 外掛。, jQuery Colorbox 提供了 11 个不同的主题可供选择。请查看我的网站。, ...。
  • WordPress Countdown Widget 》這是一個 WordPress 倒數計時外掛,可輕鬆地將倒數/計時器添加到博客文章和側邊欄中。支援易於翻譯、自訂顏色和多個實例。只需拖曳即可,無需編程!, , 你可以...。
  • Use Google Libraries 》e's content distribution network (CDN) URLs for the supported libraries., This hook is used to replace the default WordPress registered script sour...。
  • Scroll Back To Top 》Scroll Back to Top 是一個 WordPress 外掛,它會在使用者向下滾動頁面時出現一個按鈕,允許使用者回到頁面頂部。外掛已經預先設定好,啟用後即可使用。該外...。
  • Meteor Slides 》Meteor Slides 讓您輕鬆製作幻燈片並使用 shortcode、小工具或模板標籤發佈它們。 幻燈片支援響應式和流體佈景主題,可適應任何設備並支援觸控。 使用超過20...。
  • jQuery Manager for WordPress 》管理 WordPress 網站上的 jQuery 和 jQuery Migrate,啟用特定版本的 jQuery 和/或 jQuery Migrate。這是 WordPress 上的終極 jQuery 調試工具。, , 總結:更...。
  • Dynamic "To Top" Plugin 》這個 WordPress 外掛可新增一個自動的動態「回到頂部」按鈕,方便使用者輕易捲回長頁面的頂部。, 外掛有一個直覺式控制面板,可以針對每個網站的需求進行風格...。
  • Version Control for jQuery 》jQuery 版本控制是控制網站上使用 jQuery 版本最簡單的方法之一。您可以選擇運行穩定的 WordPress 網站, 或是要在您的網站上驗證與各種 jQuery 版本的相容性...。
  • Pojo Lightbox 》請注意:此外掛僅供Pojo Framework使用者使用。, 一個簡單的外掛,方便地將PhotoSwipe lightbox和prettyPhoto lightbox功能添加到您的WordPress貼文和頁面。,...。
  • jQuery Lightbox For Native Galleries 》已停用通知: 為了推薦 Jetpack 外掛 中輪播模組的使用,此外掛已停止開發。我建議您改用該外掛 - 功能更全面。, 此外掛可以讓 WordPress 相片集使用一個名為C...。

文章
Filter
Mastodon