Skip to content

Releases: sendsmaily/smaily-prestashop-module

2.0.0

27 May 05:20
a165861
Compare
Choose a tag to compare
  • PrestaShop 8.x support [#57]

1.6.1

25 Oct 10:48
4546931
Compare
Choose a tag to compare
  • Update user manual links [#51]

1.6.0

08 Mar 07:33
10d2cb6
Compare
Choose a tag to compare
  • Align customer synchronization first and last name with abandoned cart [#42]

1.5.0

12 Nov 12:52
a13b817
Compare
Choose a tag to compare
  • New feature to trigger opt-in if new customer joins with newsletter enabled.
  • Fix missing template variables.
  • Use PrestashopLogger for logs created by module.

1.4.0

08 Sep 13:42
09f7e7f
Compare
Choose a tag to compare
  • Added RSS settings tab.
  • New options for RSS product feed: order by, order direction, product category.
  • Generate RSS feed in more user friendly manner.
  • Fix bug which caused invalid CRON URLs, when Friendly URL option was disabled.
  • Add Estonian translations for additional fields in abandoned cart settings.
  • Make module .zip file suitable for Prestashop's module uploader

1.3.0

14 Feb 11:37
aa7961f
Compare
Choose a tag to compare

Standardize Abandoned Cart email template parameters across integrations

  • firstname and lastname parameter changed to first_name and last_name
  • product_description_short parameter changed to product_description
  • Added product_base_price and product_sku parameter
  • Removed product_category field

1.2.1

04 Dec 07:48
6e462eb
Compare
Choose a tag to compare

Support for PHP 5.6

1.2.0

26 Apr 16:56
250cc0b
Compare
Choose a tag to compare

Version 1.2.0

General

  • Updated translations
  • Version update 1.2.0
  • Added language field for opt-in template
  • 2 new hooks for linking subscribe form to left/right column.
  • Newsleter form template for column.
  • Readme update.

Settings page

  • Removed api key and autoresponder from opt-in form.
  • Settings page has 3 tabs.
  • Separate enable field for customer and cart cron.
  • Removed api key from settings.
  • Added option to remove credentials.
  • No autoresponder required for opt-in form.
  • Added help text for cron tokens.
  • Cron url now dynamic.
  • No autoresponders created message in autoresponders options list.
  • Subdomain url-parsing in admin settings.
  • Using workflows api to get autoresponders.

Javascript

  • New javascript error messages handling.
  • Added spinner for showing loading.
  • Translated admin js messages.
  • Separate getAutoresponders function ajax call.

Cron

  • Cron tokens auto generated.
  • Abandoned cart delay now in minutes.
  • Two separate files for cron tasks for better timing purposes.
  • Moved apicall and loging function under main php file. ( no duplicate code )
  • Cart cron added loop to generate initial empty values. (legacy)
  • Bugfix -> Customer cron not quering for updated newsletter state.

RSS

  • Rss feed removed htmlentities.
  • Added new handling to get product data.
  • Removed bug displaying wrong price and discount.

1.1.0

23 Jan 12:19
21ff4db
Compare
Choose a tag to compare

New Feature:

  • Abandoned cart reminder emails

1.0.0

02 Jan 07:29
81a2f7a
Compare
Choose a tag to compare

First public release.