We are working constantly to improve Hotcakes Commerce based on the feedback of our clients and the community. It is very important to us that we offer our clients an easy to use e-commerce platform that meets their business requirements.
The newest version of Hotcakes Commerce is currently available for download. Here are some of the changes we made:
Improvements
·
Licensing – a single license will now support both the www and non-www domain names
·
RelatedItems property of the ProductPageViewModel was limited to containing just 3 related items regardless of how many related items were configured via the admin interface. The property will now return all related items.
Bug Fixes
·
Fixed an installation bug when SQL Server default language is not English
·
Fixed a bug with the issue of reward points
·
Fixed a bug with changing product / category slugs
·
Fixed a bug with currency rounding
·
Fixed a bug with taxes on non-shipping products
·
Fixes a bug with a new user account at checkout
·
Fixed a bug with order summary at checkout
·
Fixed bugs with product type properties
·
Fixed a bug with default shipping rates
·
Fixed a bug with tax exempt products
·
Fixed bugs with the wizard
·
Fixed a bug with products
·
Fixed a bug with product quantities
·
Corrected a validation message
View Set Changes
We have made some very minor modifications to the files associated with the default views.
If you are upgrading from v1.2.0 and you have created some custom view sets, then you will need to update your files with these modifications.
The files that have been modified are located in the HotcakesViews\_default folder:
·
Views\Cart\Index.cshtml
·
Views\Checkout\_CheckoutAddress.cshtml
·
Views\ProductReviews\_SingleReview.cshtml
·
Views\Products\App_LocalResources\Controller.resx
·
Views\Shared\_RenderSingleProduct.cshtml
·
Views\Shared\_RenderSingleProductDetailed.cshtml
·
views.css
·
views.less
·
Areas\account\Views\WishList\index.cshtml
To aid you with integrating these changes we have taken a screenshot that shows the changes between v1.2.0 and v1.2.3 of the files. Just apply the changes between these two versions to your custom view set files.
Cart - Index
Checkout - _CheckoutAddress
Product Reviews - _SingleReview
Products - Controller.resx
Shared - _RenderSingleProduct
Shared - _RenderSingleProductDetailed
Views.CSS
Views.less
WishList - Index