,

Updates in cairo.B2C! New version 2.2

Check out what’s new in cairo.B2C!


List of Changes:

  • Resources Fetched by the Browser: Optimized resource fetching by modifying Defer/Async, speeding up the loading of critical style sheets. The process of fetching JavaScript files now starts immediately after parsing the HTML, significantly accelerating script initialization.
  • Rebuilt the filter mechanism – mobile version: A complete overhaul of the way products are filtered in the mobile view. A modern pop-up design has been implemented.
  • Free shipping above a certain cart value depending on cart weight: A functionality for free shipping based on cart weight has been introduced. Now, in the shipping settings, you can define weight ranges, and each range is associated with a specific delivery cost. Delivery costs are listed in ascending order, and for the last entry it is possible to omit the weight while using the highest delivery cost.
  • Article List:
  1. Modifications have been introduced in the “Article List” section:
    1. The name “Vertical List” has been changed to “List” and the skin has been adjusted to present the articles in a list view.
    2. The name “Horizontal List” has been changed to “Tiles” and the layout has been adjusted to display tiles.
  2. The ability to switch between list view and tile view when displaying the article list has been added.
  3. A functionality for sorting articles by date has been introduced.
  4. The plugin that displays article introductions has been updated. Thanks to the modifications, the list adapts to the selected view option (list/tiles) without allowing switching by the visiting customer.
  • Variant List on the Product Page – new methods for selecting a product variant:
  1. On the product page, the ability to choose one of two available variant list modes has been introduced:
    1. Buttons: The current default mode.
    2. Dropdown list: *Variants are presented in the form of a dropdown list.
    3. Dropdown list with price: Additionally displays prices next to the variants. The option to manage this parameter is available in /admin/product/settings/#productTab, where the corresponding control appears after enabling the variant mode.
  2. The ability to configure the variant selection mode at the category editing level has been added. If the variant mode is enabled, the default variant selection method can be overridden.
  3. On the product page, the columns of variant list features are sorted alphabetically A-Z by feature name. The variant list records are sorted according to the values of the features in the first column. The second column is also considered if the values in the first column are identical.
  • Improved handling of the minimum order amount: Enhancement of the logic verifying the cart amount.
  • Fixed erroneous adding of filters to the filter set: Improvement in building the filter set in the admin panel. In some cases, creating and deleting filters from the filter set returned a 404 error.
  • Fixed incorrect counting of variant quantities in the mini-cart: Improvement in the logic counting variant products added to the cart. In some cases, all variants were displayed in the cart instead of the selected one.