Thursday, December 19, 2024
2 changes · saas-17.4
Resolved issues and error corrections
The website product carousel no longer starts rotating automatically after a visitor interacts with it. This restores the previous behavior and helps prevent products from moving unexpectedly while users browse.
Original PR description
In 17.2 and prior, the product carousel did not auto slide. However, after upgrading to Bootstrap 3.5.5 in 17.4, this commit 7da319c81f0a0 changed the behavior of the carousel and made it auto slide after user interactions, using `data-bs-ride="true"` attribute. This issue is known, and fixes were provided for some carousels in 9eff9ae and 1db386b. Here we apply the same fix for the products carousel. opw-4391294 opw-4404683
Point of Sale users can now open the printer selection popup when printing a daily sales report without seeing a dependency error. This removes a small blocker in the daily reporting workflow and helps staff complete end-of-day tasks smoothly.
Original PR description
PoS was displaying a dependency error when trying open the printer selection popup to print a daily sale report. opw-4171163