Skip to content

Release 2.0.1

Compare
Choose a tag to compare
@ushainformatique ushainformatique released this 18 Aug 16:52
· 24 commits to master since this release

This is a minor release in which some improvements are made along with the bug fixes.

Bug Fixes

  • If option is not required when assigned to a product, it is still shown as required in the front end.
  • If orders are placed in multiple currencies, on My Orders screen the amount displayed gets changed based on the change in the currency in the currency selector in the top navigation.
  • View invoice is not showing the options if an order is placed including product having the associated options.
  • On view order screen in both admin and front end, payment details tab has been fixed to show the net payment.
  • In the table builder, if the column is set as not null then default value should be there to avoid installation error if mysql is put in strict mode.
  • If the logo is uploaded for the store on create and if update store is called, the logo is not visible in the field in the admin panel.
  • Order products for an order are shown incorrectly if a product is added to the cart but cart is emptied on review order screen. Then a new product is added to the cart and order is completed. On view order screen under order products, two products would be displayed instead of one product.
  • Button layout on the review order screen has been fixed.

Improvements

  • Events have been added in the checkout flow so that custom code can be added easily.
  • Events have been added while cart is rendered for the addition of the custom code.