Simple and flexible Smaily newsletter and RSS-feed integration for WooCommerce.
Smaily email marketing and automation plugin for WooCommerce.
Automatically synchronize customers to Smaily, easily import products into templates using RSS-feed and collect newsletter subscribers using Newsletter Subscription widget.
- Add subscribers to Smaily after updating user settings
- Add option to subscribe when registering new user
- Add option to subscribe in checkout area
- Add option to subscribe customer in admin panel
- Generate RSS-feed with products for easy import to Smaily template
- Option to customize generated RSS-feed based on products categories
- Option to limit generated RSS-feed products amount with prefered value
- Option to order generated RSS-feed products by several categories
- Smaily subscriber sign up form with built in captcha
- Easy to use form
- No user authentication need for widget usage
- Get unsubscribers from Smaily unsubscribed list
- Update unsubscribed status in WooCommerce users database
- Collect new user data for subscribed users
- Generate data log for each update
- Default daily synchronization
- Automatically notify customers about their abandoned cart
- Send abandoned cart information to smaily for easy use on templates
- Set delay time when cart is considered abadoned
Smaily for WooCommerce requires PHP 5.6+ (PHP 7.0+ recommended). You'll also need to be running WordPress 4.5+ and have WooCommerce 2.2+.
Online documentation and code samples are available via our Help Center.
All development for Smaily for WooCommerce is handled via GitHub. Opening new issues and submitting pull requests are welcome.
- Upload or extract the
smaily-for-woocommerce
folder to your site's/wp-content/plugins/
directory. You can also use the Add new - option found in the Plugins - menu in WordPress. - Activate the plugin from the Plugins - menu in WordPress.
- Open Smaily settings from admin menu sidepanel.
- Insert your Smaily API authentication information to get started.
- Next, click validate API information.
- Select if you want to use cron for contact synchronization between WooCommerce and Smaily
- Select if you want to use cron for abandoned cart remainder emails.
- Select autoresponder for abandoned cart, fields to zynchronize and delay settings.
- Click Save Changes
- If you want to use Smaily Widget please fill out settings page before using.
- Cron is set up to synchronize contacts daily. To view and manage cron settings use Cron plugins for example "WP Crontrol".
- That's it, your WooCommerce store is now integrated with Smaily Plugin!
- Validate your smaily credentials in Smaily settings menu.
- Move to Appearance -> Widget menu from admin page sidepanel.
- Add Smaily for WooCommerce Form to your prefered location on page.
- If you want you can select Title for your subscribe newsletter form.
- Optional autoresponder:
If you have added Form Submitted automation triggers from Smaily site under Automation tab you can see all availabe autoresponders in your widget settings.
There is no need to select autoresponder for widget form, but if you want to customize different approach from opt-in automation trigger you can do that.
When no autoresponder selected regular opt-in workflow will run. You can add delay, filter by field and send email after subscription. For that edit settings in Smaily automation page. 6. Optional layout design modifications:
Change layout, email field text, name field text, button text, button color and button text color.
Try re-saving permalinks. Go to Admin panel -> Settings -> Permalinks. Scroll to bottom and click "Save Changes" without modifing anything
Cron update data-log is stored in the root folder of Smaily plugin, inside "smaily-cron.txt" file.
List of all parameters available in Smaily email templating engine:
-
Customer first name:
{{ first_name }}
. -
Customer last name:
{{ last_name }}
.
Up to 10 products can be received in Smaily templating engine. You can reference each product with number 1-10 behind parameter name.
-
Product name:
{{ product_name_[1-10] }}
. -
Product description:
{{ product_description_[1-10] }}
. -
Product SKU:
{{ product_sku_[1-10] }}
. -
Product quantity:
{{ product_quantity_[1-10] }}
. -
Products price:
{{ product_price_[1-10] }}
. -
Product base price :
{{ product_base_price_[1-10] }}
.
Also you can determine if customer had more than 10 items in cart
- More than 10 items:
{{ over_10_products }}
.
- WooCommerce Smaily general settings screen.
- WooCommerce Smaily customer synchronization settings screen.
- WooCommerce Smaily abadoned cart settings screen.
- Woocommerce Smaily checkout opt-in screen.
- WooCommerce Smaily RSS screen.
- WooCommerce Smaily RSS-feed screen.
- WooCommerce Smaily widget settings screen.
- WooCommerce Smaily widget front screen.