- Installazione primo Sito Web del server

- Creazione prima pagina Home
This commit is contained in:
Surya Paolo
2023-12-09 00:19:48 +01:00
parent 7e17869d3e
commit 2b6411eb77
27 changed files with 152 additions and 50 deletions

View File

@@ -225,9 +225,11 @@ export interface IConfPages {
showButtHome: boolean
showProfile: boolean
showUserMenu: boolean
showiscrittiMenu: boolean
showRegButton: boolean
enableReg: boolean
showNL: boolean
sendNewsletter: boolean
showMsgs: boolean
showNotif: boolean
showCoins: boolean

View File

@@ -15,6 +15,7 @@ export interface IProduct {
color?: string,
size?: string,
quantityAvailable?: number,
stockQty?: number,
canBeShipped?: boolean,
canBeBuyOnline?: boolean,
weight?: number,