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

首頁外掛目錄 › Dragon Ecommerce Reserve Plugin Without Online Payment for WordPress
WordPress 外掛 Dragon Ecommerce Reserve Plugin Without Online Payment for WordPress 的封面圖片
全新外掛
安裝啟用
★★★★★
5/5 分(1 則評價)
454 天前
最後更新
問題解決
WordPress 5.4+ v1.0.2 上架:2021-10-26

內容簡介

每個公司都需要一款電子商務外掛程式,以在 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

該高級外掛程式

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Dragon Ecommerce Reserve Plugin Without Online Payment for WordPress」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon