Thank you. If started, but stuck on 91% – database adjustments… “[STEP] [2024-01-09 07:37:58] Performing database adjustments for table 1/25: 1645071808_QPF_actionscheduler_actions (4.00%)”
At “Price Format” you can setup “Number of Decimals”.
For example, if “Number of Decimals” = 1 and you have 2 prices 1.9 and 3.95, so output on screen will be: “1.9” and “4.0” (rounded because 3.95 cannot be displayed).
Other case: “Number of Decimals” = 2, so output on screen will be: “1.90” (with zero) and “3.95”.
Question is to have output on screen as “1.9” and “3.95” exactly.
It was fixed with help of g5theme support team.
Solution is to specify font as custom CSS:
.fa-arrows{font-family: 'Font Awesome 5 Free' !important;}
.fa-hotel {font-family: 'Font Awesome 5 Free' !important;}