Skip to content

Releases: vuestorefront-community/prestashop

v1.2.2

23 Feb 08:44
Compare
Choose a tag to compare

fix: undefined locale in multi language #94

v1.2.0

02 Feb 10:51
Compare
Choose a tag to compare

v1.2.0 Release

Requirement

  • Latest REST API version 2.5.1 and above

Features

  • [Feature] Added shipping price to delivery option and cart preview Issue #79
  • [Feature] Added Czech language PR #78
  • [Feature] Added sub menu support to both desktop and mobile menus #84
  • [Feature] Handling cart errors, check for product availability PR #85
  • [Feature] Disables add to cart button when the item is not available #86
  • [Feature] Stop adding out-of-stock product PR #88

Fixes

  • [Fix] Language selector is showing on a mobile version in single language Issue #76
  • [Fix] Carrier is not selected correctly in checkout step Issue #70
  • [Fix] The total and subtotal prices in the checkout steps are incorrect #67
  • [Fix] app.i18n.cookieValues used instead of app.$cookies.get Issue #65
  • [Fix] Filters checkboxes not showing current state #87

Dependencies

  • Updated @vue-storefront/core dependency to 2.7.5

v1.1.1

08 Nov 13:05
Compare
Choose a tag to compare
  • hotfix: Not redirecting to checkout page #59
  • fix: language miss-match with PrestaShop instance

v1.1.0

03 Nov 14:16
Compare
Choose a tag to compare

v1.1.0 Release

Multi-language support is a major addition in this release. To read more about this feature let's take a look at the Multi Language section of this documentation.

Features

  • [Feature] Multi-language support (samberrry, noori1995)
  • [Feature] Added four new translations ES,PT,FR,IT (alexescuer)
  • [Feature] Multi-currency support (samberrry, noori1995)
  • [Feature] New expressions added to translation files (samberrry)

Fixes

  • [Fix] Cart total price - Issue #37
  • [Fix] Menus are not closing on mobile Issue #32
  • [Fix] Menu items disappear after clicking on one Issue #58
  • [Fix] In registration, VSF does not show errors when an email already exists #52

1.0.0 Initial release

25 May 23:15
Compare
Choose a tag to compare

Features included in initial release

  • Authentication
    • Login
    • Register
    • Logout
  • Cart Management
    • Update Cart: update cart item quantities - up or down
    • Remove a specific item from cart
  • User Profile
    • Account info / Edit
    • Password Change
    • Order History
    • Order Details
  • Catalog
    • Product Detail
      • Product features
      • Product combinations
      • List product comments
      • Add a comment
    • Category products
    • Product search
    • Product filters
  • Checkout
    • Login / Create an account
    • Address
      • Create address
      • Remove address
    • Get carriers and select one
    • Payment options
  • Home
    • Menu: categories
    • Featured products