Adjust Mobile Homepage Slider Aspect Ratio

Changed the code to render the height of the homepage slider dynamically in the ratio 4:3. // Increase the slider height on mobile .home-image-slider .bx-wrapper {   @media (max-width: $screen-xs-max) {     width: 100vw !important; /* Full viewport width */     height: calc(100vw * 3 / 4) !important; /* Maintain 4:3 ratio */… Continue reading Adjust Mobile Homepage Slider Aspect Ratio

Favorites Feature Available in Dropdown Lists

As part of the 2024.1 Release, we can select up to five favorite items in the Customer, Add Multiple, and Items fields on sales orders. In the Add Multiple field, we can show only your favorite items by selecting the Show Favorites Only box. To enable the Favorites feature, go to Set Preferences > General… Continue reading Favorites Feature Available in Dropdown Lists