Skip to content

Releases: plentymarkets/plugin-ceres

v5.0.20

19 Jan 08:45
d564a8c
Compare
Choose a tag to compare

v5.0.20 (2021-01-19) Overview of all changes

Changed

  • Images in the background image widget now have accessible alternative text attributes.
  • Vertical overflow in the .app container is now prevented through the inclusion of overflow-x: hidden.

Fixed

  • Due to a faulty setting pertaining to the number of items per page, items could be displayed incorrectly. This behaviour has been fixed.
  • In the My Acount area and the order confirmation, different currencies were displayed for items and totals if the selected currency was not the system currency. This behaviour has been fixed.

5.0.19

05 Jan 16:38
Compare
Choose a tag to compare

v5.0.19 (2021-01-05) Overview of all changes

Fixed

  • Due to an error, the totals in the shopping cart and the order confirmation also listed order characteristics for which the setting Display as additional costs was active. This has been fixed.

5.0.18

04 Jan 13:47
624ae31
Compare
Choose a tag to compare

v5.0.18 (2021-01-04) Overview of all changes

Added

  • You can now determine the search operator of the online shop search in the Ceres assistant. You can either select an And or an Or operator.

Changed

  • The totals in the shopping cart and the order confirmation can now display the additional costs of characteristics. The option can be activated in the settings of the price information widget.

Fixed

  • Under certain circumstances, the sticky container widget reset to its original position while scrolling, which led to a shaky display of the widget. This behaviour has been fixed.
  • Images that are integrated into text widgets via data fields now have a maximum width.

5.0.17

21 Dec 15:07
f5932da
Compare
Choose a tag to compare

v5.0.17 (2020-12-21) Overview of all changes

Changed

  • Item lists that have been set up via the Ceres configuration and have been integrated into the online shop via layout containers are now limited to a maximum of 50 items.

Fixed

  • If the image uploaded as an order proporty exceeded the allowed file size, no error message was displayed. This has been fixed. The text of the corresponding error message can be customised in the entry errorPostTooLarge in the multilingualism interface.
  • The alternative text of images used in the background image widget now works as intended for images loaded from the webspace.
  • You can now use the translation entry basketRebateSign to display a sign, such as plus/minus, before the discount value.
  • The customised entries of the navigation tree widget that included umlauts were not displayed correctly. This behaviour has been fixed.
  • Due to an error, the contact form did not consider the input field for blind copies. This has been fixed.
  • The missing translations of the lightbox have been added.
  • The Ceres assistent now directs the user to the plugin set instead of the setup assistent if a payment method has been installed but is still inactive.
  • Item lists no longer extend beyond the confines of the page.

5.0.16

30 Nov 18:06
6c89849
Compare
Choose a tag to compare

v5.0.16 (2020-12-01) Overview of all changes

TODO

  • In order to display text, such as "instead of", next to the strikethrough price for live shopping offers on the single item view, the translation key crossPriceSpecialOffer has to be filled in in the multilingualism interface.

Added

  • The newsletter widget now uses Google reCAPTCHA.

Fixed

  • If the shopping cart contained multiple customisable gift cards, only of these could be edited. This has been fixed.
  • No link text was stored for the homepage symbol in the breadcrumb widget. The link text can now be entered for the translation key headerBreadcrumbHome in the multilingualism interface.
  • For live shopping offers, the single item view now uses the normal sales prices as the strikethrough price.
  • Under certain circumstances, the order confirmation could contain rounding errors. This behaviour has been fixed.
  • Changes to the height of the sticky container widget were only effected by changing the window size or scrolling the page. This behaviour has been fixed.
  • Under certain circumstances, icons could not be displayed in the online shop. This has been fixed.
  • The Twig function queryString now uses query parameters in the format of the RFC 3986 standard.
  • Due to an error, the correct URL was not always stored for the displayed image of a live shopping widget. This has been fixed.
  • Due to an error, refreshing the URL parameters sometimes did not set the correct URL. This has been fixed.
  • Under certain circumstances that involved third-party plugins, the CSRF token was not sent correctly. This has been fixed.
  • A group for payment provider cookies has been added to the consent tool.
  • The overview of the assistant configurations now also shows the entries for inactive plugin sets.
  • In a multilingual online store, guest accounts were redirected to the homepage in the default language if they accessed the checkout without items in the shopping cart. Now, guest accounts are redirected to the homepage in the selected language.
  • The setting CSS class of the widget privacy policy checkox did not work as intended. This has been fixed.

Changed templates

5.0.15

09 Nov 15:44
6308bb3
Compare
Choose a tag to compare

Changelog

Changed

  • The contents in the variation selection are now displayed in an ordered fashion.

