[WordPress] 外掛分享: Duzz Portal – Stripe Custom Customer Payments

前言介紹

  • 這款 WordPress 外掛「Duzz Portal – Stripe Custom Customer Payments」是 2023-11-27 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2024-09-18,距離現在已有 226 天。
  • 外掛最低要求 WordPress 5.7 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

dannycooper | streater3000 |

外掛標籤

chat | stripe | interaction | customer service | project management |

內容簡介

Duzz Custom Portal 是一個旨在幫助小型服務型企業與客戶互動的 WordPress 外掛。這個功能強大且高度可定制的外掛即插即用,將您的網站從靜態展示變成了一個客戶外展和連接工具。

與其他 Stripe 整合平台獨樹一格的是,Duzz Custom Portal 引領了一個動態付款系統。我們的門戶是第一個能夠讓企業根據每個項目發票的外掛,不再限制企業價格固定或通用捐款金額。精確地定制您的收費,為每個項目方面添加項目,並向客戶呈現清晰的定制發票。

讓您的網站為您服務。在一個統一的平台上進行即時聊天,促進更強的客戶關係,增強您的收入潛力。使用 Duzz Custom Portal,您不僅僅是在等待聯繫表單的查詢 - 您主動聯繫,最重要的是,提供了目前沒有其他外掛提供的付款靈活性。

功能:

- 顧客狀態動態消息,顧客可以像追蹤 FedEx 貨物一樣追蹤他們的項目進度
- 進度條顯示每個階段的項目進展
- 高級自定義字段(ACF)與 WP Forms 之間的數據連接
- 在消息中標記顧客以便向他們發送電子郵件更新
- 邀請顧客參與項目
- 項目更新時的機器人更新
- 自動歡迎消息給網站訪問者

無論您已經有一位客戶或是與客戶在網站之外有了聯繫,您都可以邀請他們追蹤項目進度。如果一位潛在客戶偶然發現您的網站,您可以立即發起聊天來啟動他們的項目。

與大多數僅關注完成銷售的銷售軟件不同,Duzz Custom Portal 讓您能夠通過讓客戶追蹤項目進度來保留客戶,直到完成。該外掛還附帶了可定制的進度條和一個... (文章未完整,繼續請閱讀原文)

原文外掛簡介

Duzz Custom Portal is designed to help small service-based businesses dynamically interact with their customers right from their website. Our Stripe payments integration does what no other plugin can do: make customized payments on a project by project basis.
Let your website work for you. Engage in real-time chats, foster stronger customer relationships, and enhance your revenue potential, all in one unified platform. With Duzz Custom Portal, you’re not just waiting around for contact form inquiries – you’re proactively reaching out, and most importantly, offering a payment flexibility that no other plugin currently offers.
Distinctively standing apart from other Stripe-integrated platforms, Duzz Custom Portal pioneers a dynamic payment system. Instead of restricting businesses to fixed product prices or generic donation sums, our portal is the first of its kind to empower businesses with per-project invoicing. Tailor your charges, adding line items for every project facet, and presenting your clients with a clear, customized invoice.
This powerful, highly customizable plugin comes ready to use out of the box, transforming your website from a static display into a customer outreach and connection tool.
Features

Stripe payments integration
Status Feed for customers to track their project progress like tracking a FedEx Package
Progress Bar showing each stage as the project progresses
Data connections between Advanced Custom Fields (ACF) and WPForms
Tag customers in the feed to send them email updates
Invite customers to the project
Bot updates when project is updated
Auto welcome message for website visitors

