| 开发者 | devdiggers |
|---|---|
| 更新时间 | 2026年9月12日 00:41 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
my-wallet.
[ddwcwm_wallet_balance_shortcode] - the wallet balance value on its own
[ddwcwm_wallet_balance_layout_shortcode] - the styled balance card
[ddwcwm_wallet_operations_shortcode] - the add money and send money actions
[ddwcwm_wallet_balance_operations_shortcode] - balance card and actions together
[ddwcwm_wallet_transactions_shortcode] - the transaction history table
Every shortcode tag can be renamed under Wallet > Configuration > Shortcodes if you prefer your own naming.
Store credit management for admins
Everything sits under the Wallet menu in WordPress admin.
.pot file, and works with WPML, Polylang and Loco Translatedevdiggers-wallet-for-woocommerce folder to /wp-content/plugins/ over FTP, then activate it from the Plugins menu.
After activation
Yes. The wallet registers as a WooCommerce payment gateway and stores balances against WooCommerce customers, so WooCommerce has to be installed and active.
A hidden "Wallet Topup" product is created on activation. The customer opens the wallet page in My Account, enters an amount, and checks out with one of your normal payment gateways. When that top-up order reaches the status you selected in the settings, the balance is added.
Yes. Under Wallet > Configuration > General you choose which payment gateways are available for wallet top-up orders. The wallet gateway itself is never offered for top-ups, so nobody can fund a wallet with wallet money.
Go to Wallet > Manual Adjustment, choose the customer, pick credit or debit, enter the amount and add a note. The change appears in the transaction log and the customer gets a wallet email.
Yes. The Users screen includes a CSV import that credits or debits many customers in one run, and a sample file is included so you can see the expected columns.
Yes. When you refund an order that was paid with the wallet, the refunded amount is credited back to the customer wallet automatically, and any cashback awarded for that order is reversed.
You create cart cashback rules with amount ranges. When the order subtotal falls inside a range, the customer earns the fixed or percentage reward set on that rule. The cashback is held as pending on the order and credited to the wallet when the order completes. A maximum per order, a minimum order value and an option to skip sale products are all in the free version.
Cashback by product, category, user role, payment method and top-up amount is a Pro feature. The free version covers cart total cashback.
Not in the free version. Free covers full payment from the wallet balance through the wallet payment gateway. Partial payment, where the wallet pays part of the total and another gateway pays the rest, is a Pro feature.
Yes, and it is free. The customer enters the receiver's email address, the amount and an optional note on the wallet page, and the transfer is recorded on both wallets. Requesting money from another customer is a Pro feature.
Yes. Set a registration credit amount in the setup wizard or under Wallet > Configuration, and the balance is added when the account is created.
Five: balance only, balance card, wallet operations, balance with operations, and transaction history. The default tags are listed in the description, and each tag can be renamed under Wallet > Configuration > Shortcodes.
Yes. The plugin declares compatibility with WooCommerce High-Performance Order Storage and registers a payment method for the block based Cart and Checkout, so the wallet shows up in both the classic and the block checkout.
Yes. Set the endpoint slug and the menu title under Wallet > Configuration > Endpoints, then save your permalinks once so WordPress picks up the new URL.
Yes. The Layout tab sets the theme color, icon visibility and size, card background, border and text colors, and the transaction table header colors. Cashback message colors and font size are set on the Cashbacks tab.
In their own database tables on your site. Nothing about your customers or your store is sent to us, and there is no external service holding the money.
No. Everything is set from labeled admin fields and the setup wizard. Developers who want to go further will find hooks and filters through the wallet layout, the cashback calculation and the transaction flow.
Yes. The free plugin never deletes wallet data, and it stops loading when the Pro plugin is active, so the two never run at the same time. Balances, transactions and cashback rules are carried over.
Free version questions go to the plugin support forum here on WordPress.org. Documentation is at docs.devdiggers.com/woocommerce-wallet-management, and you can reach the team through the DevDiggers contact page.