fix: validate product weight before XML generation and update weight handling
This commit is contained in:
@@ -78,9 +78,9 @@ const MainPageLayout = () => {
|
||||
};
|
||||
|
||||
const allTitles = {
|
||||
home: t('titles.home'),
|
||||
aktionen: t('titles.aktionen'),
|
||||
filiale: t('titles.filiale')
|
||||
home: t('titles.filiale'),
|
||||
aktionen: t('titles.home'),
|
||||
filiale: t('titles.aktionen')
|
||||
};
|
||||
|
||||
// Define all content boxes for layered rendering
|
||||
|
||||
Reference in New Issue
Block a user