Hello @pilou2
All issues with the modules resolved.
I did find that the _Yubin.php class had
PHP Code:
function GetSizeClass() {
$a_classes = [
[0, 60, 30], // 区分,3辺計,重量
[1, 80, 30],
[2, 100, 30],
[3, 120, 30],
[4, 140, 30],
[5, 160, 30],
[5, 170, 30],
];
where the last line should change 5 -> 6.
I've written my own boxing logic for my specific store requirements (boxing of wines), and noticed that in the original modules the $bgirth variable might benfit from being modulated to display as the available box size for the corresponding module. So instead of displaying "90 cm", it could possibly be more beneficial to state "100 size" as that would be the corresponding box size.
Bookmarks