Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-09-17 00:16:25 +02:00
parent 62e48cfa22
commit 4f2e59e791
20 changed files with 67722 additions and 103 deletions

View File

@@ -17,7 +17,7 @@
* @copyright ETS Software Technology Co., Ltd
* @license Valid for 1 website (or project) for each purchase of license
*/
class Cart extends CartCore
{
/*
@@ -53,4 +53,4 @@ class Cart extends CartCore
}
return $total;
}
}
}