Donaki Wishlist for WooCommerce

Description

Donaki Wishlist for WooCommerce allows your customers to save products to their Donaki wishlist and share them with friends.

The plugin adds a customizable “Add to my list” button on WooCommerce product pages and shop loops.

When a user clicks the button, the selected product data (see External Services section for full details) is securely sent to the Donaki service to be added to the user’s wishlist.

Donaki is a social wishlist platform that lets users collect, share, and interact with products across multiple websites.

The plugin connects your WooCommerce store to the Donaki platform, allowing users to easily come back later to purchase products they have saved.

Donaki users can then share their wishlist with friends, helping introduce your products to new potential customers.

This plugin requires a Donaki account on the partner portal to fully offer the wishlist and sharing features to your visitors.

All requests are signed to ensure data integrity and authenticity.

Key features

  • Adds an “Add to my list” button on WooCommerce product pages
  • Works with simple and variable products
  • Uses WooCommerce native hooks (no cart override)
  • Lightweight connector plugin
  • Compatible with PHP 7.4+

External Services

This plugin connects to an external service operated by Donaki.

When the user clicks the “Add to my list” button, the following product/shop data may be sent to Donaki servers:

  • Partner ID
  • Product ID
  • Product name
  • Product description
  • Product URL
  • Product image
  • Product price
  • Currency
  • Quantity
  • Selected variation data, when applicable
  • Add-to-cart URL
  • Website origin
  • Timestamp
  • Request signature

The request is sent to:
https://members.donaki.com/add2list

This data is only transmitted after explicit user interaction (button click). No data is sent automatically on page load.

This plugin does not set cookies or perform tracking on its own.

However, when a user clicks the “Add to my list” button, a request is sent to the Donaki service.
This request may be used to generate usage statistics (such as button clicks) for the shop owner.

No personal user tracking or behavioral profiling is performed by this plugin.

Service endpoint:
https://members.donaki.com

Terms of Service:
https://members.donaki.com/dak-cgu/

Privacy

This plugin does not automatically collect or transmit any personal data.
When a user clicks the “Add to my list” button, product-related information (such as product ID and metadata) is sent to the Donaki platform in order to save the item to the user’s wishlist.
No data is transmitted without a direct user action.
For more information, please refer to:
https://members.donaki.com/dak-privacy-policy/

Assets

This plugin includes the Lexend Deca font.

Font: Lexend Deca
Source: https://github.com/googlefonts/lexend
License: SIL Open Font License 1.1
License file included: assets/fonts/OFL.txt

Screenshots

  • “Add to my list” button displayed on a WooCommerce product page.

Installation

  1. Upload the plugin to /wp-content/plugins/ or install via the WordPress plugin directory
  2. Make sure WooCommerce is installed and active.
  3. Activate the plugin through the ‘Plugins’ screen in WordPress
  4. Connect your shop via the Donaki Partner Portal (required to link your store):
    https://partners.donaki.com/portal
  5. Go to WordPress Settings Donaki to configure your Partner ID, Partner token

FAQ

Where are the plugin settings?

  • This plugin adds a settings page in the WordPress Settings menu.
    More configuration and partner management are handled in the Donaki Partner Portal.

Does this plugin require WooCommerce?

  • Yes. WooCommerce must be installed and active for the plugin to work.

Does the plugin send data automatically?

  • No. Product data is securely signed and sent to the Donaki service only when a user clicks the “Add to my list” button.

What data is sent to Donaki?

  • Only product-related data required to create a wishlist entry is sent (see External Services section for full list).

Does this plugin work without a Donaki account?

  • The button will appear, but users need a Donaki account to save and manage their wishlist.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Donaki Wishlist for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

2.1.1

  • WordPress.org compliant release
  • PHP 7.4 minimum requirement
  • Improved stability and safeguards