Fixed

  • The scrolling performance for widgets in the header has been improved.
  • If the option Medium or Large had been selected for the Size setting of the additional information widget, the corresponding widget overlay could no longer be closed. This has been fixed.
  • Due to an error, the default header was sometimes displayed on item category pages instead of the ShopBuilder header. This has been fixed.
  • Attributes of unavailable variations are now displayed as greyed out and struck through in the variation selection, analogously to attributes of non existent combinations.
  • A wrong value was used for the third priority of the recommended sorting for the search results page. This behaviour has been fixed.
  • Item names on the order confirmation were limited to two lines, which could lead to the truncation of item names. This has been fixed.
  • Due to an error, the order quantity was not correctly updated when a variation had been changed. This has been fixed.
  • Percentage surcharges for order characteristics did not consider graduated prices correctly. This has been fixed.

Changed templates

  • In Ceres 5.0.15 we have made changes to a number of template files which are relevant for theme developers. You can find a list of the changed templates below. Each link directs you to the effected changes in the corresponding files.
  • resources/js/src/app/components/item/VariationSelect.vue

5.0.14

20 Oct 11:52
8941948
Compare
Choose a tag to compare

Changelog

ToDo

  • Due to changes to ShopBuilder widgets, it is necessary to regenerate the ShopBuilder contents via the Regenerate contents button in the CMS » ShopBuilder menu.
  • Users who have made changes to the text widget (i.e. through CSS) should check whether the margins of their text widgets need to be adjusted.

Changed

  • Redundant JavaScript for sorting images has been removed from the components CategoryImageCarousel.vue and ItemImageCarousel.vue.
  • The currency Kenyan Shilling (KES) has been added to the available currencies.
  • The sorting widget now also displays additional sorting provided by external plugins.
  • Upon clicking the "Purchase" button in the checkout, the user input is now checked immediately, before the client interacts with the server.

Fixed

  • Several places in the online store did not consider currency icons for displaying currencies.
  • In the Safari browser, the icons for payment providers and shipping service providers were contorted. This has been fixed.
  • The meta tag og:image was not correctly filled in in the category view. This behaviour has been fixed.
  • If the shopping cart contained an inactive item, incorrect totals were displayed. This behaviour has been fixed.
  • Due to an error, different sortings in live shopping widgets always displayed the same data. This has been fixed.
  • In the ShopBuilder preset for the item view, the translation key Ceres::Widget.dataFieldTextsTechnicalData was used for the multilingual entry "Technical Data" instead of Ceres::Template.singleItemTechnicalData. This has been fixed.
  • The adjustable margins of the text widget were applied to the inner container of the widget. Therefore, paddings and margins behaved identically. This has been fixed.

Changed templates

5.0.13

28 Sep 17:28
d3689ff
Compare
Choose a tag to compare

Changelog

Changed

  • We added the option Display on legal pages to the settings of the breadcrumbs widget. This setting only applies to legal pages that have been created with the ShopBuilder.
  • The data for breadcrumbs is now always loaded if a user is on an item or content category page that is linked with the ShopBuilder. Therefore, the breadcrumbs widget is always able to display the path to the current category.
  • Performance has been improved for online stores that use an external search provider.
  • We removed an obsolete setting from the item data table widget.

Fixed

  • The field addressFieldName1 appeared twice in the multilingualism interface. This has been fixed. We would like to thank @Lauflust for the contribution.
  • Under certain circumstances, the sticky container widget reset to its original position while scrolling, which led to a shaky display of the widget. This behaviour has been fixed.
  • The input field of the guest order widget was not automatically selected. This has been fixed.
  • The normalizeUrl function could lead to errors if the setting Trailing slash was inactive, but the page was accessed via a URL with a trailing slash. This behaviour has been fixed.
  • The loading animation was not displayed while the step-by-step navigation loaded additional categories. This has been fixed.
  • The navigation tree now checks if subcategories exist, even if the next level of the category tree has not been loaded.
  • Under certain circumstances, an error could occur if no API key had been stored for Google reCAPTCHA. This has been fixed.
  • The meta tag og:image was not correctly filled in in the category view. This behaviour has been fixed.
  • In a standard My Account area, it was possible to create returns, even though the corresponding setting in the Ceres configuration was inactive. This setting now applies as intended.

Changed templates

5.0.12

14 Sep 15:41
b2cd9db
Compare
Choose a tag to compare

Changelog

Changed

  • The selection of the variation content now impacts the variation selection to a lesser degree, so that the attribute selection can no longer be blocked by the content selection.

Fixed

  • Under certain circumstances, the order history did not display the correct currency for orders with non-standard currencies. This behaviour has been fixed.
  • During the creation of an order, the customer wish was not passed on correctly if the customer had aborted the PayPal payment procedure. This behaviour has been fixed.
  • A notification is now displayed when an invalid gift card is removed from the shopping cart.
  • Under certain circumstances, the SingleItem template could not be detected, which could lead to display errors. This has been fixed.
  • Due to an error, the preselected salutation in the address input was not working as intended. This has been fixed.

Changed templates

5.0.10

27 Aug 09:36
721610a
Compare
Choose a tag to compare

Changelog

Fixed

  • Due to an error, the value "NOINDEX, NOFOLLOW" for the meta-attribute "robots" was always displayed on the home page. This has been fixed.