Skip to content

dotmailer/dotdigital-for-woocommerce

Repository files navigation

Dotdigital for WooCommerce

license

Requirements

This plugin requires you to have WooCommerce installed in WordPress (see detailed version requirements and installation guide).

Installation

Plugin directory

The plugin can be installed from the WordPress plugin directory as standard.

Manual installation via git

This repository no longer contains the required /vendor folder, because vendor dependencies should properly be prefixed before use.

Option 1 (no prefixing)

  • Clone this repository into wp-content/dotdigital-for-woocommerce
  • Run:
composer install --no-dev

Option 2 (with prefixing)

  • Clone this repository into wp-content
  • Run:
cd wp-content/dotdigital-for-woocommerce
composer install --no-dev
wget https://github.com/humbug/php-scoper/releases/download/0.18.7/php-scoper.phar
composer prefix-dependencies
mv build_prefixed ../plugins/dotdigital-for-woocommerce
cd wp-content
rm -rf dotdigital-for-woocommerce/

Release Notes

There is now a Changelog in the readme.txt file.

Contribution

You are welcome to contribute to Dotdigital for WooCommerce! You can either:

  • Report a bug: create a GitHub issue including description, repro steps, WooCommerce/WordPress and connector version
  • Fix a bug: please clone this repo and submit your Pull Request
  • Request a feature on our community forum