Skip to content

AlecRust/brevwoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

69dbc17 · Jan 18, 2025
Sep 15, 2024
Jan 18, 2025
Sep 15, 2024
Apr 12, 2024
Apr 11, 2024
Apr 10, 2024
Mar 24, 2024
Mar 9, 2024
Mar 24, 2024
Apr 7, 2024
Mar 24, 2024
May 11, 2024
Mar 24, 2024
Jan 18, 2025
Mar 9, 2024
Jan 18, 2025
Sep 15, 2024
Sep 15, 2024
Apr 7, 2024
Jan 18, 2025
Apr 7, 2024
Jan 18, 2025
Jan 18, 2025
Mar 24, 2024
Sep 15, 2024
Mar 24, 2024
Mar 24, 2024

Repository files navigation

Banner

BrevWoo Lint

WordPress plugin that adds WooCommerce customers to Brevo lists.

Set default Brevo lists that customers are added to when they buy a product, and/or set lists for specific products.

Features

  • Add customers to specific Brevo lists based on products they buy
  • Add customers to default Brevo lists when they buy any product
  • Select when during checkout the customer is added to Brevo
  • Contacts created in Brevo include transactional attributes
  • Optional logging included to help debug any issues

Installation

Install from the WordPress Plugin Directory or grab a ZIP from Releases.

Once activated, add your Brevo API key at Settings > BrevWoo.

Development

Ensure you have the following installed:

Start a WordPress instance for developing this plugin:

  1. npm install
  2. composer install
  3. npm run env start