Skip to content

Releases: plentymarkets/plenty-cms-library

plentymarkets CMStools v.1.0.21

29 May 14:40
Compare
Choose a tag to compare

add shipping privacy hint need $CheckoutShippingPrivacyHint

plentymarkets CMStools v.1.0.20

11 Oct 11:32
Compare
Choose a tag to compare
  • FIX updating item quantity in basket by decimal value
  • FIX caching problems while reloading category contents in IE11

plentymarkets CMStools v1.0.19

19 Jun 13:11
Compare
Choose a tag to compare

-FIX reload ShippingProfilesList even if there is an error while calculating shipping costs

plentymarkets CMStools v1.0.18

13 Feb 11:09
Compare
Choose a tag to compare
  • NEW add scheduler support

plentymarkets CMStools v1.0.17

24 Jan 16:02
Compare
Choose a tag to compare
  • FIX reading order params
  • FIX displaying sidebar tabs on small devices

plentymarkets CMStools v1.0.16

17 Jan 12:34
Compare
Choose a tag to compare
  • FIX displaying comma separated quantities in basket preview
  • ADD attribute data-plenty-basket-preview="basketItemCount" to display number of positions in basket instead of sum of basket items (using data-plenty-basket-preview="itemQuantityTotal")
  • ADD displaying order parameters directly in single item view instead of modal by adding
{% if $OrderParamsExist %}
    <div data-plenty-checkout-form="OrderParamsForm">
        {% OrderParams() %}
    </div>
{% endif %}

to single item template

plentymarkets CMStools v1.0.15

14 Dec 13:08
v1.0.15
Compare
Choose a tag to compare

Features

  • parse a comma separated quantity ( german notation ) as a float . E.g. "1,3" becomes 1.3

plentymarketsCMStools v1.0.14

08 Dec 11:25
v1.0.14
06a1dae
Compare
Choose a tag to compare

Fixes

  • update BasketService to reload Basket Category
    if POST /rest/checkout/basketitemslist fails
  • add Basket.updateItemQuantity to update item Quantity by direct input

plentymarketsCMStools v1.0.13

21 Aug 15:20
Compare
Choose a tag to compare

Fixes

  • fixed change item quantity for increase and decrease buttons
  • trusted shop property will be added to checkout object

Improvements

  • change item quantity works in category lists now
  • modified modal template - confirm button is removable now
  • fallback for PayOne confirm buttons in Modals
  • additional property for modals, disable external click with modal.setStatic(true)

plentymarketsCMStools v1.0.12

19 Jul 12:21
Compare
Choose a tag to compare

Fix for Code 19 issue.

Improvment for variation selection. Get right price ID even if multiple variation displayed on page.