Security
Duzz Custom Portal operates on a zero trust system, so your customers aren’t logging into the WordPress backend, which could be a security vulnerability. Customers don’t create an account or password, a factor that often leads to a 30% loss in sales as customers don’t want to create an account. Instead, they get a unique tracking number and link, just like a FedEx Package. The plugin is designed to allow the addition of a password system if needed in the future.
For security purposes, limited data is included on the page your customers view. But it is possible to update the code if you know PHP so that fields and data are viewable by the customer. That’s not currently included in the plugin. Duzz is only as secure as your hosting provider and WordPress security plugins. Avoid storing sensitive customer information. Do not collect social security numbers or other personal ID numbers.
Requirements
While Duzz Custom Portal works out of the box, for full functionality, we suggest the following:
– Advanced Custom Fields (ACF) basic version from WordPress repository
– WPForms basic for simple fields for Name and Email
– WPForms Plus for fancy fields that allow full Duzz functionality
– Hosting provider should allow PHP emails as Duzz does not currently use SMTP. -Hosting provider that allows you to turn off server side caching.
WEB HOSTING REQUIREMENTS
Because of these extra requirements for Duzz Custom Portal, many hosting providers might not be compatible. Your site will become more dynamic and increase the usage the CPU usage of your site as your site will get more usage with all the customer interactions.
The main issue though is that since Duzz Custom Portal makes your site more dynamic and interactive, any hosting provider with heavy server side caching could prevent customer pages from updating. Avoid GoDaddy Managed WordPress as they have the most heavy server side caching. GoDaddy Managed WordPress does not allow you to turn off server side caching.
We recommend Siteground as they allow you to turn off server side caching with their SG Optimizer plugin. They also allow for 300 PHP emails per hour. And they are recommended for security purposes.
If you plan to use Siteground, support us with our REFERRAL LINK:
Click here for our referral
External Libraries
This plugin utilizes Composer for dependency management, which means an autoloader is in place for handling PHP classes and libraries. If you’re a developer wanting to understand the structure or extend the functionality, be aware of this setup.
Composer:
– Used For: Dependency management for PHP.
– Source: https://getcomposer.org/
– Autoloader Path: duzz-custom-portal/vendor/autoload.php
Featherlight:
– Used For: Lightweight jQuery lightbox.
– Source: https://github.com/noelboss/featherlight
– Included Version: duzz-custom-portal/js/featherlight.js
Stripe:
– Used For: Handling online payments.
– Source: https://github.com/stripe/stripe-php
– Included Version: duzz-custom-portal/vendor/stripe/stripe-php
Select2:
– Used For: Making long dropdowns more user-friendly.
– Source: https://github.com/select2/select2
– Included Version: duzz-custom-portal/vendor/select2/select2
Feel free to review the original, non-altered source on the provided links. These libraries are included in this plugin in good faith, with the intention of enhancing functionality, and all rights and credits belong to their respective authors.
Third-Party Service Integration
Stripe
Our plugin integrates with Stripe to provide enhanced payment functionalities. This means that some data might be transmitted to Stripe’s servers when using the payment features of our plugin.
Service Provider: Stripe
Service Link: Stripe
Purpose of Integration: Our plugin uses Stripe to handle payments and payment-related functionalities, ensuring secure and efficient transactions for users.
Data Shared: The plugin sends payment-related data, such as transaction details and card information, to Stripe. No personal data is stored by our plugin; all sensitive data is handled by Stripe directly.
Terms of Use: You can review Stripe’s terms of service here.
Privacy Policy: For more details on how Stripe handles your data, please refer to their privacy policy here.
We encourage all users to review Stripe’s terms and privacy policy to fully understand how your data is used and protected. By using the payment features of our plugin, you agree to Stripe’s terms of service and privacy policy.
Legal & Security Notice Regarding Stripe Integration
Integration Permission:
Stripe provides a robust API and encourages developers to integrate its services with their applications, plugins, or platforms. Our integration with Stripe in the Duzz Custom Portal plugin is based on the permissions and guidelines provided by Stripe for such integrations.
No Direct Association with Stripe:
While we have integrated Stripe’s services into our plugin for enhanced payment functionalities, it’s essential to clarify that we have no direct association, partnership, or endorsement from Stripe. Any questions, concerns, or issues related to Stripe’s services should be directed to Stripe’s official support channels.
Security Assurance:
Stripe is known for its rigorous security standards, and we’re committed to adhering to them. Here’s how we ensure the security of your transactions:

Credit Card Information: At no point does our plugin or any component of your WordPress site store credit card details. When a user inputs their credit card information, it’s directly processed by Stripe. This ensures the highest level of security, as all sensitive data is managed directly by Stripe, which employs state-of-the-art security measures.

Compliance with Stripe’s Security Guidelines: Our integration with Stripe strictly follows their security guidelines. This means that any updates or security practices recommended by Stripe are implemented in our plugin to ensure consistent security.

Data Handling: While our plugin facilitates the payment process, all the crucial transaction data and processing are handled directly by Stripe. This means that we do not have access to sensitive transaction details, adding an additional layer of privacy and security for the end-users.

We always encourage users and administrators to keep plugins updated and periodically review and ensure the security of their website.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Duzz Portal – Stripe Custom Customer Payments」來進行安裝。

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


1.1.0 | 1.1.1 | 1.1.2 | 1.1.3 | 1.1.4 | 1.1.5 | 1.1.6 | 1.1.7 | 1.1.8 | 1.1.9 | 1.2.0 | 1.2.1 | 1.0.76 | 1.0.79 | 1.0.80 | 1.1.91 |

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

文章
Filter
Apply Filters
Mastodon