Releases: plentymarkets/plenty-cms-library
Releases · plentymarkets/plenty-cms-library
plentymarkets CMStools v.1.0.21
plentymarkets CMStools v.1.0.20
- FIX updating item quantity in basket by decimal value
- FIX caching problems while reloading category contents in IE11
plentymarkets CMStools v1.0.19
-FIX reload ShippingProfilesList even if there is an error while calculating shipping costs
plentymarkets CMStools v1.0.18
- NEW add scheduler support
plentymarkets CMStools v1.0.17
- FIX reading order params
- FIX displaying sidebar tabs on small devices
plentymarkets CMStools v1.0.16
- 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 (usingdata-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
Features
- parse a comma separated quantity ( german notation ) as a float . E.g. "1,3" becomes 1.3
plentymarketsCMStools v1.0.14
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
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
Fix for Code 19 issue.
Improvment for variation selection. Get right price ID even if multiple variation displayed on page.